Skip to content

Commit a5d873a

Browse files
committed
Update requirements.txt
1 parent e01f2a1 commit a5d873a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements/build.txt renamed to requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ Jinja2==2.10.3
99
MarkupSafe==1.1.1
1010
packaging==19.2
1111
Pygments==2.4.2
12-
pyparsing==2.4.2
13-
pytz==2019.2
12+
pyparsing==2.4.5
13+
pytz==2019.3
1414
requests==2.22.0
15-
six==1.12.0
15+
six==1.13.0
1616
snowballstemmer==2.0.0
17-
Sphinx==2.2.0
17+
Sphinx==2.2.1
1818
sphinxcontrib-applehelp==1.0.1
1919
sphinxcontrib-devhelp==1.0.1
2020
sphinxcontrib-htmlhelp==1.0.2
2121
sphinxcontrib-jsmath==1.0.1
2222
sphinxcontrib-qthelp==1.0.2
2323
sphinxcontrib-serializinghtml==1.1.3
24-
urllib3==1.25.6
24+
urllib3==1.25.7

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ skipsdist = True
1010
commands =
1111
make
1212
deps =
13-
-rrequirements/build.txt
13+
-rrequirements.txt
1414
skip_install = True
1515
whitelist_externals =
1616
make

0 commit comments

Comments
 (0)