Skip to content

Commit 6fe0447

Browse files
Update Python dependencies
1 parent a103b74 commit 6fe0447

File tree

2 files changed

+67
-72
lines changed

2 files changed

+67
-72
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ codespell = "^2.2.5"
5151
shellcheck-py = "^0.9.0.5"
5252

5353
[tool.poetry.group.unit.dependencies]
54-
pytest = "^7.4.0"
54+
pytest = "^8.3.2"
5555
pytest-mock = "^3.11.1"
5656
coverage = {extras = ["toml"], version = "^7.2.7"}
5757
parameterized = "^0.9.0"
5858

5959
[tool.poetry.group.integration.dependencies]
60-
pytest = "^7.4.0"
60+
pytest = "^8.3.2"
6161
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/github_secrets"}
6262
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/microceph"}
6363
pytest-operator = "^0.28.0"
@@ -68,7 +68,7 @@ mysql-connector-python = "~8.0.33"
6868
tenacity = "^8.2.2"
6969
boto3 = "^1.28.11"
7070
pyyaml = "^6.0"
71-
urllib3 = "^1.26.16"
71+
urllib3 = "^2.2.2"
7272
allure-pytest = "^2.13.2"
7373
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
7474

0 commit comments

Comments
 (0)