Skip to content

Commit af60509

Browse files
Bump cryptography to 42.0.4, pyopenssl to 24.0.0 (#1123)
* Bump cryptography to 42.0.4 * Bump pyopenssl to 24.0.0 * Squashed commit of the following: commit 2395bb7 Author: Ben Busby <[email protected]> Date: Wed Mar 6 09:35:48 2024 -0700 Remove version from DDG bangs url Including the version portion of the URL now redirects to search results for the name of the bang file, rather than returning the bang file itself. Removing the version from the URL returns the correct bang file. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Busby <[email protected]>
1 parent 2395bb7 commit af60509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cffi==1.15.1
77
chardet==5.1.0
88
click==8.1.3
99
cryptography==3.3.2; platform_machine == 'armv7l'
10-
cryptography==41.0.6; platform_machine != 'armv7l'
10+
cryptography==42.0.4; platform_machine != 'armv7l'
1111
cssutils==2.6.0
1212
defusedxml==0.7.1
1313
Flask==2.3.2
@@ -21,7 +21,7 @@ pluggy==1.0.0
2121
pycodestyle==2.10.0
2222
pycparser==2.21
2323
pyOpenSSL==19.1.0; platform_machine == 'armv7l'
24-
pyOpenSSL==23.2.0; platform_machine != 'armv7l'
24+
pyOpenSSL==24.0.0; platform_machine != 'armv7l'
2525
pyparsing==3.0.9
2626
PySocks==1.7.1
2727
pytest==7.2.1

0 commit comments

Comments
 (0)