Skip to content

Commit 48e9e2f

Browse files
Lock file maintenance Python dependencies (#422)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10a6cc0 commit 48e9e2f

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

poetry.lock

Lines changed: 33 additions & 33 deletions
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
@@ -15,7 +15,7 @@ repository = "https://github.com/canonical/postgresql-operator"
1515
python = "^3.10"
1616
ops = "^2.12.0"
1717
cryptography = "^42.0.5"
18-
boto3 = "^1.34.74"
18+
boto3 = "^1.34.75"
1919
pgconnstr = "^1.0.1"
2020
requests = "^2.31.0"
2121
tenacity = "^8.2.3"
@@ -42,7 +42,7 @@ jsonschema = "*"
4242
optional = true
4343

4444
[tool.poetry.group.format.dependencies]
45-
ruff = "^0.3.4"
45+
ruff = "^0.3.5"
4646

4747
[tool.poetry.group.lint]
4848
optional = true
@@ -76,7 +76,7 @@ tenacity = "*"
7676
landscape-api-py3 = "^0.9.0"
7777
mailmanclient = "^3.3.5"
7878
psycopg2-binary = "^2.9.9"
79-
allure-pytest = "^2.13.4"
79+
allure-pytest = "^2.13.5"
8080

8181
# Testing tools configuration
8282
[tool.coverage.run]

0 commit comments

Comments
 (0)