Skip to content

Commit 4a01911

Browse files
committed
Update Python dependencies
1 parent c28957d commit 4a01911

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
regex>=2020.10.11
1+
regex>=2020.9.27
22
tqdm>=4.50.2
33
livereload==2.6.3;python_version>="3.6"
4-
Markdown==3.3
4+
Markdown==3.3.1
55
readme-renderer==27.0
66
pymdown-extensions==8.0.1
77
mkdocs==1.1.2

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ pygments==2.7.1;python_version>="3.5"
4747
traitlets==4.3.3;python_version<"3.7"
4848
traitlets==5.0.4;python_version>="3.7"
4949
prompt-toolkit==1.0.18;python_version<"3.6"
50-
prompt-toolkit==3.0.7;python_version>="3.6"
50+
prompt-toolkit==3.0.8;python_version>="3.6"
5151
ipython==5.10.0;python_version<"3.5"
5252
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
5353
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
5454
ipython==7.18.1;python_version>="3.7"
55-
colorama==0.4.3
55+
colorama==0.4.4
5656
pathlib2==2.3.5;python_version<"3.5"
5757
importlib-metadata==2.0.0
58-
virtualenv>=20.0.33
58+
virtualenv>=20.0.34
5959
pymysql==0.10.1
6060
coverage==5.3
6161
brython==3.9.0

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@
152152
'traitlets==5.0.4;python_version>="3.7"',
153153
'ipython==5.10.0;python_version<"3.5"',
154154
'prompt-toolkit==1.0.18;python_version<"3.6"',
155-
'prompt-toolkit==3.0.7;python_version>="3.6"',
155+
'prompt-toolkit==3.0.8;python_version>="3.6"',
156156
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
157157
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
158158
'ipython==7.18.1;python_version>="3.7"',
159-
'colorama==0.4.3',
159+
'colorama==0.4.4',
160160
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
161161
'importlib-metadata==2.0.0', # Sync with "virtualenv"
162-
'virtualenv>=20.0.33', # Sync with importlib-metadata and pathlib2
162+
'virtualenv>=20.0.34', # Sync with importlib-metadata and pathlib2
163163
'pymysql==0.10.1',
164164
'coverage==5.3',
165165
'brython==3.9.0',

0 commit comments

Comments
 (0)