Skip to content

Commit 10470ad

Browse files
Update Python dependencies
1 parent 06c7939 commit 10470ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

+6-6
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

@@ -44,13 +44,13 @@ codespell = "^2.3.0"
4444
shellcheck-py = "^0.9.0.5"
4545

4646
[tool.poetry.group.unit.dependencies]
47-
pytest = "^7.4.0"
47+
pytest = "^8.3.4"
4848
pytest-mock = "^3.11.1"
4949
coverage = {extras = ["toml"], version = "^7.2.7"}
5050
parameterized = "^0.9.0"
5151

5252
[tool.poetry.group.integration.dependencies]
53-
pytest = "^7.4.0"
53+
pytest = "^8.3.4"
5454
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
5555
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/microceph"}
5656
pytest-operator = "^0.28.0"
@@ -59,12 +59,12 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work
5959
juju = "^3.6.0.0"
6060
ops = "^2.15.0"
6161
mysql-connector-python = "~8.0.33"
62-
tenacity = "^8.2.2"
62+
tenacity = "^9.0.0"
6363
boto3 = "^1.28.22"
6464
pyyaml = "^6.0.1"
65-
urllib3 = "^1.26.16"
65+
urllib3 = "^2.3.0"
6666
lightkube = "^0.14.0"
67-
kubernetes = "^27.2.0"
67+
kubernetes = "^31.0.0"
6868
allure-pytest = "^2.13.2"
6969
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v26.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
7070
pytest-asyncio = "^0.21.1"

0 commit comments

Comments
 (0)