Skip to content

Commit 700fa59

Browse files
Update Python dependencies
1 parent 1b4d923 commit 700fa59

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

poetry.lock

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

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package-mode = false
77
[tool.poetry.dependencies]
88
python = "^3.10"
99
ops = "^2.8.0"
10-
tenacity = "^8.2.2"
10+
tenacity = "^9.0.0"
1111
boto3 = "^1.28.23"
1212
# TODO: Remove insecure dependency https://github.com/canonical/mysql-operator/issues/246
1313
pyopenssl = "^24.0.0"
@@ -47,24 +47,24 @@ codespell = "^2.2.5"
4747
shellcheck-py = "^0.9.0.5"
4848

4949
[tool.poetry.group.unit.dependencies]
50-
pytest = "^7.4.0"
50+
pytest = "^8.3.3"
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.3"
5757
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
5858
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/microceph"}
5959
pytest-operator = "^0.28.0"
6060
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
6161
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6262
juju = "^3.5.2.0"
6363
mysql-connector-python = "~8.0.33"
64-
tenacity = "^8.2.2"
64+
tenacity = "^9.0.0"
6565
boto3 = "^1.28.11"
6666
pyyaml = "^6.0"
67-
urllib3 = "^1.26.16"
67+
urllib3 = "^2.2.3"
6868
allure-pytest = "^2.13.2"
6969
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v21.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
7070

0 commit comments

Comments
 (0)