Skip to content

Commit 773e039

Browse files
Update Python dependencies (#285)
* Update Python dependencies * Remove urllib3 pin --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dragomir Penev <[email protected]>
1 parent 29e59e2 commit 773e039

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

poetry.lock

Lines changed: 25 additions & 5 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.61"
25+
boto3 = "1.28.62"
2626
cosl = "0.0.7"
2727
poetry-core = "1.7.0"
2828
pydantic = "1.10.13"

renovate.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
"matchDatasources": ["pypi"],
4242
"allowedVersions": "<3.0.0",
4343
"groupName": "Juju 2"
44-
}, {
45-
"matchPackageNames": ["urllib3"],
46-
"allowedVersions": "<2.0.0"
4744
}, {
4845
"matchPackageNames": ["pydantic"],
4946
"allowedVersions": "<2.0.0"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.61 ; 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"
44
botocore==1.31.62 ; 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"
@@ -28,7 +28,7 @@ python-dateutil==2.8.2 ; python_full_version >= "3.10.6" and python_full_version
2828
pyyaml==6.0.1 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
2929
referencing==0.30.2 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
3030
requests==2.31.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
31-
rpds-py==0.10.4 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
31+
rpds-py==0.10.6 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
3232
s3transfer==0.7.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
3333
six==1.16.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
3434
sniffio==1.3.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)