From 29e9a97382e6f70569845538f9299f97aab72605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:41:53 +0000 Subject: [PATCH] Bump pyjwt from 2.10.0 to 2.10.1 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.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.10.0...2.10.1) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 340dc94b..a1f281aa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -177,7 +177,7 @@ prison==0.2.1 prompt-toolkit==3.0.48; python_full_version >= '3.7.0' pyarrow==14.0.2; python_version >= '3.8' pygments==2.18.0; python_version >= '3.8' -pyjwt==2.10.0; python_version >= '3.9' +pyjwt==2.10.1; python_version >= '3.9' pynacl==1.5.0; python_version >= '3.6' pyopenssl==24.2.1; python_version >= '3.7' pysocks==1.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' diff --git a/requirements.txt b/requirements.txt index 16150e78..ce00b0c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -98,7 +98,7 @@ pyasn1==0.6.1; python_version >= '3.8' pyasn1-modules==0.4.1; python_version >= '3.8' pycparser==2.22; python_version >= '3.8' pygments==2.18.0; python_version >= '3.8' -pyjwt==2.10.0; python_version >= '3.9' +pyjwt==2.10.1; python_version >= '3.9' pynacl==1.5.0; python_version >= '3.6' pyopenssl==24.2.1; python_version >= '3.7' pyparsing==3.2.0; python_version >= '3.9'