Skip to content

Commit 6afea47

Browse files
Update Python dependencies
1 parent 0b01e5c commit 6afea47

File tree

2 files changed

+53
-56
lines changed

2 files changed

+53
-56
lines changed

poetry.lock

Lines changed: 49 additions & 52 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
@@ -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"
@@ -65,9 +65,9 @@ mysql-connector-python = "~8.0.33"
6565
tenacity = "^8.2.2"
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)