Skip to content

Commit 5f9bcd6

Browse files
Update Python dependencies
1 parent 1562299 commit 5f9bcd6

File tree

2 files changed

+74
-79
lines changed

2 files changed

+74
-79
lines changed

poetry.lock

+69-74
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
@@ -11,7 +11,7 @@ authors = []
1111
[tool.poetry.dependencies]
1212
python = "^3.10"
1313
ops = "^2.8.0"
14-
tenacity = "^8.2.2"
14+
tenacity = "^9.0.0"
1515
boto3 = "^1.28.23"
1616
# TODO: Remove insecure dependency https://github.com/canonical/mysql-operator/issues/246
1717
pyopenssl = "^24.0.0"
@@ -51,24 +51,24 @@ 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 = "v18.0.0", subdirectory = "python/pytest_plugins/github_secrets"}
6262
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/microceph"}
6363
pytest-operator = "^0.28.0"
6464
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
6565
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v18.0.0", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6666
juju = "^3.2.2"
6767
mysql-connector-python = "~8.0.33"
68-
tenacity = "^8.2.2"
68+
tenacity = "^9.0.0"
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 = "v18.0.0", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
7474

0 commit comments

Comments
 (0)