Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 254a474 commit 27cf457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.0.12
click==8.0.4
cryptography==36.0.2
cryptography==41.0.3
dataclasses==0.8
deepdiff==4.3.2
defusedxml==0.7.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_files(install_prefix, directory):
"Operating System :: POSIX :: Linux",
),
install_requires=[
'cryptography==36.*',
'cryptography>=36,<42',
'deepdiff==4.*',
'dj-rest-auth==2.2.*',
'django-tenants==3.4.*',
Expand Down

0 comments on commit 27cf457

Please sign in to comment.