From c2e902f42ac83a6ced773e7504e4e6be82b92982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:22:56 +0000 Subject: [PATCH] Bump marshmallow from 3.21.2 to 3.21.3 in /src/collectors Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.21.2 to 3.21.3. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.21.2...3.21.3) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/collectors/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collectors/requirements.txt b/src/collectors/requirements.txt index 6878f4958..5213fbd6d 100644 --- a/src/collectors/requirements.txt +++ b/src/collectors/requirements.txt @@ -7,7 +7,7 @@ Flask-Cors==4.0.1 Flask-RESTful==0.3.10 gevent==24.2.1 gunicorn==22.0.0 -marshmallow==3.21.2 +marshmallow==3.21.3 marshmallow-enum==1.5.1 PySocks==1.7.1 python-dateutil==2.9.0.post0