From d4c38231819f40a40d4d2df4e6360c3d1d84d42c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 23:56:26 +0000 Subject: [PATCH] Bump pyjwt from 2.10.1 to 2.12.0 in /dynatrace_health Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.12.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.10.1...2.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dynatrace_health/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynatrace_health/requirements-dev.txt b/dynatrace_health/requirements-dev.txt index fd924346..7a1637e7 100644 --- a/dynatrace_health/requirements-dev.txt +++ b/dynatrace_health/requirements-dev.txt @@ -1,4 +1,4 @@ -e ../stackstate_checks_dev requests-mock==1.9.3 freezegun -pyjwt==2.10.1 \ No newline at end of file +pyjwt==2.12.0 \ No newline at end of file