From 35ea7faf3df023d2dbaab04e1d01940779cc604a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 22:13:41 +0000 Subject: [PATCH] Bump attrs from 20.1.0 to 20.3.0 Bumps [attrs](https://github.com/python-attrs/attrs) from 20.1.0 to 20.3.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-attrs/attrs/compare/20.1.0...20.3.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7c14676..1001640 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -attrs==20.1.0 +attrs==20.3.0 boto3==1.14.45 chardet==3.0.4 dependency-injector==3.23.2 diff --git a/setup.py b/setup.py index 809877f..0bca4b9 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ ], }, install_requires=[ - "attrs==20.1.0", + "attrs==20.3.0", "appdirs==1.4.4", "boto3==1.14.45", "chardet==3.0.4",