Skip to content

Commit

Permalink
Update Python dependencies (canonical#249)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2023
1 parent ef18643 commit 8e71f12
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 @@ -15,7 +15,7 @@ repository = "https://github.com/canonical/postgresql-operator"
python = "^3.10.6"
ops = "2.7.0"
cryptography = "41.0.4"
boto3 = "1.28.62"
boto3 = "1.28.63"
pgconnstr = "1.0.1"
requests = "2.31.0"
tenacity = "8.2.3"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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"
boto3==1.28.63 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.63 ; 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"
charset-normalizer==3.3.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
Expand Down

0 comments on commit 8e71f12

Please sign in to comment.