From 6f413e038d09469fa2b5ba989966030d2e8bee25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:07:08 +0000 Subject: [PATCH] Bump pyjwt from 2.8.0 to 2.13.0 in /src/promptflow Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 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.8.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- src/promptflow/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/promptflow/dev_requirements.txt b/src/promptflow/dev_requirements.txt index 9b1a8562d9b..6704178e3b8 100644 --- a/src/promptflow/dev_requirements.txt +++ b/src/promptflow/dev_requirements.txt @@ -10,7 +10,7 @@ portalocker~=1.2 pre-commit # promptflow-tools Comment this since it will take in unecessary dependencies pydash -PyJWT==2.8.0 # parse token to get tenant id during sanitization +PyJWT==2.13.0 # parse token to get tenant id during sanitization pytest pytest-asyncio pytest-cov