Skip to content

Commit b2dc69e

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

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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.14.0"
2323
lightkube-models = "1.28.1.4"
2424
requests = "2.31.0"
25-
boto3 = "1.28.62"
25+
boto3 = "1.28.63"
2626
cosl = "0.0.7"
2727
poetry-core = "1.7.0"
2828
pydantic = "1.10.13"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
anyio==4.0.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
22
attrs==23.1.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
3-
boto3==1.28.62 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
4-
botocore==1.31.62 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
3+
boto3==1.28.63 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
4+
botocore==1.31.63 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
55
certifi==2023.7.22 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
66
cffi==1.16.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
77
charset-normalizer==3.3.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)