From 2c712f03c597623174531390a5830ef13255db8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:06:05 +0000 Subject: [PATCH] chore(deps): Bump marshmallow from 3.21.3 to 3.22.0 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.21.3 to 3.22.0. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.21.3...3.22.0) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index c4d2cfa6..ac0fc79a 100644 --- a/requirements.in +++ b/requirements.in @@ -14,7 +14,7 @@ djangorestframework>=3.10.3,<3.16 importlib-metadata==8.4.0 jsonschema==4.23.0 lxml==5.2.2 -marshmallow==3.21.3 +marshmallow==3.22.0 pydantic==2.9.2 pyOpenSSL==24.2.1 pytz==2024.1 diff --git a/requirements.txt b/requirements.txt index a39604f7..3028f4d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ lxml==5.2.2 # via # -r requirements.in # signxml -marshmallow==3.21.3 +marshmallow==3.22.0 # via -r requirements.in packaging==24.1 # via marshmallow