From fa4ac14fd9e9d5c4874c784209ceb4eb4eaae6cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 16:59:29 +0000 Subject: [PATCH] Bump jwcrypto from 0.7 to 1.4 in /books/blackhat_python Bumps [jwcrypto](https://github.com/latchset/jwcrypto) from 0.7 to 1.4. - [Release notes](https://github.com/latchset/jwcrypto/releases) - [Commits](https://github.com/latchset/jwcrypto/compare/v0.7.0...v1.4.0) --- updated-dependencies: - dependency-name: jwcrypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- books/blackhat_python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 books/blackhat_python/requirements.txt diff --git a/books/blackhat_python/requirements.txt b/books/blackhat_python/requirements.txt old mode 100755 new mode 100644 index 3081020..81683a8 --- a/books/blackhat_python/requirements.txt +++ b/books/blackhat_python/requirements.txt @@ -4,7 +4,7 @@ chardet==3.0.4 cryptography==2.9 github3.py==1.3.0 idna==2.9 -jwcrypto==0.7 +jwcrypto==1.4 pycparser==2.20 python-dateutil==2.8.1 requests==2.23.0