From cd97675c3ba5b7a82099e0cd3e736fca8d2b8e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:05:11 +0000 Subject: [PATCH] chore(deps): bump the python-general group across 1 directory with 2 updates Bumps the python-general group with 2 updates in the /tests directory: [pyjwt](https://github.com/jpadilla/pyjwt) and [flask](https://github.com/pallets/flask). Updates `pyjwt` from 2.10.1 to 2.11.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.11.0) Updates `flask` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-general - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-general ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 84da6ad5..f41610a4 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -17,9 +17,9 @@ deepdiff == 8.6.1 psycopg2-binary == 2.9.11 python-benedict == 0.35.0 -pyjwt == 2.10.1 +pyjwt == 2.11.0 # git+https://github.com/adiralashiva8/robotframework-metrics@v3.1.4 # below libs used for EHRBase Proxy -Flask==3.1.2 +Flask==3.1.3 pika==1.3.2 \ No newline at end of file