Skip to content

Commit 53ba0d3

Browse files
Update Python dependencies (#249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd2a4f5 commit 53ba0d3

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
@@ -15,7 +15,7 @@ repository = "https://github.com/canonical/postgresql-operator"
1515
python = "^3.10.6"
1616
ops = "2.7.0"
1717
cryptography = "41.0.4"
18-
boto3 = "1.28.62"
18+
boto3 = "1.28.63"
1919
pgconnstr = "1.0.1"
2020
requests = "2.31.0"
2121
tenacity = "8.2.3"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
boto3==1.28.62 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
2-
botocore==1.31.62 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
1+
boto3==1.28.63 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
2+
botocore==1.31.63 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
33
certifi==2023.7.22 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
44
cffi==1.16.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
55
charset-normalizer==3.3.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)