From 9348da3257b104796601ddb35730ca80e3acb74d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 18:47:03 +0000 Subject: [PATCH] Bump pyjwt from 2.6.0 to 2.8.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.6.0 to 2.8.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.6.0...2.8.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 95198feb..d6d27e8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1156,13 +1156,13 @@ plugins = ["importlib-metadata"] [[package]] name = "pyjwt" -version = "2.6.0" +version = "2.8.0" description = "JSON Web Token implementation in Python" optional = false python-versions = ">=3.7" files = [ - {file = "PyJWT-2.6.0-py3-none-any.whl", hash = "sha256:d83c3d892a77bbb74d3e1a2cfa90afaadb60945205d1095d9221f04466f64c14"}, - {file = "PyJWT-2.6.0.tar.gz", hash = "sha256:69285c7e31fc44f68a1feb309e948e0df53259d579295e6cfe2b1792329f05fd"}, + {file = "PyJWT-2.8.0-py3-none-any.whl", hash = "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320"}, + {file = "PyJWT-2.8.0.tar.gz", hash = "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de"}, ] [package.extras] @@ -1679,4 +1679,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "~3.11.1" -content-hash = "366d5755e65c9ff0eb640545425abde44e634f3797c85df0a4b83ba25ca3d1e8" +content-hash = "75283686eaaa45d8b3eb7309bf08e731c6bb1dc19b6d44a22ca43a3fe753ca2d" diff --git a/pyproject.toml b/pyproject.toml index c82c3d09..d9aa3ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ django-environ = "^0.10.0" django-extensions = "^3.2.1" django-storages = { version = "^1.13.2", extras = ["aws"] } pydantic = "^1.10.5" -pyjwt = "^2.6.0" +pyjwt = "^2.8.0" django-vite = "^2.0.2" django-s3-storage = "^0.15.0" orjson = "^3.9.10"