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 11, 2023
1 parent 77ad2cd commit 8555a14
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 28 deletions.
2 changes: 1 addition & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ parts:
- cargo
- pkg-config
charm-binary-python-packages:
- psycopg2-binary==2.9.8 # renovate
- psycopg2-binary==2.9.9 # renovate
64 changes: 42 additions & 22 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.7.0"
cryptography = "41.0.4"
boto3 = "1.28.59"
boto3 = "1.28.62"
pgconnstr = "1.0.1"
requests = "2.31.0"
tenacity = "8.2.3"
Expand Down Expand Up @@ -47,7 +47,7 @@ coverage = {extras = ["toml"], version = "7.3.2"}
pytest = "7.4.2"
pytest-asyncio = "0.21.1"
jsonschema = "4.19.1"
psycopg2 = {version = "2.9.8", extras = ["binary"]}
psycopg2 = {version = "2.9.9", extras = ["binary"]}
jinja2 = "3.1.2"

[tool.poetry.group.integration]
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.59 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.59 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
boto3==1.28.62 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
botocore==1.31.62 ; 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 @@ -22,4 +22,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"
websocket-client==1.6.3 ; 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 8555a14

Please sign in to comment.