Skip to content

Commit 64133c6

Browse files
chore(deps): bump ecdsa from 0.17.0 to 0.19.0
Bumps [ecdsa](https://github.com/tlsfuzzer/python-ecdsa) from 0.17.0 to 0.19.0. - [Release notes](https://github.com/tlsfuzzer/python-ecdsa/releases) - [Changelog](https://github.com/tlsfuzzer/python-ecdsa/blob/master/NEWS) - [Commits](tlsfuzzer/python-ecdsa@python-ecdsa-0.17.0...python-ecdsa-0.19.0) --- updated-dependencies: - dependency-name: ecdsa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d79e0f commit 64133c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ click==8.0.3; python_version >= "3.7" and python_version < "4.0" and python_full
99
colorama==0.4.6
1010
cryptography==44.0.0; python_version >= "3.6"
1111
dnspython==2.7.0; python_full_version >= "3.6.1" and python_version >= "3.6"
12-
ecdsa==0.17.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
12+
ecdsa==0.19.0; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
1313
email-validator==1.1.3; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
1414
fastapi-restful==0.4.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0"
1515
fastapi==0.99.1; python_full_version >= "3.6.1"

0 commit comments

Comments
 (0)