Skip to content

Commit

Permalink
Bump cryptography from 41.0.7 to 42.0.5
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.5.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.7...42.0.5)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 05ca2e6 commit 3cf87f5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 30 deletions.
68 changes: 39 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bleak = "^0.21.1" # BLE library
requests = "^2.31.0" # To communicate with plejd API
tomli = "^2.0.1" # TOML parser to store plejd site
numpy = "^1.25.2" # To parse BLE payload, could probably be done without numpy
cryptography = "^41.0.5" # Used to create AES cipher to authenticate against plejd mesh
cryptography = "^42.0.5" # Used to create AES cipher to authenticate against plejd mesh
pydantic = "^1.10.13" # Data validation
ntplib = "^0.4.0" # To get time from an NTP server

Expand Down

0 comments on commit 3cf87f5

Please sign in to comment.