Skip to content

Commit

Permalink
Lock file maintenance Python dependencies (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent b03867d commit ccaf178
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
60 changes: 30 additions & 30 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 @@ -13,7 +13,7 @@ repository = "https://github.com/canonical/pgbouncer-k8s-operator"

[tool.poetry.dependencies]
python = "^3.8.10"
ops = "^2.14.1"
ops = "^2.15.0"
cryptography = "^43.0.0"
jsonschema = "^4.23.0"
tenacity = "^8.5.0"
Expand Down Expand Up @@ -43,7 +43,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.5.3"
ruff = "^0.5.4"

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

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.6.0"}
pytest = "^8.2.2"
pytest = "^8.3.1"
pytest-asyncio = "*"
parameterized = "^0.9.0"

Expand All @@ -65,7 +65,7 @@ optional = true

[tool.poetry.group.integration.dependencies]
lightkube = "*"
pytest = "^8.2.2"
pytest = "^8.3.1"
pytest-github-secrets = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/github_secrets"}
pytest-operator = "^0.35.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v16.3.3", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
Expand Down

0 comments on commit ccaf178

Please sign in to comment.