Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock file maintenance Python dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 20, 2024
1 parent 02367ec commit 8fe4986
Showing 2 changed files with 296 additions and 311 deletions.
595 changes: 290 additions & 305 deletions poetry.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@ package-mode = false
python = "^3.10"
ops = "^2.17.0"
cryptography = "^43.0.3"
boto3 = "^1.35.49"
boto3 = "^1.35.65"
pgconnstr = "^1.0.1"
requests = "^2.32.3"
tenacity = "^9.0.0"
psycopg2 = "^2.9.10"
cosl = "^0.0.42"
pydantic = "^1.10.18"
cosl = "^0.0.43"
pydantic = "^1.10.19"
poetry-core = "^1.9.1"
pyOpenSSL = "^24.2.1"
jinja2 = "^3.1.4"
@@ -38,7 +38,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.7.1"
ruff = "^0.7.4"

[tool.poetry.group.lint]
optional = true
@@ -50,7 +50,7 @@ codespell = "^2.3.0"
optional = true

[tool.poetry.group.unit.dependencies]
coverage = {extras = ["toml"], version = "^7.6.4"}
coverage = {extras = ["toml"], version = "^7.6.7"}
pytest = "^8.3.3"
pytest-asyncio = "*"
parameterized = "^0.9.0"
@@ -66,7 +66,7 @@ pytest-operator = "^0.38.0"
pytest-operator-cache = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/pytest_operator_cache"}
pytest-operator-groups = {git = "https://github.com/canonical/data-platform-workflows", tag = "v23.0.5", subdirectory = "python/pytest_plugins/pytest_operator_groups"}
# renovate caret doesn't work: https://github.com/renovatebot/renovate/issues/26940
juju = "<=3.5.0.0"
juju = "<=3.5.2.1"
boto3 = "*"
tenacity = "*"
landscape-api-py3 = "^0.9.0"

0 comments on commit 8fe4986

Please sign in to comment.