Skip to content
Snippets Groups Projects
Unverified Commit 9de36477 authored by Feanil Patel's avatar Feanil Patel Committed by GitHub
Browse files

Merge pull request #22040 from edx/jenkins/upgrade-python-requirements-149f47ff

Python Requirements Update
parents ebe29d93 a40b3376
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,10 @@
#
common/lib/sandbox-packages
common/lib/symmath
asn1crypto==1.0.1
asn1crypto==1.1.0
backports.functools-lru-cache==1.5 # via matplotlib
git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4
cffi==1.12.3
cffi==1.13.0
git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2eb18#egg=chem==1.0.0
cryptography==2.7
cycler==0.10.0 # via matplotlib
......
......@@ -4,8 +4,8 @@
#
# make upgrade
#
asn1crypto==1.0.1 # via cryptography
cffi==1.12.3 # via cryptography
asn1crypto==1.1.0 # via cryptography
cffi==1.13.0 # via cryptography
cryptography==2.7
enum34==1.1.6 # via cryptography
ipaddress==1.0.22 # via cryptography
......
......@@ -25,7 +25,7 @@ aniso8601==8.0.0 # via tincan
anyjson==0.3.3 # via kombu
appdirs==1.4.3 # via fs
argh==0.26.2
asn1crypto==1.0.1
asn1crypto==1.1.0
attrs==17.4.0
babel==1.3
backports.functools-lru-cache==1.5 # via soupsieve
......@@ -39,7 +39,7 @@ git+https://github.com/edx/bridgekeeper.git@4e34894e4ac5d0467ed1901811a81fd87ee0
git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4
celery==3.1.25
certifi==2019.9.11
cffi==1.12.3
cffi==1.13.0
chardet==3.0.4
git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2eb18#egg=chem==1.0.0
click==7.0 # via code-annotations, user-util
......
......@@ -28,7 +28,7 @@ apipkg==1.5
appdirs==1.4.3
argh==0.26.2
argparse==1.4.0
asn1crypto==1.0.1
asn1crypto==1.1.0
astroid==1.5.3
atomicwrites==1.3.0
attrs==17.4.0
......@@ -50,7 +50,7 @@ git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce8
caniusepython3==7.1.0
celery==3.1.25
certifi==2019.9.11
cffi==1.12.3
cffi==1.13.0
chardet==3.0.4
git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2eb18#egg=chem==1.0.0
click-log==0.3.2
......@@ -153,7 +153,7 @@ enum34==1.1.6
event-tracking==0.2.9
execnet==1.7.1
factory_boy==2.8.1
faker==2.0.2
faker==2.0.3
faulthandler==3.1 ; python_version == "2.7"
feedparser==5.1.3
filelock==3.0.12
......@@ -230,7 +230,7 @@ pbr==5.4.3
pdfminer.six==20181108
piexif==1.0.2
pillow==6.2.0
pip-tools==4.1.0
pip-tools==4.2.0
pkgconfig==1.5.1
pluggy==0.13.0
polib==1.1.0
......
......@@ -5,5 +5,5 @@
# make upgrade
#
click==7.0 # via pip-tools
pip-tools==4.1.0
pip-tools==4.2.0
six==1.12.0
......@@ -27,7 +27,7 @@ apipkg==1.5 # via execnet
appdirs==1.4.3
argh==0.26.2
argparse==1.4.0 # via caniusepython3
asn1crypto==1.0.1
asn1crypto==1.1.0
astroid==1.5.3 # via pylint, pylint-celery
atomicwrites==1.3.0 # via pytest
attrs==17.4.0
......@@ -49,7 +49,7 @@ git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce8
caniusepython3==7.1.0
celery==3.1.25
certifi==2019.9.11
cffi==1.12.3
cffi==1.13.0
chardet==3.0.4
git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2eb18#egg=chem==1.0.0
click-log==0.3.2 # via edx-lint
......@@ -148,7 +148,7 @@ enum34==1.1.6
event-tracking==0.2.9
execnet==1.7.1 # via pytest-xdist
factory_boy==2.8.1
faker==2.0.2 # via factory-boy
faker==2.0.3 # via factory-boy
faulthandler==3.1 ; python_version == "2.7" # via pytest-faulthandler
feedparser==5.1.3
filelock==3.0.12 # via tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment