From 09e334824eec18c98afa3eb6cd2dd20b2a92afae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 16:24:47 +0000 Subject: [PATCH 1/2] Bump pyjwt from 2.1.0 to 2.3.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.1.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.1.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 6b34a03044..96c2ab6ed8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pip==21.3.1 ply==3.11 pydantic==1.8.2 pyformance==0.4 -PyJWT==2.1.0 +PyJWT==2.3.0 python-dateutil==2.8.2 pyyaml==6.0 setuptools==58.5.3 From 901a5cb759a7a3581f42e4fa3d6a4f0267b0361a Mon Sep 17 00:00:00 2001 From: inmantaci Date: Mon, 15 Nov 2021 17:51:06 +0100 Subject: [PATCH 2/2] Added change entry --- changelogs/unreleased/3449-dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/unreleased/3449-dependabot.yml diff --git a/changelogs/unreleased/3449-dependabot.yml b/changelogs/unreleased/3449-dependabot.yml new file mode 100644 index 0000000000..4718b1013f --- /dev/null +++ b/changelogs/unreleased/3449-dependabot.yml @@ -0,0 +1,5 @@ +change-type: patch +description: Bump pyjwt from 2.1.0 to 2.3.0 +destination-branches: +- iso4 +sections: {}