Skip to content

Commit

Permalink
[python ci] Update Python CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 02a4266 commit e063ca9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
30 changes: 26 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ cosl = "*"
optional = true

[tool.poetry.group.format.dependencies]
black = "^23.10.1"
ruff = "^0.1.3"
black = "^23.11.0"
ruff = "^0.1.6"

[tool.poetry.group.lint]
optional = true
Expand All @@ -71,12 +71,12 @@ optional = true
lightkube = "^0.15.0"
pytest = "^7.4.3"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.1", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.29.0"
pytest-operator = "^0.31.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.1", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v6.3.1", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
juju = "^3.2.2"
psycopg2 = {version = "^2.9.9", extras = ["binary"]}
boto3 = "^1.28.70"
boto3 = "^1.33.1"
tenacity = "^8.2.3"
ops = "^2.8.0"
pytest-mock = "^3.12.0"
Expand Down

0 comments on commit e063ca9

Please sign in to comment.