From 8de28eb93b39f12ec85ed221dafa9b80365efd54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 04:02:44 +0000 Subject: [PATCH] chore(deps-dev): bump attrs from 20.3.0 to 22.1.0 Bumps [attrs](https://github.com/python-attrs/attrs) from 20.3.0 to 22.1.0. - [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/20.3.0...22.1.0) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4c50265..9535ab6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ appdirs==1.4.4 -attrs==20.3.0 +attrs==22.1.0 click==7.1.2 flake8==3.8.4 iniconfig==1.1.1