Skip to content

Commit d39161d

Browse files
Update Python dependencies
1 parent 14c06ff commit d39161d

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

poetry.lock

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

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ codespell = "^2.2.5"
5959
shellcheck-py = "^0.9.0.5"
6060

6161
[tool.poetry.group.unit.dependencies]
62-
pytest = "^7.4.0"
62+
pytest = "^8.2.2"
6363
pytest-mock = "^3.11.1"
6464
coverage = {extras = ["toml"], version = "^7.2.7"}
6565
parameterized = "^0.9.0"
6666

6767
[tool.poetry.group.integration.dependencies]
68-
pytest = "^7.4.0"
68+
pytest = "^8.2.2"
6969
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/github_secrets"}
7070
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/microceph"}
7171
pytest-operator = "^0.28.0"
@@ -76,7 +76,7 @@ mysql-connector-python = "~8.0.33"
7676
tenacity = "^8.2.2"
7777
boto3 = "^1.28.11"
7878
pyyaml = "^6.0"
79-
urllib3 = "^1.26.16"
79+
urllib3 = "^2.2.1"
8080
allure-pytest = "^2.13.2"
8181

8282

0 commit comments

Comments
 (0)