diff --git a/poetry.lock b/poetry.lock index 3042959..9a5d1a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -138,19 +138,18 @@ pyflakes = ">=3.4.0,<3.5.0" [[package]] name = "isort" -version = "7.0.0" +version = "8.0.1" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "isort-7.0.0-py3-none-any.whl", hash = "sha256:1bcabac8bc3c36c7fb7b98a76c8abb18e0f841a3ba81decac7691008592499c1"}, - {file = "isort-7.0.0.tar.gz", hash = "sha256:5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"}, + {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 = "librt" @@ -628,21 +627,21 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pylint" -version = "4.0.4" +version = "4.0.5" description = "python code static checker" optional = false python-versions = ">=3.10.0" groups = ["dev"] files = [ - {file = "pylint-4.0.4-py3-none-any.whl", hash = "sha256:63e06a37d5922555ee2c20963eb42559918c20bd2b21244e4ef426e7c43b92e0"}, - {file = "pylint-4.0.4.tar.gz", hash = "sha256:d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2"}, + {file = "pylint-4.0.5-py3-none-any.whl", hash = "sha256:00f51c9b14a3b3ae08cff6b2cdd43f28165c78b165b628692e428fb1f8dc2cf2"}, + {file = "pylint-4.0.5.tar.gz", hash = "sha256:8cd6a618df75deb013bd7eb98327a95f02a6fb839205a6bbf5456ef96afb317c"}, ] [package.dependencies] astroid = ">=4.0.2,<=4.1.dev0" colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""} dill = {version = ">=0.3.7", markers = "python_version >= \"3.12\""} -isort = ">=5,<5.13 || >5.13,<8" +isort = ">=5,<5.13 || >5.13,<9" mccabe = ">=0.6,<0.8" platformdirs = ">=2.2" tomlkit = ">=0.10.1" @@ -797,4 +796,4 @@ typing-extensions = ">=4.12.0" [metadata] lock-version = "2.1" python-versions = "~3.13" -content-hash = "e5742f955bec09ab65c35547b95a4a22f3e5e78dffb9615b1088c1e9e26cc8a9" +content-hash = "b46602a4363b2c3a1e0eac207bd1c4ca6a772c9b367a8e8d8b031e2a2bd8ebd7" diff --git a/pyproject.toml b/pyproject.toml index 7579769..7970050 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ typer = "^0.21.1" [tool.poetry.group.dev.dependencies] black = "^26.0.0" flake8 = "^7.0.0" -isort = "^7.0.0" +isort = "^8.0.0" mypy = "^1.17.1" pylint = "^4.0.0"