Skip to content

Commit

Permalink
Lock file maintenance Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 5c8949f commit ddd9dcf
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
100 changes: 50 additions & 50 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ package-mode = false
python = "^3.10"
ops = "^2.17.1"
cryptography = "^44.0.0"
boto3 = "^1.35.76"
boto3 = "^1.35.83"
pgconnstr = "^1.0.1"
requests = "^2.32.3"
tenacity = "^9.0.0"
psycopg2 = "^2.9.10"
cosl = "^0.0.45"
cosl = "^0.0.47"
pydantic = "^1.10.19"
poetry-core = "^1.9.1"
pyOpenSSL = "^24.3.0"
Expand All @@ -40,7 +40,7 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
optional = true

[tool.poetry.group.format.dependencies]
ruff = "^0.8.2"
ruff = "^0.8.3"

[tool.poetry.group.lint]
optional = true
Expand Down

0 comments on commit ddd9dcf

Please sign in to comment.