Skip to content

Commit

Permalink
Update Python dependencies (#117)
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 Apr 20, 2023
1 parent 3ecdfd7 commit 3f7d38c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 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.8.10"
ops = "2.2.0"
cryptography = "40.0.2"
boto3 = "1.26.114"
boto3 = "1.26.116"
pgconnstr = "1.0.1"
requests = "2.28.2"
tenacity = "8.2.2"
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
boto3==1.26.114; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
--hash=sha256:b10324d452fe677d6e1005b650ae11158cf21310e0c0062b00d184b352f4196b \
--hash=sha256:e32977256470b4de3a25a43acdf6c8e6375e762656ace292ad2ceba446203615
botocore==1.29.114; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
--hash=sha256:aeacb03303d6babb0490247158647346d27900fcf89bfb9713db41f1ce1cc93f \
--hash=sha256:dd61f445eb53fe906dbde86405915cce61ffa13824a1bb7b826bfc7869a3e628
boto3==1.26.116; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
--hash=sha256:40d6fb099f7e6041ddcc72aadc37d2eaae6f32d1f7cf2ef5c02199a114be60a3 \
--hash=sha256:bfb16f1978be69fdee39b692fe639b5f9c430d33843d282889a59e61ae132051
botocore==1.29.116; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
--hash=sha256:907dec71437386867000912c2427845f482feef5327e7c659e3e81766aac3d34 \
--hash=sha256:c058baa1d374111ad2036e1f7d9fe715571b6d66d180a224208fc7fef9bc3c80
certifi==2022.12.7 ; python_full_version >= "3.8.10" and python_version < "4" \
--hash=sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3 \
--hash=sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18
Expand Down

0 comments on commit 3f7d38c

Please sign in to comment.