Skip to content

Commit

Permalink
Update Python dependencies (#212)
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 Aug 28, 2023
1 parent ac1f189 commit a222afe
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
52 changes: 26 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.5.1"
cryptography = "41.0.3"
boto3 = "1.28.34"
boto3 = "1.28.35"
pgconnstr = "1.0.1"
requests = "2.31.0"
tenacity = "8.2.3"
Expand All @@ -30,7 +30,7 @@ optional = true

[tool.poetry.group.format.dependencies]
black = "23.7.0"
ruff = "0.0.285"
ruff = "0.0.286"

[tool.poetry.group.lint]
optional = true
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.34 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.34 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
boto3==1.28.35 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.35 ; 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 Down

0 comments on commit a222afe

Please sign in to comment.