Skip to content

Commit 6ec2075

Browse files
Update Python dependencies
1 parent 1644601 commit 6ec2075

File tree

2 files changed

+58
-61
lines changed

2 files changed

+58
-61
lines changed

poetry.lock

Lines changed: 52 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = []
1212
python = "^3.10"
1313
ops = "^2.15.0"
1414
lightkube = "^0.14.0"
15-
tenacity = "^8.2.2"
15+
tenacity = "^9.0.0"
1616
boto3 = "^1.28.22"
1717
jinja2 = "^3.1.2"
1818

@@ -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.2"
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.2"
5757
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/github_secrets"}
5858
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", 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.2.2"
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.2.2"
6969
lightkube = "^0.14.0"
70-
kubernetes = "^27.2.0"
70+
kubernetes = "^30.1.0"
7171
allure-pytest = "^2.13.2"
7272
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
7373
pytest-asyncio = "^0.21.1"

0 commit comments

Comments
 (0)