From e6a472365bd00d0fda6845c067fcd8a4121d52e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 16:03:11 +0000 Subject: [PATCH 1/2] Bump pyjwt from 2.2.0 to 2.3.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.2.0 to 2.3.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/2.2.0...2.3.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d93928253..0c0a369a50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pip==21.3 ply==3.11 pydantic==1.8.2 pyformance==0.4 -PyJWT==2.2.0 +PyJWT==2.3.0 python-dateutil==2.8.2 pyyaml==6.0 setuptools==58.2.0 From c0b42381c37ee08f32bf7d5e465b90176eb0219d Mon Sep 17 00:00:00 2001 From: inmantaci Date: Mon, 18 Oct 2021 18:49:52 +0200 Subject: [PATCH 2/2] Added change entry --- changelogs/unreleased/3364-dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/3364-dependabot.yml diff --git a/changelogs/unreleased/3364-dependabot.yml b/changelogs/unreleased/3364-dependabot.yml new file mode 100644 index 0000000000..8431256f76 --- /dev/null +++ b/changelogs/unreleased/3364-dependabot.yml @@ -0,0 +1,5 @@ +change-type: patch +description: Bump pyjwt from 2.2.0 to 2.3.0 +destination-branches: +- master +sections: {}