Skip to content

Commit dd94b4b

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

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

poetry.lock

Lines changed: 9 additions & 9 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.14.0"
2323
lightkube-models = "1.27.1.4"
2424
requests = "2.31.0"
25-
boto3 = "1.28.5"
25+
boto3 = "1.28.7"
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.1 ; 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.28.5; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
8-
--hash=sha256:2c76db4a1208b8d09814261fc5e530fc36b3b952ef807312495e6869fa6eaad5 \
9-
--hash=sha256:a5c815ab81219a606f20362c9d9c190f5c224bf33c5dc4c20501036cc4a9034f
10-
botocore==1.31.5; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
11-
--hash=sha256:8aec97512587a5475036a982785e406c52efd260457b809846985f849c3d7cf3 \
12-
--hash=sha256:b35114dae9c451895a11fef13d76881e2bb5428e5de8a702cc8589a28fb34c7a
7+
boto3==1.28.7; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
8+
--hash=sha256:46803b8ae114ff139f2a87fcb5d2f5a5728f6c96fe3a2b9416a8fcbe761423ae \
9+
--hash=sha256:ef6a465d3b25b89bcd00ff69675b33917166145e544735dcb9978091f5b0b752
10+
botocore==1.31.7; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
11+
--hash=sha256:f211ef5714bec8ae24b3fe737b8689611ef4d0dbea0ab46ef8328e112dd10ada \
12+
--hash=sha256:f4473f66c153c262b8262404d737f4249366daf00fb068b495577a24b830ebcb
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)