From 07bb3f0c4e267c73f86c28294bc69df2599816af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:36:23 +0000 Subject: [PATCH] Bump marshmallow from 3.22.0 to 3.23.0 in /src/publishers 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] --- src/publishers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/publishers/requirements.txt b/src/publishers/requirements.txt index 9e17c58e..b56a3e62 100644 --- a/src/publishers/requirements.txt +++ b/src/publishers/requirements.txt @@ -4,7 +4,7 @@ Flask-Cors==5.0.0 Flask-RESTful==0.3.10 gevent==24.10.3 gunicorn==23.0.0 -marshmallow==3.22.0 +marshmallow==3.23.0 marshmallow-enum==1.5.1 oauth2client==4.1.3 paramiko==3.5.0