diff --git a/forklift/poetry.lock b/forklift/poetry.lock index 58a1765..bf7bd6a 100644 --- a/forklift/poetry.lock +++ b/forklift/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "adbc-driver-manager" @@ -844,7 +844,7 @@ files = [ [package.dependencies] click = ">=8.1" cloudpickle = ">=3.0.0" -fsspec = ">=2021.9.0" +fsspec = ">=2021.09.0" packaging = ">=20.0" partd = ">=1.4.0" pyyaml = ">=5.3.1" @@ -1571,19 +1571,18 @@ arrow = ">=0.15.0" [[package]] name = "isort" -version = "6.0.1" +version = "8.0.1" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.9.0" +python-versions = ">=3.10.0" groups = ["main"] files = [ - {file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"}, - {file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"}, + {file = "isort-8.0.1-py3-none-any.whl", hash = "sha256:28b89bc70f751b559aeca209e6120393d43fbe2490de0559662be7a9787e3d75"}, + {file = "isort-8.0.1.tar.gz", hash = "sha256:171ac4ff559cdc060bcfff550bc8404a486fee0caab245679c2abe7cb253c78d"}, ] [package.extras] colors = ["colorama"] -plugins = ["setuptools"] [[package]] name = "jedi" @@ -1668,7 +1667,7 @@ fqdn = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} idna = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} isoduration = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} jsonpointer = {version = ">1.13", optional = true, markers = "extra == \"format-nongpl\""} -jsonschema-specifications = ">=2023.3.6" +jsonschema-specifications = ">=2023.03.6" referencing = ">=0.28.4" rfc3339-validator = {version = "*", optional = true, markers = "extra == \"format-nongpl\""} rfc3986-validator = {version = ">0.1.0", optional = true, markers = "extra == \"format-nongpl\""} @@ -2842,7 +2841,7 @@ files = [ click = ">=7.0" cloudpickle = ">=1.3.0" croniter = ">=0.3.24" -dask = ">=2021.6.0" +dask = ">=2021.06.0" distributed = ">=2.17.0" docker = ">=3.4.1" importlib-resources = ">=3.0.0" @@ -4572,4 +4571,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "3.13.7" -content-hash = "8f105b662754c9e5d2123a9a08a63ce740849d2a5d198d5574acb2ef075b3a2f" +content-hash = "3b281e625c7a3b4df896c5cb6d422b78872d8f2c7eb68c6f057f1c153a928a07" diff --git a/forklift/pyproject.toml b/forklift/pyproject.toml index 1f48208..cc2ada4 100644 --- a/forklift/pyproject.toml +++ b/forklift/pyproject.toml @@ -11,7 +11,7 @@ prefect = "~1.4.1" pandas = {extras = ["postgresql"], version = "^2.3.2"} duckdb = "^1.5.0" black = "^26.3.1" -isort = "^6.0.1" +isort = "^8.0.1" coverage = "^7.13.4" pre-commit = "^4.5.1" flake8 = "^7.3.0"