From c233f5ca563cd14e0f90f7369f8359bc7495a175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:20:29 +0000 Subject: [PATCH] chore: Bump marshmallow from 3.21.1 to 3.21.2 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.21.1 to 3.21.2. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.21.1...3.21.2) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-patch ... 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 924d9b6d..5953f146 100644 --- a/requirements.in +++ b/requirements.in @@ -13,7 +13,7 @@ djangorestframework>=3.10.3,<3.16 importlib-metadata==7.1.0 jsonschema==4.22.0 lxml==5.2.1 -marshmallow==3.21.1 +marshmallow==3.21.2 pydantic==2.7.2 pyOpenSSL==24.1.0 pytz==2024.1 diff --git a/requirements.txt b/requirements.txt index aeab4e73..ae032b57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ lxml==5.2.1 # via # -r requirements.in # signxml -marshmallow==3.21.1 +marshmallow==3.21.2 # via -r requirements.in packaging==23.1 # via marshmallow