Skip to content

Commit 18abbc7

Browse files
Update Python dependencies
1 parent 024e846 commit 18abbc7

File tree

2 files changed

+47
-46
lines changed

2 files changed

+47
-46
lines changed

poetry.lock

+42-41
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
@@ -8,7 +8,7 @@ requires-poetry = ">=2.0.0"
88
[tool.poetry.dependencies]
99
python = "^3.10"
1010
ops = "^2.8.0"
11-
tenacity = "^8.2.2"
11+
tenacity = "^9.0.0"
1212
boto3 = "^1.28.23"
1313
typing_extensions = "^4.7.1"
1414
jinja2 = "^3.1.2"
@@ -49,20 +49,20 @@ codespell = "^2.2.5"
4949
shellcheck-py = "^0.9.0.5"
5050

5151
[tool.poetry.group.unit.dependencies]
52-
pytest = "^7.4.0"
52+
pytest = "^8.3.5"
5353
pytest-mock = "^3.11.1"
5454
coverage = { extras = ["toml"], version = "^7.2.7" }
5555
parameterized = "^0.9.0"
5656

5757
[tool.poetry.group.integration.dependencies]
58-
pytest = "^7.4.0"
58+
pytest = "^8.3.5"
5959
pytest-operator = "^0.35.0"
6060
juju = "^3.6.0.0"
6161
mysql-connector-python = "^9.1.0"
62-
tenacity = "^8.2.2"
62+
tenacity = "^9.0.0"
6363
boto3 = "^1.28.11"
6464
pyyaml = "^6.0"
65-
urllib3 = "^1.26.16"
65+
urllib3 = "^2.3.0"
6666
allure-pytest = "^2.13.2"
6767
allure-pytest-default-results = "^0.1.2"
6868

0 commit comments

Comments
 (0)