From daef104f04a6678b543813221bae9448734a7845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:36:31 +0000 Subject: [PATCH] Bump ecdsa from 0.11 to 0.18.0 in /deploy Bumps [ecdsa](https://github.com/tlsfuzzer/python-ecdsa) from 0.11 to 0.18.0. - [Release notes](https://github.com/tlsfuzzer/python-ecdsa/releases) - [Changelog](https://github.com/tlsfuzzer/python-ecdsa/blob/master/NEWS) - [Commits](https://github.com/tlsfuzzer/python-ecdsa/compare/python-ecdsa-0.11...python-ecdsa-0.18.0) --- updated-dependencies: - dependency-name: ecdsa dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deploy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/requirements.txt b/deploy/requirements.txt index 890e683a..f97d7b0c 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -1,5 +1,5 @@ Fabric==1.10.1 -ecdsa==0.11 +ecdsa==0.18.0 paramiko==1.15.2 pycrypto==2.6.1 wsgiref==0.1.2