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 22, 2023
1 parent ecd609c commit bf2b5be
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
58 changes: 29 additions & 29 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.6.0"
cryptography = "41.0.4"
boto3 = "1.28.50"
boto3 = "1.28.52"
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.290"
ruff = "0.0.291"

[tool.poetry.group.lint]
optional = true
Expand All @@ -46,7 +46,7 @@ optional = true
coverage = {extras = ["toml"], version = "7.3.1"}
pytest = "7.4.2"
pytest-asyncio = "0.21.1"
jsonschema = "4.19.0"
jsonschema = "4.19.1"
psycopg2 = {version = "2.9.7", extras = ["binary"]}
jinja2 = "3.1.2"

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.50 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.50 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
boto3==1.28.52 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.52 ; 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 bf2b5be

Please sign in to comment.