Skip to content

Commit aa0c439

Browse files
edx-requirements-botjmbowman
authored andcommitted
Updating Python Requirements (#21)
1 parent 81b0523 commit aa0c439

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ idna==2.8
3838
importlib-metadata==0.19
3939
isort==4.3.21
4040
kombu==3.0.37
41-
lazy-object-proxy==1.4.1
41+
lazy-object-proxy==1.4.2
4242
mccabe==0.6.1
4343
mock==3.0.5
4444
more-itertools==5.0.0
@@ -72,10 +72,10 @@ toml==0.10.0
7272
tox-battery==0.5.1
7373
tox==3.13.2
7474
urllib3==1.25.3
75-
virtualenv==16.7.2
75+
virtualenv==16.7.3
7676
wcwidth==0.1.7
7777
wrapt==1.11.2
7878
zipp==0.5.2
7979

8080
# The following packages are considered to be unsafe in a requirements file:
81-
# setuptools==41.1.0 # via caniusepython3
81+
# setuptools==41.2.0 # via caniusepython3

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ urllib3==1.25.3 # via requests
5858
webencodings==0.5.1 # via bleach
5959

6060
# The following packages are considered to be unsafe in a requirements file:
61-
# setuptools==41.1.0 # via jsonschema, sphinx
61+
# setuptools==41.2.0 # via jsonschema, sphinx

requirements/quality.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ enum34==1.1.6 # via astroid
2020
futures==3.3.0 ; python_version == "2.7" # via caniusepython3, isort
2121
idna==2.8 # via requests
2222
isort==4.3.21
23-
lazy-object-proxy==1.4.1 # via astroid
23+
lazy-object-proxy==1.4.2 # via astroid
2424
mccabe==0.6.1 # via pylint
2525
packaging==19.1 # via caniusepython3
2626
pycodestyle==2.5.0
@@ -38,4 +38,4 @@ urllib3==1.25.3 # via requests
3838
wrapt==1.11.2 # via astroid
3939

4040
# The following packages are considered to be unsafe in a requirements file:
41-
# setuptools==41.1.0 # via caniusepython3
41+
# setuptools==41.2.0 # via caniusepython3

requirements/travis.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ toml==0.10.0 # via tox
2626
tox-battery==0.5.1
2727
tox==3.13.2
2828
urllib3==1.25.3 # via requests
29-
virtualenv==16.7.2 # via tox
29+
virtualenv==16.7.3 # via tox
3030
zipp==0.5.2 # via importlib-metadata

0 commit comments

Comments
 (0)