From 8c083c761d8cff5820f830092ec09d5162453fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:18:44 +0000 Subject: [PATCH] build(deps): bump attrs from 21.4.0 to 22.2.0 Bumps [attrs](https://github.com/python-attrs/attrs) from 21.4.0 to 22.2.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-attrs/attrs/compare/21.4.0...22.2.0) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8a442b827..f0902edcce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ asgiref==3.6.0 # via django async-timeout==4.0.2 # via redis -attrs==21.4.0 +attrs==22.2.0 # via fiona beautifulsoup4==4.11.1 # via mapentity