Skip to content

Commit 299f50e

Browse files
Update Python dependencies
1 parent 0d434ea commit 299f50e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ops = "^2.8.0"
1414
tenacity = "^8.2.2"
1515
boto3 = "^1.28.23"
1616
# TODO: Remove insecure dependency https://github.com/canonical/mysql-operator/issues/246
17-
pyopenssl = "^23.2.0"
17+
pyopenssl = "^24.1.0"
1818
typing_extensions = "^4.7.1"
1919
jinja2 = "^3.1.2"
2020

@@ -36,16 +36,16 @@ jsonschema = "*"
3636
optional = true
3737

3838
[tool.poetry.group.format.dependencies]
39-
black = "^23.7.0"
39+
black = "^24.3.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.3.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"
@@ -55,13 +55,13 @@ 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 = "v12.6.2", subdirectory = "python/pytest_plugins/github_secrets"}
6666
pytest-microceph = {git = "https://github.com/canonical/data-platform-workflows", tag = "v12.6.2", 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)