Bump cryptography from 42.0.4 to 43.0.1 (#1179)
* Bump cryptography from 42.0.4 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.2...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update pyopenssl version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Busby <contact@benbusby.com>main
parent
ee5a536861
commit
cc7907fb84
|
@ -3,11 +3,11 @@ beautifulsoup4==4.11.2
|
||||||
brotli==1.0.9
|
brotli==1.0.9
|
||||||
cachelib==0.10.2
|
cachelib==0.10.2
|
||||||
certifi==2024.7.4
|
certifi==2024.7.4
|
||||||
cffi==1.15.1
|
cffi==1.17.1
|
||||||
chardet==5.1.0
|
chardet==5.1.0
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
cryptography==3.3.2; platform_machine == 'armv7l'
|
cryptography==3.3.2; platform_machine == 'armv7l'
|
||||||
cryptography==42.0.4; platform_machine != 'armv7l'
|
cryptography==43.0.1; platform_machine != 'armv7l'
|
||||||
cssutils==2.6.0
|
cssutils==2.6.0
|
||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
Flask==2.3.2
|
Flask==2.3.2
|
||||||
|
@ -19,9 +19,9 @@ more-itertools==9.0.0
|
||||||
packaging==23.0
|
packaging==23.0
|
||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
pycodestyle==2.10.0
|
pycodestyle==2.10.0
|
||||||
pycparser==2.21
|
pycparser==2.22
|
||||||
pyOpenSSL==19.1.0; platform_machine == 'armv7l'
|
pyOpenSSL==19.1.0; platform_machine == 'armv7l'
|
||||||
pyOpenSSL==24.0.0; platform_machine != 'armv7l'
|
pyOpenSSL==24.2.1; platform_machine != 'armv7l'
|
||||||
pyparsing==3.0.9
|
pyparsing==3.0.9
|
||||||
PySocks==1.7.1
|
PySocks==1.7.1
|
||||||
pytest==7.2.1
|
pytest==7.2.1
|
||||||
|
|
Loading…
Reference in New Issue