From e9875a65294fafb34deb6ca0a8baa8b76f0ad1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 15:34:02 +0000 Subject: [PATCH] build(deps): bump webargs from 2.0.0 to 5.1.3 Bumps [webargs](https://github.com/marshmallow-code/webargs) from 2.0.0 to 5.1.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/2.0.0...5.1.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b7a6a81..a9aee52 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def snake_test_suite(): 'requests==2.18.4', 'tornado==5.0.1', 'vine==1.3.0', - 'webargs==2.0.0' + 'webargs==5.1.3' ], extras_require={ 'ssdeep': ['pydeep']