Skip to content

Commit 4ae1adc

Browse files
Update Python dependencies
1 parent 59ccbb4 commit 4ae1adc

File tree

2 files changed

+34
-22
lines changed

2 files changed

+34
-22
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ codespell = "^2.2.5"
5353
shellcheck-py = "^0.9.0.5"
5454

5555
[tool.poetry.group.unit.dependencies]
56-
pytest = "^7.4.0"
56+
pytest = "^8.2.2"
5757
pytest-mock = "^3.11.1"
5858
coverage = {extras = ["toml"], version = "^7.2.7"}
5959
parameterized = "^0.9.0"
6060

6161
[tool.poetry.group.integration.dependencies]
62-
pytest = "^7.4.0"
62+
pytest = "^8.2.2"
6363
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/github_secrets"}
6464
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/microceph"}
6565
pytest-operator = "^0.28.0"
@@ -71,9 +71,9 @@ mysql-connector-python = "~8.0.33"
7171
tenacity = "^8.2.2"
7272
boto3 = "^1.28.22"
7373
pyyaml = "^6.0.1"
74-
urllib3 = "^1.26.16"
74+
urllib3 = "^2.2.1"
7575
lightkube = "^0.14.0"
76-
kubernetes = "^27.2.0"
76+
kubernetes = "^30.1.0"
7777
allure-pytest = "^2.13.2"
7878

7979

0 commit comments

Comments
 (0)