Skip to content

Commit

Permalink
Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 36a7e03 commit 82a2f35
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 31 deletions.
72 changes: 46 additions & 26 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions 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.6.0"
cryptography = "41.0.3"
boto3 = "1.28.48"
boto3 = "1.28.49"
pgconnstr = "1.0.1"
requests = "2.31.0"
tenacity = "8.2.3"
Expand All @@ -31,7 +31,7 @@ optional = true

[tool.poetry.group.format.dependencies]
black = "23.9.1"
ruff = "0.0.289"
ruff = "0.0.290"

[tool.poetry.group.lint]
optional = true
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
boto3==1.28.48 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.48 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
boto3==1.28.49 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.49 ; 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.15.1 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
charset-normalizer==3.2.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
Expand All @@ -20,6 +20,6 @@ requests==2.31.0 ; python_full_version >= "3.10.6" and python_full_version < "4.
s3transfer==0.6.2 ; 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"
tenacity==8.2.3 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
typing-extensions==4.7.1 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
typing-extensions==4.8.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
urllib3==1.26.16 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
websocket-client==1.6.3 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"

0 comments on commit 82a2f35

Please sign in to comment.