Skip to content

Commit aa202f5

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

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jinja2 = "3.1.2"
2222
lightkube = "0.13.0"
2323
lightkube-models = "1.27.1.4"
2424
requests = "2.31.0"
25-
boto3 = "1.26.156"
25+
boto3 = "1.26.157"
2626
# psycopg2 = "^2.9.5" # Injected in charmcraft.yaml
2727
packaging = "23.1"
2828

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ anyio==3.7.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
44
attrs==23.1.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
55
--hash=sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04 \
66
--hash=sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015
7-
boto3==1.26.156; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
8-
--hash=sha256:3a60283676399ae94b49b7a170fb0f42ca2ddcde490988fb0af7fd5a64440ab8 \
9-
--hash=sha256:455b6e1f12768b21b5f3990cf1fadeed9bf1c6b36e5a7a303352b927f530c434
10-
botocore==1.29.156; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
11-
--hash=sha256:21d0c2cb1461f2676e41a896e6e551c7da09e923f416322182520851b179ebda \
12-
--hash=sha256:44b26a5468402bb9e5028d8f9ef2eba973cde016979aa72f87db32ef9000dab4
7+
boto3==1.26.157; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
8+
--hash=sha256:718b236aafc3f106d17cd5c4f513fc2f40bfa995c0cb730ecc893e9c808c0385 \
9+
--hash=sha256:7a8117dfe9ba1f203d73b3df32a4ebdb895813189635f126fa256e1dea37ee8d
10+
botocore==1.29.157; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
11+
--hash=sha256:af2a7b6417bf3bbf00ab22aa61a2d7d839a8a8a62e7975c18c80c55c88dc7fcf \
12+
--hash=sha256:ccbf948c040d68b6a22570e73dd63cb3b07ce33f4032e9b1d502d2fae55c3b80
1313
certifi==2023.5.7 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
1414
--hash=sha256:0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7 \
1515
--hash=sha256:c6c2e98f5c7869efca1f8916fed228dd91539f9f1b444c314c06eef02980c716

0 commit comments

Comments
 (0)