Skip to content

Commit b5e0edd

Browse files
Update Python dependencies
1 parent e1be970 commit b5e0edd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-poetry = ">=2.0.0"
99
python = "^3.10"
1010
ops = "^2.15.0"
1111
lightkube = "^0.14.0"
12-
tenacity = "^8.2.2"
12+
tenacity = "^9.0.0"
1313
boto3 = "^1.28.22"
1414
jinja2 = "^3.1.2"
1515
pyyaml = "^6.0.2"
@@ -47,13 +47,13 @@ codespell = "^2.3.0"
4747
shellcheck-py = "^0.9.0.5"
4848

4949
[tool.poetry.group.unit.dependencies]
50-
pytest = "^7.4.0"
50+
pytest = "^8.3.4"
5151
pytest-mock = "^3.11.1"
5252
coverage = {extras = ["toml"], version = "^7.2.7"}
5353
parameterized = "^0.9.0"
5454

5555
[tool.poetry.group.integration.dependencies]
56-
pytest = "^7.4.0"
56+
pytest = "^8.3.4"
5757
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
5858
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/microceph"}
5959
pytest-operator = "^0.28.0"
@@ -62,12 +62,12 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work
6262
juju = "^3.6.0.0"
6363
ops = "^2.15.0"
6464
mysql-connector-python = "~8.0.33"
65-
tenacity = "^8.2.2"
65+
tenacity = "^9.0.0"
6666
boto3 = "^1.28.22"
6767
pyyaml = "^6.0.1"
68-
urllib3 = "^1.26.16"
68+
urllib3 = "^2.3.0"
6969
lightkube = "^0.14.0"
70-
kubernetes = "^27.2.0"
70+
kubernetes = "^32.0.0"
7171
allure-pytest = "^2.13.2"
7272
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v29.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
7373
pytest-asyncio = "^0.21.1"

0 commit comments

Comments
 (0)