Skip to content

Commit b78739e

Browse files
committed
Update Python dependencies
1 parent ffe1e77 commit b78739e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requests==2.24.0
1616
selenium==3.141.0
1717
msedge-selenium-tools==3.141.2
1818
pluggy==0.13.1
19-
attrs>=19.3.0
19+
attrs>=20.1.0
2020
py==1.8.1;python_version<"3.5"
2121
py==1.9.0;python_version>="3.5"
2222
pytest==4.6.11;python_version<"3.5"
@@ -52,7 +52,7 @@ brython>=3.8.9
5252
pyotp==2.4.0
5353
boto==2.49.0
5454
cffi==1.14.2
55-
rich==5.2.0;python_version>="3.6" and python_version<"4.0"
55+
rich==5.2.1;python_version>="3.6" and python_version<"4.0"
5656
flake8==3.7.9;python_version<"3.5"
5757
flake8==3.8.3;python_version>="3.5"
5858
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
'selenium==3.141.0',
109109
'msedge-selenium-tools==3.141.2',
110110
'pluggy==0.13.1',
111-
'attrs>=19.3.0',
111+
'attrs>=20.1.0',
112112
'py==1.8.1;python_version<"3.5"',
113113
'py==1.9.0;python_version>="3.5"',
114114
'pytest==4.6.11;python_version<"3.5"',
@@ -144,7 +144,7 @@
144144
'pyotp==2.4.0',
145145
'boto==2.49.0',
146146
'cffi==1.14.2',
147-
'rich==5.2.0;python_version>="3.6" and python_version<"4.0"',
147+
'rich==5.2.1;python_version>="3.6" and python_version<"4.0"',
148148
'flake8==3.7.9;python_version<"3.5"',
149149
'flake8==3.8.3;python_version>="3.5"',
150150
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)