Skip to content
Snippets Groups Projects
Commit fac9c3ed authored by HIFIS Bot's avatar HIFIS Bot :robot:
Browse files

Bump isort from 5.13.2 to 6.0.0

parent 98a22330
No related branches found
No related tags found
1 merge request!170Bump isort from 5.13.2 to 6.0.0
Pipeline #492526 passed
......@@ -446,17 +446,18 @@ files = [
[[package]]
name = "isort"
version = "5.13.2"
version = "6.0.0"
description = "A Python utility / library to sort Python imports."
optional = false
python-versions = ">=3.8.0"
python-versions = ">=3.9.0"
files = [
{file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"},
{file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"},
{file = "isort-6.0.0-py3-none-any.whl", hash = "sha256:567954102bb47bb12e0fae62606570faacddd441e45683968c8d1734fb1af892"},
{file = "isort-6.0.0.tar.gz", hash = "sha256:75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1"},
]
[package.extras]
colors = ["colorama (>=0.4.6)"]
colors = ["colorama"]
plugins = ["setuptools"]
[[package]]
name = "jinja2"
......@@ -1065,4 +1066,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = ">=3.11,<4.0.0"
content-hash = "e24f3b292617fd6e5c08a87b4e8e2b20cb3c255eee79007e8f34b0126b9b0c73"
content-hash = "613646a4d958e061e0c6799b05c8b2abe5a597be07216abb323552d0324ca8e4"
......@@ -34,7 +34,7 @@ helmholtz-cloud-agent = { version = "==0.7.4", source = "hca-codebase" }
[tool.poetry.group.dev.dependencies]
black = ">=22.12.0"
isort = "^5.13.2"
isort = "^6.0.0"
pytest = "^8.3.4"
coverage = "^7.6.10"
reuse = "^5.0.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment