From 6b2253f74f395e29581684834441d49ef80882fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:03:13 +0000 Subject: [PATCH] Bump marshmallow from 3.23.0 to 3.23.1 in /src/bots Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.23.0 to 3.23.1. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.23.0...3.23.1) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/bots/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bots/requirements.txt b/src/bots/requirements.txt index 28cb7ad1..30b2de07 100644 --- a/src/bots/requirements.txt +++ b/src/bots/requirements.txt @@ -3,7 +3,7 @@ Flask-Cors==5.0.0 Flask-RESTful==0.3.10 gevent==24.10.3 gunicorn==23.0.0 -marshmallow==3.23.0 +marshmallow==3.23.1 oauthlib==3.2.2 PySocks==1.7.1 python-dotenv==1.0.1