From d0c60f59266504a3e9cecc8181111782c5a156f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:28:12 +0000 Subject: [PATCH] chore(deps): bump pyjwt in /tools/integration_tests Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.1 to 2.13.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.12.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/integration_tests/poetry.lock | 11 ++++------- tools/integration_tests/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/tools/integration_tests/poetry.lock b/tools/integration_tests/poetry.lock index ee693a7c15..a38af276b2 100644 --- a/tools/integration_tests/poetry.lock +++ b/tools/integration_tests/poetry.lock @@ -1083,14 +1083,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyjwt" -version = "2.12.1" +version = "2.13.0" description = "JSON Web Token implementation in Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pyjwt-2.12.1-py3-none-any.whl", hash = "sha256:28ca37c070cad8ba8cd9790cd940535d40274d22f80ab87f3ac6a713e6e8454c"}, - {file = "pyjwt-2.12.1.tar.gz", hash = "sha256:c74a7a2adf861c04d002db713dd85f84beb242228e671280bf709d765b03672b"}, + {file = "pyjwt-2.13.0-py3-none-any.whl", hash = "sha256:66adcc2aff09b3f1bbd95fc1e1577df8ac8723c978552fd43304c8a290ac5728"}, + {file = "pyjwt-2.13.0.tar.gz", hash = "sha256:41571c89ca91598c79e8ef18a2d07367d4810fbbd6f637794879baf1b7703423"}, ] [package.dependencies] @@ -1098,9 +1098,6 @@ typing_extensions = {version = ">=4.0", markers = "python_version < \"3.11\""} [package.extras] crypto = ["cryptography (>=3.4.0)"] -dev = ["coverage[toml] (==7.10.7)", "cryptography (>=3.4.0)", "pre-commit", "pytest (>=8.4.2,<9.0.0)", "sphinx", "sphinx-rtd-theme", "zope.interface"] -docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"] -tests = ["coverage[toml] (==7.10.7)", "pytest (>=8.4.2,<9.0.0)"] [[package]] name = "pytest" @@ -1741,4 +1738,4 @@ webob = "*" [metadata] lock-version = "2.1" python-versions = ">=3.10.0" -content-hash = "278f4eea9712c9b4e426bc779c716bf0ff422ed49ac4883fb928f96156f9243e" +content-hash = "7fba57d3216bf42b0384c292feb5493160363f067bce05f5b1217f4ef4a997bd" diff --git a/tools/integration_tests/pyproject.toml b/tools/integration_tests/pyproject.toml index a3582d1766..6f3fab31c2 100644 --- a/tools/integration_tests/pyproject.toml +++ b/tools/integration_tests/pyproject.toml @@ -19,7 +19,7 @@ hawkauthlib = "^2.0.0" mysqlclient = "^2.2.7" psycopg2-binary = "^2.9.11" psutil = "^7.0.0" -pyjwt = "^2.10.1" +pyjwt = "^2.13.0" pyfxa = "0.8.2" pytest = "^9.0.3" requests = "^2.32.4"