Skip to content

Commit

Permalink
Update Python dependencies (#285)
Browse files Browse the repository at this point in the history
* Update Python dependencies

* Remove urllib3 pin

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dragomir Penev <dragomir.penev@canonical.com>
  • Loading branch information
renovate[bot] and dragomirp authored Oct 12, 2023
1 parent 29e59e2 commit 773e039
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 11 deletions.
30 changes: 25 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jinja2 = "3.1.2"
lightkube = "0.14.0"
lightkube-models = "1.28.1.4"
requests = "2.31.0"
boto3 = "1.28.61"
boto3 = "1.28.62"
cosl = "0.0.7"
poetry-core = "1.7.0"
pydantic = "1.10.13"
Expand Down
3 changes: 0 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
"matchDatasources": ["pypi"],
"allowedVersions": "<3.0.0",
"groupName": "Juju 2"
}, {
"matchPackageNames": ["urllib3"],
"allowedVersions": "<2.0.0"
}, {
"matchPackageNames": ["pydantic"],
"allowedVersions": "<2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
anyio==4.0.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
attrs==23.1.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
boto3==1.28.61 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
boto3==1.28.62 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.62 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
certifi==2023.7.22 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
cffi==1.16.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
Expand Down Expand Up @@ -28,7 +28,7 @@ python-dateutil==2.8.2 ; python_full_version >= "3.10.6" and python_full_version
pyyaml==6.0.1 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
referencing==0.30.2 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
requests==2.31.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
rpds-py==0.10.4 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
rpds-py==0.10.6 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
s3transfer==0.7.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
six==1.16.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
sniffio==1.3.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
Expand Down

0 comments on commit 773e039

Please sign in to comment.