Skip to content

Commit 3e6c2b7

Browse files
committed
Update the "rich" Python requirement
1 parent 2b5d188 commit 3e6c2b7

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
@@ -59,7 +59,7 @@ brython==3.8.10
5959
pyotp==2.4.0
6060
boto==2.49.0
6161
cffi==1.14.2
62-
rich==6.1.1;python_version>="3.6" and python_version<"4.0"
62+
rich==6.1.2;python_version>="3.6" and python_version<"4.0"
6363
flake8==3.7.9;python_version<"3.5"
6464
flake8==3.8.3;python_version>="3.5"
6565
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
'pyotp==2.4.0',
152152
'boto==2.49.0',
153153
'cffi==1.14.2',
154-
'rich==6.1.1;python_version>="3.6" and python_version<"4.0"',
154+
'rich==6.1.2;python_version>="3.6" and python_version<"4.0"',
155155
'flake8==3.7.9;python_version<"3.5"',
156156
'flake8==3.8.3;python_version>="3.5"',
157157
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)