Skip to content

Commit f06b371

Browse files
authored
Update cryptography (#82)
1 parent 290271e commit f06b371

File tree

4 files changed

+108
-82
lines changed

4 files changed

+108
-82
lines changed

charmcraft.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ parts:
1717
- rustc
1818
- cargo
1919
charm-binary-python-packages:
20-
- jsonschema
21-
- psycopg2-binary==2.9.3
20+
- psycopg2-binary==2.9.5

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ repository = "https://github.com/canonical/postgresql-operator"
1414
[tool.poetry.dependencies]
1515
python = "^3.8.10"
1616
ops = "^2.0"
17-
cryptography = "37.0.4"
18-
boto3 = "^1.26.87"
17+
cryptography = "^39.0.2"
18+
boto3 = "^1.26.91"
1919
pgconnstr = "^1.0.1"
2020
requests = "^2.28.2"
2121
tenacity = "^8.2.2"
22+
pyOpenSSL = "^23.0.0"
2223
# psycopg2 = "^2.9.5" # Injected in charmcraft.yaml
2324

2425
[tool.poetry.group.format]

0 commit comments

Comments
 (0)