From 11a306fa5f7dbed26f9887866a78ea16af4ad734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:37:31 +0000 Subject: [PATCH] Bump marshmallow from 3.20.1 to 3.20.2 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.20.1 to 3.20.2. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.20.1...3.20.2) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ee7613f..87023356 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiomcache==0.8.1 aiohttp==3.9.1 -marshmallow==3.20.1 +marshmallow==3.20.2 msgpack==1.0.7 pytest==7.4.4 pytest-asyncio==0.23.3