From f2a1fefe55303c675f6004f6d86db103302cf322 Mon Sep 17 00:00:00 2001 From: Matt Zimmerman Date: Sun, 22 Jun 2025 13:18:34 -0700 Subject: [PATCH] update to pyjwt 2.10+ --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e1f89c..c714c75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.9" dependencies = [ "aiohttp~=3.9.1", "inflection~=0.5.1", - "pyjwt~=2.8.0", + "pyjwt>=2.10.0", "python-dateutil~=2.8.1" ] diff --git a/uv.lock b/uv.lock index be710d1..caf4686 100644 --- a/uv.lock +++ b/uv.lock @@ -1161,11 +1161,11 @@ wheels = [ [[package]] name = "pyjwt" -version = "2.8.0" +version = "2.10.1" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/30/72/8259b2bccfe4673330cea843ab23f86858a419d8f1493f66d413a76c7e3b/PyJWT-2.8.0.tar.gz", hash = "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de", size = 78313 } +sdist = { url = "https://files.pythonhosted.org/packages/e7/46/bd74733ff231675599650d3e47f361794b22ef3e3770998dda30d3b63726/pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953", size = 87785 } wheels = [ - { url = "https://files.pythonhosted.org/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl", hash = "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320", size = 22591 }, + { url = "https://files.pythonhosted.org/packages/61/ad/689f02752eeec26aed679477e80e632ef1b682313be70793d798c1d5fc8f/PyJWT-2.10.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb", size = 22997 }, ] [[package]] @@ -1255,7 +1255,7 @@ requires-dist = [ { name = "flake8", marker = "extra == 'dev'" }, { name = "inflection", specifier = "~=0.5.1" }, { name = "pre-commit", marker = "extra == 'dev'" }, - { name = "pyjwt", specifier = "~=2.8.0" }, + { name = "pyjwt", specifier = ">=2.10.0" }, { name = "pytest", marker = "extra == 'dev'" }, { name = "pytest-asyncio", marker = "extra == 'dev'" }, { name = "pytest-cov", marker = "extra == 'dev'" },