From 1fd9ad5ccbd2b93f7a503c3f4298413e808ba176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:22:54 +0000 Subject: [PATCH] Bump webargs from 4.0.0 to 5.5.3 Bumps [webargs](https://github.com/marshmallow-code/webargs) from 4.0.0 to 5.5.3. - [Release notes](https://github.com/marshmallow-code/webargs/releases) - [Changelog](https://github.com/marshmallow-code/webargs/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/webargs/compare/4.0.0...5.5.3) --- 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 61fe09f..b40078e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ Flask-SQLAlchemy==2.3.2 colorama==0.3.9 colour==0.1.5 psycopg2-binary==2.8.3 -webargs==4.0.0 +webargs==5.5.3 Werkzeug==0.14.1 python-decouple==3.3 python-dotenv==0.14.0