From 11cd7c932f9e4002558facea4aa38b810ac12173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:30:14 +0200 Subject: [PATCH] Bump marshmallow from 3.22.0 to 3.23.0 (#4565) Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.22.0 to 3.23.0. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.22.0...3.23.0) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- http_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_service/requirements.txt b/http_service/requirements.txt index 4e8572bd18..dcd3328dde 100644 --- a/http_service/requirements.txt +++ b/http_service/requirements.txt @@ -6,7 +6,7 @@ flask-apispec==0.11.4 flask-cors==5.0.0 gunicorn==23.0.0 kombu==5.4.2 -marshmallow==3.22.0 +marshmallow==3.23.0 requests==2.32.3 rq==1.16.2 rq-dashboard==0.8.0.2