Skip to content

Commit

Permalink
[noissue]: Update cryptography requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@38.0.1...41.0.7)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ggainey committed Nov 30, 2023
1 parent aa4ef50 commit 701bbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aiohttp>=3.8.1,<3.9.2
asyncio-throttle>=1.0,<=1.0.2
backoff>=2.1.2,<2.2.2
click>=8.1.0,<=8.1.7
cryptography>=38.0.1,<41.0.6
cryptography>=38.0.1,<41.0.8
Django~=4.2.0 # LTS version, switch only if we have a compelling reason to
django-filter>=23.1,<=23.4
django-guid>=3.3,<=3.3.1
Expand Down

0 comments on commit 701bbc4

Please sign in to comment.