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 8, 2023
1 parent 76960cb commit 46f9f1b
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 40 deletions.
88 changes: 55 additions & 33 deletions poetry.lock

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

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

[tool.poetry.group.format.dependencies]
black = "^23.9.1"
ruff = "^0.1.3"
black = "^23.10.1"
ruff = "^0.1.4"

[tool.poetry.group.lint]
optional = true
Expand All @@ -54,23 +54,23 @@ optional = true

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.3.2"}
pytest = "^7.4.0"
pytest = "^7.4.3"
pytest-asyncio = "^0.21.1"
jsonschema = "^4.19.1"
jsonschema = "^4.19.2"
psycopg2 = {version = "^2.9.9", extras = ["binary"]}
jinja2 = "^3.1.2"

[tool.poetry.group.integration]
optional = true

[tool.poetry.group.integration.dependencies]
pytest = "^7.4.0"
pytest = "^7.4.3"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v5.1.2", 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 = "v5.1.2", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v5.1.2", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
juju = "^3.2.2"
boto3 = "^1.28.70"
boto3 = "^1.28.80"
tenacity = "^8.2.3"
landscape-api-py3 = "^0.9.0"
mailmanclient = "^3.3.5"
Expand Down

0 comments on commit 46f9f1b

Please sign in to comment.