Skip to content

Commit 7e4f749

Browse files
fix(deps): update python dependencies
1 parent 90cd115 commit 7e4f749

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ poetry-plugin-export = ">=1.8"
3333
optional = true
3434

3535
[tool.poetry.group.format.dependencies]
36-
black = "^24.4.2"
37-
isort = "^5.13.2"
36+
black = "^25.0.0"
37+
isort = "^6.0.0"
3838

3939
[tool.poetry.group.lint]
4040
optional = true
@@ -43,13 +43,13 @@ optional = true
4343
flake8 = "^7.0.0"
4444
flake8-docstrings = "^1.7.0"
4545
flake8-copyright = "^0.2.4"
46-
flake8-builtins = "^2.5.0"
46+
flake8-builtins = "^3.0.0"
4747
pyproject-flake8 = "^7.0.0"
4848
pep8-naming = "^0.13.3"
4949
codespell = "^2.2.6"
5050
shellcheck-py = "^0.10.0.1"
51-
black = "^24.4.2"
52-
isort = "^5.13.2"
51+
black = "^25.0.0"
52+
isort = "^6.0.0"
5353

5454
[tool.poetry.group.unit.dependencies]
5555
coverage = {extras = ["toml"], version = "^7.5.0"}
@@ -66,10 +66,10 @@ pymongo = "^4.7.3"
6666
parameterized = "^0.9.0"
6767
lightkube = "^0.15.3"
6868
more_itertools = "*"
69-
kubernetes = "^30.1.0"
69+
kubernetes = "^33.0.0"
7070
juju = "^3.5.0"
7171
pytest = "^8.1.1"
72-
pytest-asyncio = "^0.21.1"
72+
pytest-asyncio = "^1.0.0"
7373
pytest-mock = "^3.14.0"
7474
pytest-operator = "^0.36.0"
7575
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}

0 commit comments

Comments
 (0)