Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent 86aa9b7 commit df26242
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 @@ -33,7 +33,7 @@ testinfra==5.0.0
jq==1.1.2 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version <= "3.9"
jq==1.2.2 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version == "3.10"
jq==1.6.0 ; (platform_system == "Linux" or platform_system == "Darwin") and python_version >= "3.11"
cryptography==3.3.2; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
cryptography==41.0.6; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows'
urllib3>=1.26.5,<2
numpydoc>=1.1.0
ansible-runner>=2.0.1 ; platform_system == "Linux"
Expand Down

0 comments on commit df26242

Please sign in to comment.