From af60509a8d92d31a37610852900d7adcb1da17d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:51:16 -0700 Subject: [PATCH] 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 2395bb7a6a06d421fea9006aeaf5e3066a6beb9f Author: Ben Busby 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Busby --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 90642a8..2f642dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ cffi==1.15.1 chardet==5.1.0 click==8.1.3 cryptography==3.3.2; platform_machine == 'armv7l' -cryptography==41.0.6; platform_machine != 'armv7l' +cryptography==42.0.4; platform_machine != 'armv7l' cssutils==2.6.0 defusedxml==0.7.1 Flask==2.3.2 @@ -21,7 +21,7 @@ pluggy==1.0.0 pycodestyle==2.10.0 pycparser==2.21 pyOpenSSL==19.1.0; platform_machine == 'armv7l' -pyOpenSSL==23.2.0; platform_machine != 'armv7l' +pyOpenSSL==24.0.0; platform_machine != 'armv7l' pyparsing==3.0.9 PySocks==1.7.1 pytest==7.2.1