From f5435af98d12368e6a05635fee573a3976f549bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:47:55 +0000 Subject: [PATCH] build(deps): bump pyjwt from 2.12.1 to 2.13.0 in /databricks-builder-app 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] --- databricks-builder-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databricks-builder-app/requirements.txt b/databricks-builder-app/requirements.txt index 4bba6c3b..a0c5d0cf 100644 --- a/databricks-builder-app/requirements.txt +++ b/databricks-builder-app/requirements.txt @@ -348,7 +348,7 @@ pygments==2.19.2 # diff-cover # pytest # rich -pyjwt==2.12.1 +pyjwt==2.13.0 # via mcp pyparsing==3.3.2 # via matplotlib