Skip to content

Commit da95d84

Browse files
Update Python dependencies (#246)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a051209 commit da95d84

File tree

4 files changed

+48
-28
lines changed

4 files changed

+48
-28
lines changed

charmcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ parts:
1818
- cargo
1919
- pkg-config
2020
charm-binary-python-packages:
21-
- psycopg2-binary==2.9.8 # renovate
21+
- psycopg2-binary==2.9.9 # renovate

poetry.lock

Lines changed: 42 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repository = "https://github.com/canonical/postgresql-operator"
1515
python = "^3.10.6"
1616
ops = "2.7.0"
1717
cryptography = "41.0.4"
18-
boto3 = "1.28.59"
18+
boto3 = "1.28.62"
1919
pgconnstr = "1.0.1"
2020
requests = "2.31.0"
2121
tenacity = "8.2.3"
@@ -47,7 +47,7 @@ coverage = {extras = ["toml"], version = "7.3.2"}
4747
pytest = "7.4.2"
4848
pytest-asyncio = "0.21.1"
4949
jsonschema = "4.19.1"
50-
psycopg2 = {version = "2.9.8", extras = ["binary"]}
50+
psycopg2 = {version = "2.9.9", extras = ["binary"]}
5151
jinja2 = "3.1.2"
5252

5353
[tool.poetry.group.integration]

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
boto3==1.28.59 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
2-
botocore==1.31.59 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
1+
boto3==1.28.62 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
2+
botocore==1.31.62 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
33
certifi==2023.7.22 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
44
cffi==1.16.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
55
charset-normalizer==3.3.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
@@ -22,4 +22,4 @@ six==1.16.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
2222
tenacity==8.2.3 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
2323
typing-extensions==4.8.0 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
2424
urllib3==1.26.17 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
25-
websocket-client==1.6.3 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"
25+
websocket-client==1.6.4 ; python_full_version >= "3.10.6" and python_full_version < "4.0.0"

0 commit comments

Comments
 (0)