From 030156b82be4fcfc97b7811bb6e6266763e722f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 21:52:32 +0000 Subject: [PATCH] chore(deps): bump the python-general group across 1 directory with 5 updates Bumps the python-general group with 5 updates in the /tests directory: | Package | From | To | | --- | --- | --- | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.1` | | [restinstance](https://github.com/asyrjasalo/RESTinstance) | `1.6.2` | `1.8.0` | | [deepdiff](https://github.com/qlustered/deepdiff) | `8.6.1` | `9.0.0` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.10.1` | `2.12.1` | | [flask](https://github.com/pallets/flask) | `3.1.2` | `3.1.3` | Updates `requests` from 2.32.5 to 2.33.1 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.1) Updates `restinstance` from 1.6.2 to 1.8.0 - [Commits](https://github.com/asyrjasalo/RESTinstance/compare/1.6.2...1.8.0) Updates `deepdiff` from 8.6.1 to 9.0.0 - [Release notes](https://github.com/qlustered/deepdiff/releases) - [Changelog](https://github.com/qlustered/deepdiff/blob/master/CHANGELOG.md) - [Commits](https://github.com/qlustered/deepdiff/compare/8.6.1...9.0.0) Updates `pyjwt` from 2.10.1 to 2.12.1 - [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.1) 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: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-general - dependency-name: restinstance dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-general - dependency-name: deepdiff dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-general - dependency-name: pyjwt dependency-version: 2.12.1 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 84da6ad5..98115994 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -4,22 +4,22 @@ tzlocal == 5.3.1 robotframework-jsonlibrary == 0.5 robotframework-datadriver == 1.11.2 robotframework-requests == 0.9.7 -requests == 2.32.5 +requests == 2.33.1 robotframework-databaselibrary == 2.3.3 #robotframework-mockserver == 0.0.7 git+https://github.com/etsi-cti-admin/robotframework-mockserver.git robotframework-robocop == 6.12.0 robotframework-tidy == 4.18.0 -RESTinstance == 1.6.2 +RESTinstance == 1.8.0 docker == 7.1.0 -deepdiff == 8.6.1 +deepdiff == 9.0.0 psycopg2-binary == 2.9.11 python-benedict == 0.35.0 -pyjwt == 2.10.1 +pyjwt == 2.12.1 # 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