From c31e11848fbd35bf47b7e72aa9ee43656e4a1a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:53:03 +0000 Subject: [PATCH] chore(deps): bump the python-general group across 1 directory with 3 updates Bumps the python-general group with 3 updates in the /tests directory: [docker](https://github.com/docker/docker-py), [python-benedict](https://github.com/fabiocaccamo/python-benedict) and [pika](https://github.com/pika/pika). Updates `docker` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](https://github.com/docker/docker-py/compare/7.1.0...7.2.0) Updates `python-benedict` from 0.37.0 to 0.38.0 - [Release notes](https://github.com/fabiocaccamo/python-benedict/releases) - [Changelog](https://github.com/fabiocaccamo/python-benedict/blob/main/CHANGELOG.md) - [Commits](https://github.com/fabiocaccamo/python-benedict/compare/0.37.0...0.38.0) Updates `pika` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/pika/pika/releases) - [Changelog](https://github.com/pika/pika/blob/1.4.2/CHANGELOG.md) - [Commits](https://github.com/pika/pika/compare/1.4.1...1.4.2) --- updated-dependencies: - dependency-name: docker dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-general - dependency-name: python-benedict dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-general - dependency-name: pika dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-general ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index aba0bda1..9cb835fd 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -12,14 +12,14 @@ robotframework-robocop == 8.3.2 robotframework-tidy == 4.18.0 RESTinstance == 1.8.0 -docker == 7.1.0 +docker == 7.2.0 deepdiff == 9.1.0 psycopg2-binary == 2.9.12 -python-benedict == 0.37.0 +python-benedict == 0.38.0 pyjwt == 2.13.0 # git+https://github.com/adiralashiva8/robotframework-metrics@v3.1.4 # below libs used for EHRBase Proxy Flask==3.1.3 -pika==1.4.1 \ No newline at end of file +pika==1.4.2 \ No newline at end of file