From 6f80814121798a22d390ddc3ab642cc78392d8be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:26:58 +0000 Subject: [PATCH] Bump pyjwt from 2.9.0 to 2.10.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.9.0 to 2.10.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.9.0...2.10.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 15b16b8..149fe30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -791,13 +791,13 @@ files = [ [[package]] name = "pyjwt" -version = "2.9.0" +version = "2.10.0" description = "JSON Web Token implementation in Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "PyJWT-2.9.0-py3-none-any.whl", hash = "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850"}, - {file = "pyjwt-2.9.0.tar.gz", hash = "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"}, + {file = "PyJWT-2.10.0-py3-none-any.whl", hash = "sha256:543b77207db656de204372350926bed5a86201c4cbff159f623f79c7bb487a15"}, + {file = "pyjwt-2.10.0.tar.gz", hash = "sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c"}, ] [package.extras] @@ -1195,4 +1195,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "19d82a5d6a7c51183ac460c2c0082b033dfb5e794c4024822879b1f4757d9da2" +content-hash = "02303abf2e0cc0927476b4070fefb3e4287e83525c4723cd880f0fb696b911bc" diff --git a/pyproject.toml b/pyproject.toml index 081ef59..c4f0eea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Markdown = "^3.6" oauthlib = "^3.2.2" psycopg2-binary = "^2.9.10" pycparser = "^2.22" -PyJWT = "^2.9.0" +PyJWT = "^2.10.0" py-moneyed = "^3.0" python3-openid = "^3.2.0" python-dotenv = "^1.0.1"