From baca17d9e029aafb757e128cedbb6782e45bcd89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 08:04:13 +0200 Subject: [PATCH] Bump pyjwt[crypto] from 2.5.0 to 2.6.0 (#1105) Bumps [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) from 2.5.0 to 2.6.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.5.0...2.6.0) --- updated-dependencies: - dependency-name: pyjwt[crypto] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b055bbc..69d9e08c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ dependencies = [ "fastapi >=0.65.2", "passlib[bcrypt] ==1.7.4", "email-validator >=1.1.0,<1.4", - "pyjwt[crypto] ==2.5.0", + "pyjwt[crypto] ==2.6.0", "python-multipart ==0.0.5", "makefun >=1.11.2,<2.0.0", "typing-extensions >=4.1.1; python_version < '3.8'",