Skip to content

Commit

Permalink
build(deps): bump attrs from 20.3.0 to 21.2.0 (#171)
Browse files Browse the repository at this point in the history
Bumps [attrs](https://github.com/python-attrs/attrs) from 20.3.0 to 21.2.0.
- [Release notes](https://github.com/python-attrs/attrs/releases)
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.rst)
- [Commits](python-attrs/attrs@20.3.0...21.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 9, 2021
1 parent 979c4ce commit f8adb96
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
26 changes: 17 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ classifiers = [
python = "^3.6"
aiohttp = "^3.5"
aiohttp-middlewares = "^1.1.0"
attrs = ">=19.2.0,<21"
attrs = ">=19.2.0,<22"
contextvars = {python = "<3.7", version = "^2.4"}
email-validator = "^1.0.5"
environ-config = ">=20.1,<22.0"
Expand Down

0 comments on commit f8adb96

Please sign in to comment.