Skip to content

Commit 849da98

Browse files
Update Python dependencies (#1557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0eb7a1a commit 849da98

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ requires-poetry = ">=2.0.0"
88
[tool.poetry.dependencies]
99
python = "^3.10"
1010
ops = {extras = ["tracing"], version = "^3.7.0"}
11-
boto3 = "^1.42.74"
11+
boto3 = "^1.42.81"
1212
pgconnstr = "^1.0.1"
13-
requests = "^2.32.5"
13+
requests = "^2.33.1"
1414
tenacity = "^9.1.4"
1515
psycopg2 = "^2.9.11"
1616
pydantic = "^1.10.26"
@@ -40,7 +40,7 @@ jsonschema = "*"
4040
optional = true
4141

4242
[tool.poetry.group.format.dependencies]
43-
ruff = "^0.15.7"
43+
ruff = "^0.15.8"
4444

4545
[tool.poetry.group.lint]
4646
optional = true

0 commit comments

Comments
 (0)