Skip to content

Commit 0289cf3

Browse files
Update Python dependencies
1 parent 5fefa33 commit 0289cf3

File tree

2 files changed

+85
-83
lines changed

2 files changed

+85
-83
lines changed

poetry.lock

+80-78
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"
@@ -46,24 +46,24 @@ codespell = "^2.2.5"
4646
shellcheck-py = "^0.9.0.5"
4747

4848
[tool.poetry.group.unit.dependencies]
49-
pytest = "^7.4.0"
49+
pytest = "^8.3.4"
5050
pytest-mock = "^3.11.1"
5151
coverage = {extras = ["toml"], version = "^7.2.7"}
5252
parameterized = "^0.9.0"
5353

5454
[tool.poetry.group.integration.dependencies]
55-
pytest = "^7.4.0"
55+
pytest = "^8.3.4"
5656
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/github_secrets"}
5757
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/microceph"}
5858
pytest-operator = "^0.28.0"
5959
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
6060
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
6161
juju = "^3.5.2.0"
6262
mysql-connector-python = "~8.0.33"
63-
tenacity = "^8.2.2"
63+
tenacity = "^9.0.0"
6464
boto3 = "^1.28.11"
6565
pyyaml = "^6.0"
66-
urllib3 = "^1.26.16"
66+
urllib3 = "^2.2.3"
6767
allure-pytest = "^2.13.2"
6868
allure-pytest-collection-report = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.1.1", subdirectory = "python/pytest_plugins/allure_pytest_collection_report"}
6969

0 commit comments

Comments
 (0)