From af5a5c3b5f925c1d8b62cdc1efcc81fe50821c59 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 22:14:21 +0000 Subject: [PATCH] Bump attrs from 20.1.0 to 20.2.0 Bumps [attrs](https://github.com/python-attrs/attrs) from 20.1.0 to 20.2.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.2.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..91eb73f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -attrs==20.1.0 +attrs==20.2.0 boto3==1.14.45 chardet==3.0.4 dependency-injector==3.23.2 diff --git a/setup.py b/setup.py index 809877f..9345e7f 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ ], }, install_requires=[ - "attrs==20.1.0", + "attrs==20.2.0", "appdirs==1.4.4", "boto3==1.14.45", "chardet==3.0.4",