Skip to content

Commit 855d662

Browse files
committed
Update "cffi" and "rich" Python dependencies
1 parent a558b0b commit 855d662

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
@@ -51,8 +51,8 @@ coverage==5.2.1
5151
brython>=3.8.9
5252
pyotp==2.4.0
5353
boto==2.49.0
54-
cffi==1.14.1
55-
rich==5.1.2;python_version>="3.6" and python_version<"4.0"
54+
cffi==1.14.2
55+
rich==5.2.0;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
@@ -143,8 +143,8 @@
143143
'brython>=3.8.9',
144144
'pyotp==2.4.0',
145145
'boto==2.49.0',
146-
'cffi==1.14.1',
147-
'rich==5.1.2;python_version>="3.6" and python_version<"4.0"',
146+
'cffi==1.14.2',
147+
'rich==5.2.0;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)