From 154e319b69424fb956560e9c6bcc74be4cdfae6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 08:30:08 -0500 Subject: [PATCH] Bump pyjwt from 2.9.0 to 2.10.1 in /api (#1537) Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.9.0 to 2.10.1. - [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.1) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> --- api/poetry.lock | 10 +++++----- api/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 6b6f4373127..a1d4a415568 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1412,13 +1412,13 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pyjwt" -version = "2.9.0" +version = "2.10.1" 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.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb"}, + {file = "pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953"}, ] [package.extras] @@ -2033,4 +2033,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "99f9398fc7d490da9d2a17969e6411f44493f07f3d478544e5740810ecbff7a9" +content-hash = "6b7da1aaabeb6d62c6cf04da2d5cc2bd2b9553f2ca54b5258b676f07cee26db7" diff --git a/api/pyproject.toml b/api/pyproject.toml index 44b9c815f99..b91c257b10c 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -38,7 +38,7 @@ redis = {extras = ["hiredis"], version = "^5.2.1"} pytest = "^8.3.4" hypercorn = {extras = ["trio"], version = "^0.17.3"} -pyjwt = "^2.9.0" +pyjwt = "^2.10.1" python-jose = {extras = ["cryptography"], version = "^3.3.0"} aiofiles = "^24.1.0" python-multipart = "^0.0.12"