diff --git a/poetry.lock b/poetry.lock index dd90c870..1efe15ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -93,7 +93,7 @@ description = "Cross-platform colored terminal text." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" groups = ["dev"] -markers = "platform_system == \"Windows\" or sys_platform == \"win32\"" +markers = "sys_platform == \"win32\" or platform_system == \"Windows\"" files = [ {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, @@ -843,14 +843,14 @@ files = [ [[package]] name = "pdbpp" -version = "0.11.7" +version = "0.12.1" description = "pdb++, a drop-in replacement for pdb" optional = false python-versions = "*" groups = ["devtools"] files = [ - {file = "pdbpp-0.11.7-py3-none-any.whl", hash = "sha256:51916b63693898cf4881b36b4501c83947758d73f582f1f84893662b163bdb75"}, - {file = "pdbpp-0.11.7.tar.gz", hash = "sha256:cb6604ac31a35ed0f2a29650a8c022b26284620be3e01cfd41b683b91da1ff14"}, + {file = "pdbpp-0.12.1-py3-none-any.whl", hash = "sha256:3828809519439f468c9475c4c2cbb3899f2f5ba40e79c207d90eabe4c2373f5e"}, + {file = "pdbpp-0.12.1.tar.gz", hash = "sha256:932cc5963760105e33607f44a1a3b83d28096d7dbf055b77b527c5c70a1dafef"}, ] [package.dependencies] @@ -858,7 +858,7 @@ fancycompleter = ">=0.11.0" pygments = "*" [package.extras] -testing = ["ipython", "pexpect", "pytest", "pytest-cov"] +testing = ["coverage (<7.11.1)", "ipython", "pexpect", "pytest", "pytest-cov"] [[package]] name = "platformdirs" @@ -1501,4 +1501,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.9,<4" -content-hash = "604f450b762670ff8b007e286e5b53a15b2ab2ce60f51fc4d8a6955baacaf755" +content-hash = "4319ce8caabf99906c4cb5f756efea4e6c6d7c7bb1951d3c3da14f1b49cfc3f0" diff --git a/pyproject.toml b/pyproject.toml index 07f4ac0f..3ffeb7d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ toml = "^0.10.2" fsspec = "^2025.2.0" [tool.poetry.group.devtools.dependencies] -pdbpp = "^0.11.0" +pdbpp = "^0.12.0" pre-commit = { version = "^4.0.0", markers = "python_version >= '3.9'" } [project.entry-points."sqlalchemy.dialects"]