Skip to content

Commit a5d4a80

Browse files
Update Python dependencies
1 parent 38ceda6 commit a5d4a80

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
@@ -31,16 +31,16 @@ jsonschema = "*"
3131
optional = true
3232

3333
[tool.poetry.group.format.dependencies]
34-
black = "^23.7.0"
34+
black = "^24.3.0"
3535
isort = "^5.12.0"
3636

3737
[tool.poetry.group.lint]
3838
optional = true
3939

4040
[tool.poetry.group.lint.dependencies]
41-
black = "^23.7.0"
41+
black = "^24.3.0"
4242
isort = "^5.12.0"
43-
flake8 = "^6.0.0"
43+
flake8 = "^7.0.0"
4444
flake8-docstrings = "^1.7.0"
4545
flake8-copyright = "^0.2.4"
4646
flake8-builtins = "^2.1.0"
@@ -50,13 +50,13 @@ codespell = "^2.2.5"
5050
shellcheck-py = "^0.9.0.5"
5151

5252
[tool.poetry.group.unit.dependencies]
53-
pytest = "^7.4.0"
53+
pytest = "^8.1.1"
5454
pytest-mock = "^3.11.1"
5555
coverage = {extras = ["toml"], version = "^7.2.7"}
5656
parameterized = "^0.9.0"
5757

5858
[tool.poetry.group.integration.dependencies]
59-
pytest = "^7.4.0"
59+
pytest = "^8.1.1"
6060
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/github_secrets"}
6161
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/microceph"}
6262
pytest-operator = "^0.28.0"
@@ -68,9 +68,9 @@ mysql-connector-python = "~8.0.33"
6868
tenacity = "^8.2.2"
6969
boto3 = "^1.28.22"
7070
pyyaml = "^6.0.1"
71-
urllib3 = "^1.26.16"
71+
urllib3 = "^2.2.1"
7272
lightkube = "^0.14.0"
73-
kubernetes = "^27.2.0"
73+
kubernetes = "^29.0.0"
7474
allure-pytest = "^2.13.2"
7575

7676

0 commit comments

Comments
 (0)