Skip to content

Commit

Permalink
chore(deps): update dependency cryptography to v42 (#205)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency cryptography to v42

* Install pkg-config

* Install latest pyOpenSSL

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christopher Bartz <[email protected]>
Co-authored-by: Yanks Yoon <[email protected]>
  • Loading branch information
3 people committed Mar 1, 2024
1 parent 5207dde commit 2b8061e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ parts:
- libffi-dev # for cffi
- libssl-dev # for cryptography
- rust-all # for cryptography
- pkg-config # for cryptography
prime:
- scripts/build-image.sh
- scripts/repo_policy_compliance_service.py
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ops>=2.8
pylxd @ git+https://github.com/canonical/pylxd
requests
typing-extensions
# Newer version does not work with default OpenSSL version on jammy.
cryptography <= 38.0.4
cryptography <=42.0.0
pydantic ==1.10.14
cosl ==0.0.8
# juju 3.1.2.0 depends on pyyaml<=6.0 and >=5.1.2
PyYAML ==6.0.*
pyOpenSSL==24.0.0

0 comments on commit 2b8061e

Please sign in to comment.