Skip to content

Commit d868359

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

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.146"
25+
boto3 = "1.26.148"
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.146; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
8-
--hash=sha256:3d7f1b43d2e5a10ee29d4940e714d72a2f6f1a6f6ba856c82ba9328d83062605 \
9-
--hash=sha256:a03e42dfa09c785cd223422d59c06e8babf667983b513a9a172b73c106f3b37e
10-
botocore==1.29.146; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
11-
--hash=sha256:77f7793cb36074eb84d606a23ad6e1d57c20f7a2eeab7d9136d3e63c584e0504 \
12-
--hash=sha256:ac57003292f18206ee942eafc381ecd9a3420a3844d6b7e1c1b0f4b88b28263b
7+
boto3==1.26.148; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
8+
--hash=sha256:53328b99847e65ca60dbbd5a86550101ecf903dff36724b6a4e74876dd973bdf \
9+
--hash=sha256:ed90522019c97db32ce1bfd1076864c57c3b65af40abc2349b2391bbac7e4865
10+
botocore==1.29.148; python_full_version >= "3.10.6" and python_full_version < "4.0.0" \
11+
--hash=sha256:36bccc4e094faf1bfbda2241eb1c71e72a63f3c12b2adfc4c3cbd02349bc416b \
12+
--hash=sha256:71c512fbd42e0ef171388b53bf82f9cb9e66283467156917b69717daeb05eba6
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)