diff --git a/poetry.lock b/poetry.lock index 66d5212..2ce6a5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -386,14 +386,14 @@ files = [ [[package]] name = "isort" -version = "8.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-8.0.0-py3-none-any.whl", hash = "sha256:184916a933041c7cf718787f7e52064f3c06272aff69a5cb4dc46497bd8911d9"}, - {file = "isort-8.0.0.tar.gz", hash = "sha256:fddea59202f231e170e52e71e3510b99c373b6e571b55d9c7b31b679c0fed47c"}, + {file = "isort-8.0.1-py3-none-any.whl", hash = "sha256:28b89bc70f751b559aeca209e6120393d43fbe2490de0559662be7a9787e3d75"}, + {file = "isort-8.0.1.tar.gz", hash = "sha256:171ac4ff559cdc060bcfff550bc8404a486fee0caab245679c2abe7cb253c78d"}, ] [package.extras] @@ -902,4 +902,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "a3d66d25b002d0f9f1b3e2e2b68b38e785da1a8cca98b18a086916c0b0e94f02" +content-hash = "637cc38169e37c6c62a9d946704c0be323a090451b7bb5498b476bdb812bd575" diff --git a/pyproject.toml b/pyproject.toml index 32fce9a..5724424 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ colorama = "^0.4.6" [tool.poetry.group.dev.dependencies] black = {extras = ["d"], version = "^26.1.0"} -isort = "^8.0.0" +isort = "^8.0.1" [tool.poetry.scripts] linuxdeploy-plugin-native_packages = "ldnp.__main__:main"