Skip to content

Commit 88fc9bd

Browse files
committed
Update Python dependencies
1 parent 767788f commit 88fc9bd

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
@@ -45,7 +45,7 @@ pyopenssl==19.1.0
4545
pygments==2.5.2;python_version<"3.5"
4646
pygments==2.6.1;python_version>="3.5"
4747
traitlets==4.3.3;python_version<"3.7"
48-
traitlets==5.0.3;python_version>="3.7"
48+
traitlets==5.0.4;python_version>="3.7"
4949
prompt-toolkit==1.0.18;python_version<"3.6"
5050
prompt-toolkit==3.0.7;python_version>="3.6"
5151
ipython==5.10.0;python_version<"3.5"
@@ -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.0.0;python_version>="3.6" and python_version<"4.0"
62+
rich==6.1.1;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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
'pygments==2.5.2;python_version<"3.5"',
138138
'pygments==2.6.1;python_version>="3.5"',
139139
'traitlets==4.3.3;python_version<"3.7"',
140-
'traitlets==5.0.3;python_version>="3.7"',
140+
'traitlets==5.0.4;python_version>="3.7"',
141141
'ipython==5.10.0;python_version<"3.5"',
142142
'prompt-toolkit==1.0.18;python_version<"3.6"',
143143
'prompt-toolkit==3.0.7;python_version>="3.6"',
@@ -151,7 +151,7 @@
151151
'pyotp==2.4.0',
152152
'boto==2.49.0',
153153
'cffi==1.14.2',
154-
'rich==6.0.0;python_version>="3.6" and python_version<"4.0"',
154+
'rich==6.1.1;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)