Skip to content

Commit 948c124

Browse files
Bump attrs from 20.1.0 to 21.2.0
Bumps [attrs](https://github.com/python-attrs/attrs) from 20.1.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.1.0...21.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 5044ce3 commit 948c124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appdirs==1.4.4
2-
attrs==20.1.0
2+
attrs==21.2.0
33
boto3==1.17.105
44
chardet==3.0.4
55
dependency-injector==3.23.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
},
2727
install_requires=[
28-
"attrs==20.1.0",
28+
"attrs==21.2.0",
2929
"appdirs==1.4.4",
3030
"boto3==1.17.105",
3131
"chardet==3.0.4",

0 commit comments

Comments
 (0)