Skip to content

Commit dd36df2

Browse files
Update Python dependencies
1 parent dc643a5 commit dd36df2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ optional = true
5555

5656
[tool.poetry.group.fmt.dependencies]
5757
black = "^25.1.0"
58-
isort = "^6.0.1"
58+
isort = "^7.0.0"
5959

6060

6161
[tool.poetry.group.lint]
@@ -64,35 +64,35 @@ optional = true
6464

6565
[tool.poetry.group.lint.dependencies]
6666
black = "^25.1.0"
67-
isort = "^6.0.1"
67+
isort = "^7.0.0"
6868
flake8 = "^7.0.0"
6969
flake8-docstrings = "^1.7.0"
7070
flake8-copyright = "^0.2.4"
71-
flake8-builtins = "^2.5.0"
71+
flake8-builtins = "^3.1.0"
7272
pyproject-flake8 = "^7.0.0"
7373
pep8-naming = "^0.15.1"
7474
codespell = "^2.4.1"
7575
pyright = "^1.1.402"
7676
typing-extensions = "^4.12.2"
7777
requests = "^2.32.4"
78-
ops = "^2.23.0"
78+
ops = "^3.5.0"
7979

8080
[tool.poetry.group.unit]
8181
optional = true
8282

8383
[tool.poetry.group.unit.dependencies]
84-
pytest = "^8.4.1"
84+
pytest = "^9.0.2"
8585
coverage = { extras = ["toml"], version = "^7.9.1" }
8686
pytest-mock = "^3.14.1"
8787
pyyaml = "^6.0.2"
8888
responses = "^0.25.7"
8989

9090
[tool.poetry.group.integration.dependencies]
91-
pytest = "^8.4.1"
91+
pytest = "^9.0.2"
9292
juju = "^3.6.1.3"
9393
tenacity = "^9.1.2"
9494
coverage = { extras = ["toml"], version = "^7.9.1" }
95-
pytest-asyncio = "^0.21.2"
95+
pytest-asyncio = "^1.3.0"
9696
pytest-operator = "^0.43.1"
9797
pytest-microceph = { git = "https://github.com/canonical/data-platform-workflows", tag = "v32.1.0", subdirectory = "python/pytest_plugins/microceph" }
9898
allure-pytest = "^2.15.0"

0 commit comments

Comments
 (0)