Skip to content

Commit 212cace

Browse files
Update Python dependencies
1 parent 61db833 commit 212cace

File tree

2 files changed

+40
-27
lines changed

2 files changed

+40
-27
lines changed

poetry.lock

+34-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package-mode = false
88
python = "^3.10"
99
ops = "^2.15.0"
1010
lightkube = "^0.14.0"
11-
tenacity = "^8.2.2"
11+
tenacity = "^9.0.0"
1212
boto3 = "^1.28.22"
1313
jinja2 = "^3.1.2"
1414

@@ -43,13 +43,13 @@ codespell = "^2.3.0"
4343
shellcheck-py = "^0.9.0.5"
4444

4545
[tool.poetry.group.unit.dependencies]
46-
pytest = "^7.4.0"
46+
pytest = "^8.3.3"
4747
pytest-mock = "^3.11.1"
4848
coverage = {extras = ["toml"], version = "^7.2.7"}
4949
parameterized = "^0.9.0"
5050

5151
[tool.poetry.group.integration.dependencies]
52-
pytest = "^7.4.0"
52+
pytest = "^8.3.3"
5353
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/github_secrets"}
5454
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/microceph"}
5555
pytest-operator = "^0.28.0"
@@ -58,12 +58,12 @@ pytest-operator-groups = {git = "https://github.com/canonical/data-platform-work
5858
juju = "^3.5.2.0"
5959
ops = "^2.15.0"
6060
mysql-connector-python = "~8.0.33"
61-
tenacity = "^8.2.2"
61+
tenacity = "^9.0.0"
6262
boto3 = "^1.28.22"
6363
pyyaml = "^6.0.1"
64-
urllib3 = "^1.26.16"
64+
urllib3 = "^2.2.3"
6565
lightkube = "^0.14.0"
66-
kubernetes = "^27.2.0"
66+
kubernetes = "^31.0.0"
6767
allure-pytest = "^2.13.2"
6868
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
6969
pytest-asyncio = "^0.21.1"

0 commit comments

Comments
 (0)