From 1670029b822588b028cba27c025f3f1738b7ed08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 09:14:09 +0000 Subject: [PATCH] chore(deps-dev): update pyjwt requirement 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.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- agent-governance-python/agent-mesh/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-governance-python/agent-mesh/pyproject.toml b/agent-governance-python/agent-mesh/pyproject.toml index 004cd0f4c..b7d274c25 100644 --- a/agent-governance-python/agent-mesh/pyproject.toml +++ b/agent-governance-python/agent-mesh/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "opentelemetry-api>=1.42.1,<2.0", "opentelemetry-sdk>=1.42.1,<2.0", "opentelemetry-exporter-otlp-proto-grpc>=1.42.1,<2.0", - "PyJWT[crypto]>=2.8.0,<3.0", + "PyJWT[crypto]>=2.13.0,<3.0", "pydantic[email]>=2.5.0,<3.0", "cryptography>=49.0.0,<50.0", "pynacl>=1.6.2,<2.0",