From 8bee155faab32eb8a5181bdbe8c3e9d0a01194b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 00:56:28 +0000 Subject: [PATCH] Bump webargs from 8.3.0 to 8.4.0 Bumps [webargs](https://github.com/marshmallow-code/webargs) from 8.3.0 to 8.4.0. - [Changelog](https://github.com/marshmallow-code/webargs/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/webargs/compare/8.3.0...8.4.0) --- updated-dependencies: - dependency-name: webargs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 516ae2fb..f4cf511f 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "werkzeug==3.0.1", "flask==3.0.0", "marshmallow==3.20.1", - "webargs==8.3.0", + "webargs==8.4.0", "apispec==6.3.1", "PyYAML==6.0.1", ],