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 Oct 18, 2023
1 parent 8706c52 commit d276204
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 55 deletions.
94 changes: 45 additions & 49 deletions poetry.lock

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

6 changes: 3 additions & 3 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.7.0"
cryptography = "41.0.4"
boto3 = "1.28.63"
boto3 = "1.28.65"
pgconnstr = "1.0.1"
requests = "2.31.0"
tenacity = "8.2.3"
Expand All @@ -30,8 +30,8 @@ poetry-core = "1.7.0"
optional = true

[tool.poetry.group.format.dependencies]
black = "23.9.1"
ruff = "0.0.292"
black = "23.10.0"
ruff = "0.1.0"

[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.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"
boto3==1.28.65 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.65 ; 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 All @@ -21,5 +21,5 @@ s3transfer==0.7.0 ; python_full_version >= "3.10.6" and python_full_version < "4
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.8.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
urllib3==1.26.17 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
urllib3==1.26.18 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
websocket-client==1.6.4 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"

0 comments on commit d276204

Please sign in to comment.