Skip to content

Commit 4715b06

Browse files
Update Python dependencies (#200)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1b57fd8 commit 4715b06

File tree

5 files changed

+286
-289
lines changed

5 files changed

+286
-289
lines changed

poetry.lock

Lines changed: 41 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ ops = "2.4.1"
1717
pgconnstr = "1.0.1"
1818
tenacity = "8.2.2"
1919
cryptography = "41.0.2"
20-
jsonschema = "4.18.0"
20+
jsonschema = "4.18.4"
2121
jinja2 = "3.1.2"
22-
lightkube = "0.13.0"
22+
lightkube = "0.14.0"
2323
lightkube-models = "1.27.1.4"
2424
requests = "2.31.0"
25-
boto3 = "1.28.1"
25+
boto3 = "1.28.5"
2626
# psycopg2 = "^2.9.5" # Injected in charmcraft.yaml
2727
packaging = "23.1"
2828

2929
[tool.poetry.group.format]
3030
optional = true
3131

3232
[tool.poetry.group.format.dependencies]
33-
black = "23.3.0"
33+
black = "23.7.0"
3434
isort = "5.12.0"
3535

3636
[tool.poetry.group.lint]
@@ -51,14 +51,14 @@ optional = true
5151
[tool.poetry.group.unit.dependencies]
5252
coverage = {extras = ["toml"], version = "7.2.7"}
5353
pytest = "7.4.0"
54-
pytest-asyncio = "0.21.0"
54+
pytest-asyncio = "0.21.1"
5555
psycopg2 = {version = "2.9.6", extras = ["binary"]}
5656

5757
[tool.poetry.group.integration]
5858
optional = true
5959

6060
[tool.poetry.group.integration.dependencies]
61-
lightkube = "0.13.0"
61+
lightkube = "0.14.0"
6262
pytest = "7.4.0"
6363
pytest-operator = "0.28.0"
6464
juju = "2.9.43.0 || 3.1.2.0" # renovate libjuju

0 commit comments

Comments
 (0)