From 9b020598cfe5d7c998beff6765035d03cc968cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 02:58:42 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.13.0 to 2.14.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.13.0 to 2.14.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.13.0...2.14.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 556824a..8e85431 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1726,14 +1726,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyjwt" -version = "2.13.0" +version = "2.14.0" description = "JSON Web Token implementation in Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pyjwt-2.13.0-py3-none-any.whl", hash = "sha256:66adcc2aff09b3f1bbd95fc1e1577df8ac8723c978552fd43304c8a290ac5728"}, - {file = "pyjwt-2.13.0.tar.gz", hash = "sha256:41571c89ca91598c79e8ef18a2d07367d4810fbbd6f637794879baf1b7703423"}, + {file = "pyjwt-2.14.0-py3-none-any.whl", hash = "sha256:ad0cef71c756a56e74863c2919cf0985f72decbcfcb550ee2f422e7c62b5eedc"}, + {file = "pyjwt-2.14.0.tar.gz", hash = "sha256:77283c83fb56ecf566a886c757a714bc83668e38156de2cce8263302f42e0b86"}, ] [package.extras] @@ -3022,4 +3022,4 @@ dev = ["pytest", "setuptools"] [metadata] lock-version = "2.1" python-versions = ">=3.14,<4.0" -content-hash = "380cc4045dbcf8e760c45a4e0adad3a8132482f83e36e1646a1f0161b9ab92f6" +content-hash = "de1ae4db4ca42a8aec6ffce716fdfed2624ee6b555b365fa3d9588c8787c0d57" diff --git a/pyproject.toml b/pyproject.toml index f744ad3..91143aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "pydantic-settings (>=2.15.0,<3.0.0)", "sqlalchemy[asyncio] (>=2.0.52,<3.0.0)", "alembic (>=1.20.0,<2.0.0)", - "pyjwt (>=2.13.0,<3.0.0)", + "pyjwt (>=2.14.0,<3.0.0)", "pwdlib[argon2] (>=0.3.1,<0.4.0)", "greenlet (>=3.5.5,<4.0.0)", "psycopg[binary] (>=3.3.4,<4.0.0)"