Skip to content

Commit fd5d366

Browse files
Update Python dependencies
1 parent 5fce722 commit fd5d366

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
@@ -55,13 +55,13 @@ codespell = "^2.2.5"
5555
shellcheck-py = "^0.9.0.5"
5656

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

6363
[tool.poetry.group.integration.dependencies]
64-
pytest = "^7.4.0"
64+
pytest = "^8.2.2"
6565
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/github_secrets"}
6666
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.3.0", subdirectory = "python/pytest_plugins/microceph"}
6767
pytest-operator = "^0.28.0"
@@ -73,9 +73,9 @@ mysql-connector-python = "~8.0.33"
7373
tenacity = "^8.2.2"
7474
boto3 = "^1.28.22"
7575
pyyaml = "^6.0.1"
76-
urllib3 = "^1.26.16"
76+
urllib3 = "^2.2.2"
7777
lightkube = "^0.14.0"
78-
kubernetes = "^27.2.0"
78+
kubernetes = "^30.1.0"
7979
allure-pytest = "^2.13.2"
8080
pytest-asyncio = "^0.21.1"
8181

0 commit comments

Comments
 (0)