From d844fc41e3d0cff96188660687d9af2ef6e16347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 04:01:56 +0000 Subject: [PATCH] build(deps): update attrs requirement from ~=21.2 to ~=21.3 Updates the requirements on [attrs](https://github.com/python-attrs/attrs) to permit the latest version. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-attrs/attrs/compare/21.2.0...21.3.0) --- updated-dependencies: - dependency-name: attrs 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 b19158b56..922c3cb20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -attrs~=21.2 +attrs~=21.3 dill~=0.3 Jinja2~=3.0 parse~=1.19