Skip to content

Commit 588b7ab

Browse files
[python ci] Update Python CI dependencies (#318)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02a4266 commit 588b7ab

File tree

2 files changed

+30
-8
lines changed

2 files changed

+30
-8
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ cosl = "*"
4343
optional = true
4444

4545
[tool.poetry.group.format.dependencies]
46-
black = "^23.10.1"
47-
ruff = "^0.1.3"
46+
black = "^23.11.0"
47+
ruff = "^0.1.6"
4848

4949
[tool.poetry.group.lint]
5050
optional = true
@@ -71,12 +71,12 @@ optional = true
7171
lightkube = "^0.15.0"
7272
pytest = "^7.4.3"
7373
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.1", subdirectory = "python/pytest_plugins/github_secrets"}
74-
pytest-operator = "^0.29.0"
74+
pytest-operator = "^0.31.0"
7575
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
7676
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
7777
juju = "^3.2.2"
7878
psycopg2 = {version = "^2.9.9", extras = ["binary"]}
79-
boto3 = "^1.28.70"
79+
boto3 = "^1.33.1"
8080
tenacity = "^8.2.3"
8181
ops = "^2.8.0"
8282
pytest-mock = "^3.12.0"

0 commit comments

Comments
 (0)