From 0b786311f58767a5617fd13eb2fd7e82995b10fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 23:03:12 +0000 Subject: [PATCH] Bump webargs from 5.5.3 to 6.0.0 Bumps [webargs](https://github.com/marshmallow-code/webargs) from 5.5.3 to 6.0.0. - [Changelog](https://github.com/marshmallow-code/webargs/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/webargs/compare/5.5.3...6.0.0) --- updated-dependencies: - dependency-name: webargs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5eafd45..83a7396 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ sqlalchemy==1.3.16 alembic==1.4.2 aiocache[redis]==0.11.1 dynaconf[yaml]==2.2.3 -webargs==5.5.3 +webargs==6.0.0 pytest-cov==2.8.1 pytest-aiohttp==0.3.0