From 8513c952e38daeeb17e907652abb893cea329b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 18:00:07 +0000 Subject: [PATCH] Update pyjwt requirement from ~=2.8.0 to >=2.8,<2.11 Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [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.8.0...2.10.1) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc54662b3..9d73d3336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ 'pretalx_venueless @ git+https://github.com/fossasia/eventyay-talk-video.git@main', 'pretalx-downstream @ git+https://github.com/fossasia/eventyay-talk-downstream.git@main', "django-allauth~=0.63.3", - "PyJWT~=2.8.0", + "PyJWT>=2.8,<2.11", 'django-oauth-toolkit==2.4.*', 'requests-oauthlib==2.*', 'psycopg2-binary==2.9.10',