Skip to content

Commit 7c99e9f

Browse files
Update Python dependencies
1 parent 22598cc commit 7c99e9f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-poetry = ">=2.0.0"
99
python = "^3.10"
1010
ops = "^2.15.0"
1111
lightkube = "^0.15.0"
12-
tenacity = "^8.2.2"
12+
tenacity = "^9.1.2"
1313
boto3 = "^1.28.22"
1414
jinja2 = "^3.1.2"
1515
pyyaml = "^6.0.2"
@@ -47,26 +47,26 @@ codespell = "^2.3.0"
4747
shellcheck-py = "^0.9.0.5"
4848

4949
[tool.poetry.group.unit.dependencies]
50-
pytest = "^7.4.0"
50+
pytest = "^8.4.0"
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.4.0"
5757
pytest-operator = "^0.28.0"
5858
juju = "^3.6.0.0"
5959
ops = "^2.15.0"
6060
mysql-connector-python = "~8.0.33"
61-
tenacity = "^8.2.2"
61+
tenacity = "^9.1.2"
6262
boto3 = "^1.28.22"
6363
pyyaml = "^6.0.1"
64-
urllib3 = "^1.26.16"
64+
urllib3 = "^2.4.0"
6565
lightkube = "^0.15.0"
66-
kubernetes = "^27.2.0"
66+
kubernetes = "^32.0.1"
6767
allure-pytest = "^2.13.2"
6868
allure-pytest-default-results = "^0.1.2"
69-
pytest-asyncio = "^0.21.1"
69+
pytest-asyncio = "^1.0.0"
7070

7171
[tool.coverage.run]
7272
branch = true

0 commit comments

Comments
 (0)