From e6b8534eaf0c050268708ed5148db415e2df7fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 20:35:29 -0600 Subject: [PATCH] Bump pyjwt from 1.6.1 to 2.4.0 in /test/worker (#39) Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.6.1 to 2.4.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/1.6.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test/worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/worker/requirements.txt b/test/worker/requirements.txt index 1457b57..7be952f 100644 --- a/test/worker/requirements.txt +++ b/test/worker/requirements.txt @@ -1,5 +1,5 @@ scapy==2.4.1 redis==2.10.6 -pyjwt==1.6.1 +pyjwt==2.4.0 trol<0.4 snare<0.3