Skip to content

Commit ab59a9a

Browse files
Update Python dependencies
1 parent beba0a8 commit ab59a9a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ isort = "^6.0.1"
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.0.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.2.0"
7979

8080
[tool.poetry.group.unit]
8181
optional = true
@@ -92,7 +92,7 @@ pytest = "^8.4.1"
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.1.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)