Skip to content

Commit bddeec4

Browse files
Update Python dependencies
1 parent 6e2307c commit bddeec4

File tree

2 files changed

+78
-78
lines changed

2 files changed

+78
-78
lines changed

poetry.lock

+71-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -36,32 +36,32 @@ jsonschema = "*"
3636
optional = true
3737

3838
[tool.poetry.group.format.dependencies]
39-
black = "^23.7.0"
39+
black = "^24.4.0"
4040
isort = "^5.12.0"
4141

4242
[tool.poetry.group.lint]
4343
optional = true
4444

4545
[tool.poetry.group.lint.dependencies]
46-
black = "^23.7.0"
46+
black = "^24.4.0"
4747
isort = "^5.12.0"
48-
flake8 = "^6.0.0"
48+
flake8 = "^7.0.0"
4949
flake8-docstrings = "^1.7.0"
5050
flake8-copyright = "^0.2.4"
5151
flake8-builtins = "^2.1.0"
52-
pyproject-flake8 = "^6.0.0.post1"
52+
pyproject-flake8 = "^7.0.0"
5353
pep8-naming = "^0.13.3"
5454
codespell = "^2.2.5"
5555
shellcheck-py = "^0.9.0.5"
5656

5757
[tool.poetry.group.unit.dependencies]
58-
pytest = "^7.4.0"
58+
pytest = "^8.1.1"
5959
pytest-mock = "^3.11.1"
6060
coverage = {extras = ["toml"], version = "^7.2.7"}
6161
parameterized = "^0.9.0"
6262

6363
[tool.poetry.group.integration.dependencies]
64-
pytest = "^7.4.0"
64+
pytest = "^8.1.1"
6565
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/github_secrets"}
6666
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v13.1.0", subdirectory = "python/pytest_plugins/microceph"}
6767
pytest-operator = "^0.28.0"
@@ -72,7 +72,7 @@ mysql-connector-python = "~8.0.33"
7272
tenacity = "^8.2.2"
7373
boto3 = "^1.28.11"
7474
pyyaml = "^6.0"
75-
urllib3 = "^1.26.16"
75+
urllib3 = "^2.2.1"
7676
allure-pytest = "^2.13.2"
7777

7878

0 commit comments

Comments
 (0)