Skip to content

Commit e57b57e

Browse files
Update Python dependencies
1 parent 6c09910 commit e57b57e

File tree

2 files changed

+84
-83
lines changed

2 files changed

+84
-83
lines changed

poetry.lock

Lines changed: 76 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,32 +34,32 @@ cosl = "*"
3434
optional = true
3535

3636
[tool.poetry.group.format.dependencies]
37-
black = "^23.7.0"
37+
black = "^24.4.2"
3838
isort = "^5.12.0"
3939

4040
[tool.poetry.group.lint]
4141
optional = true
4242

4343
[tool.poetry.group.lint.dependencies]
44-
black = "^23.7.0"
44+
black = "^24.4.2"
4545
isort = "^5.12.0"
46-
flake8 = "^6.0.0"
46+
flake8 = "^7.0.0"
4747
flake8-docstrings = "^1.7.0"
4848
flake8-copyright = "^0.2.4"
4949
flake8-builtins = "^2.1.0"
50-
pyproject-flake8 = "^6.0.0.post1"
50+
pyproject-flake8 = "^7.0.0"
5151
pep8-naming = "^0.13.3"
5252
codespell = "^2.2.5"
5353
shellcheck-py = "^0.9.0.5"
5454

5555
[tool.poetry.group.unit.dependencies]
56-
pytest = "^7.4.0"
56+
pytest = "^8.2.0"
5757
pytest-mock = "^3.11.1"
5858
coverage = {extras = ["toml"], version = "^7.2.7"}
5959
parameterized = "^0.9.0"
6060

6161
[tool.poetry.group.integration.dependencies]
62-
pytest = "^7.4.0"
62+
pytest = "^8.2.0"
6363
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/github_secrets"}
6464
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/microceph"}
6565
pytest-operator = "^0.28.0"
@@ -71,9 +71,9 @@ mysql-connector-python = "~8.0.33"
7171
tenacity = "^8.2.2"
7272
boto3 = "^1.28.22"
7373
pyyaml = "^6.0.1"
74-
urllib3 = "^1.26.16"
74+
urllib3 = "^2.2.1"
7575
lightkube = "^0.14.0"
76-
kubernetes = "^27.2.0"
76+
kubernetes = "^29.0.0"
7777
allure-pytest = "^2.13.2"
7878

7979

0 commit comments

Comments
 (0)