From 2105a3f9f2d7cf2952b5a881d6219b802109c919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:36:03 +0000 Subject: [PATCH] Bump the minor-patch group across 1 directory with 3 updates Bumps the minor-patch group with 3 updates in the / directory: [marshmallow](https://github.com/marshmallow-code/marshmallow), [docker](https://github.com/docker/docker-py) and [boto3](https://github.com/boto/boto3). Updates `marshmallow` from 4.3.0 to 4.3.1 - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/4.3.0...4.3.1) 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 `boto3` from 1.43.14 to 1.43.71 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.14...1.43.71) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: docker dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: boto3 dependency-version: 1.43.71 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c95c2bf..9834a15 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python-qpid-proton==0.40.0 -marshmallow==4.3.0 +marshmallow==4.3.1 url64==0.1.0 -docker==7.1.0 -boto3==1.43.14 +docker==7.2.0 +boto3==1.43.71