mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Merge pull request #1243 from benbusby/dependabot/pip/cryptography-45.0.7
Bump cryptography from 3.3.2 to 45.0.7
This commit is contained in:
commit
3733d87546
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ cffi==1.17.1
|
|||
chardet==5.1.0
|
||||
click==8.1.3
|
||||
cryptography==3.3.2; platform_machine == 'armv7l'
|
||||
cryptography==43.0.1; platform_machine != 'armv7l'
|
||||
cryptography==45.0.7; platform_machine != 'armv7l'
|
||||
cssutils==2.7.0
|
||||
defusedxml==0.7.1
|
||||
Flask==2.3.2
|
||||
|
|
@ -21,7 +21,7 @@ pluggy==1.0.0
|
|||
pycodestyle==2.10.0
|
||||
pycparser==2.22
|
||||
pyOpenSSL==19.1.0; platform_machine == 'armv7l'
|
||||
pyOpenSSL==24.2.1; platform_machine != 'armv7l'
|
||||
pyOpenSSL==25.3.0; platform_machine != 'armv7l'
|
||||
pyparsing==3.0.9
|
||||
PySocks==1.7.1
|
||||
pytest==7.2.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue