From d2a971e1634563f6645ef12e5e5fa22b565711a7 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Fri, 18 Oct 2019 11:19:34 -0400 Subject: [PATCH] Updating Python Requirements (#22075) --- requirements/edx-sandbox/base.txt | 5 ++--- requirements/edx-sandbox/shared.txt | 5 ++--- requirements/edx/base.txt | 7 +++---- requirements/edx/development.txt | 7 +++---- requirements/edx/testing.txt | 7 +++---- 5 files changed, 13 insertions(+), 18 deletions(-) diff --git a/requirements/edx-sandbox/base.txt b/requirements/edx-sandbox/base.txt index d41780eb61..e4ae4e3b0c 100644 --- a/requirements/edx-sandbox/base.txt +++ b/requirements/edx-sandbox/base.txt @@ -6,15 +6,14 @@ # common/lib/sandbox-packages common/lib/symmath -asn1crypto==1.2.0 backports.functools-lru-cache==1.5 # via matplotlib git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4 cffi==1.13.0 git+https://github.com/edx/openedx-chem.git@ff4e3a03d3c7610e47a9af08eb648d8aabe2eb18#egg=chem==1.0.0 -cryptography==2.7 +cryptography==2.8 cycler==0.10.0 # via matplotlib enum34==1.1.6 -ipaddress==1.0.22 +ipaddress==1.0.23 kiwisolver==1.1.0 # via matplotlib lxml==3.8.0 markupsafe==1.1.1 diff --git a/requirements/edx-sandbox/shared.txt b/requirements/edx-sandbox/shared.txt index 0e72a658ac..5ae7e010b5 100644 --- a/requirements/edx-sandbox/shared.txt +++ b/requirements/edx-sandbox/shared.txt @@ -4,11 +4,10 @@ # # make upgrade # -asn1crypto==1.2.0 # via cryptography cffi==1.13.0 # via cryptography -cryptography==2.7 +cryptography==2.8 enum34==1.1.6 # via cryptography -ipaddress==1.0.22 # via cryptography +ipaddress==1.0.23 # via cryptography lxml==3.8.0 networkx==1.7 nltk==3.4.5 diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index 6f259a1305..1bd85344bc 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -25,7 +25,6 @@ aniso8601==8.0.0 # via tincan anyjson==0.3.3 # via kombu appdirs==1.4.3 # via fs argh==0.26.2 -asn1crypto==1.2.0 attrs==17.4.0 babel==1.3 backports.functools-lru-cache==1.5 # via soupsieve @@ -48,7 +47,7 @@ contextlib2==0.6.0.post1 coreapi==2.3.3 # via drf-yasg coreschema==0.0.4 # via coreapi, drf-yasg git+https://github.com/edx/crowdsourcehinter.git@a7ffc85b134b7d8909bf1fefd23dbdb8eb28e467#egg=crowdsourcehinter-xblock==0.2 -cryptography==2.7 +cryptography==2.8 cssutils==1.0.2 # via pynliner ddt==1.2.1 decorator==4.4.0 # via pycontracts @@ -129,7 +128,7 @@ feedparser==5.1.3 fs-s3fs==0.1.8 fs==2.0.18 funcsigs==1.0.2 -future==0.18.0 # via edx-celeryutils, edx-enterprise, pyjwkest +future==0.18.1 # via edx-celeryutils, edx-enterprise, pyjwkest futures==3.3.0 ; python_version == "2.7" # via django-pipeline, python-swiftclient, s3transfer, xblock-utils geoip2==2.9.0 glob2==0.7 @@ -139,7 +138,7 @@ html5lib==1.0.1 httplib2==0.14.0 idna==2.8 inflection==0.3.1 # via drf-yasg -ipaddress==1.0.22 +ipaddress==1.0.23 isodate==0.6.0 # via python3-saml itypes==1.1.0 # via coreapi jinja2==2.10.3 # via code-annotations, coreschema diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 81a083c7a8..d2c2974790 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -28,7 +28,6 @@ apipkg==1.5 appdirs==1.4.3 argh==0.26.2 argparse==1.4.0 -asn1crypto==1.2.0 astroid==1.5.3 atomicwrites==1.3.0 attrs==17.4.0 @@ -66,7 +65,7 @@ coreschema==0.0.4 coverage==5.0a6 git+https://github.com/nedbat/coverage_pytest_plugin.git@29de030251471e200ff255eb9e549218cd60e872#egg=coverage_pytest_plugin==0.0 git+https://github.com/edx/crowdsourcehinter.git@a7ffc85b134b7d8909bf1fefd23dbdb8eb28e467#egg=crowdsourcehinter-xblock==0.2 -cryptography==2.7 +cryptography==2.8 cssselect==1.1.0 cssutils==1.0.2 ddt==1.2.1 @@ -164,7 +163,7 @@ fs-s3fs==0.1.8 fs==2.0.18 funcsigs==1.0.2 functools32==3.2.3.post2 ; python_version == "2.7" -future==0.18.0 +future==0.18.1 futures==3.3.0 ; python_version == "2.7" geoip2==2.9.0 glob2==0.7 @@ -178,7 +177,7 @@ imagesize==1.1.0 # via sphinx importlib-metadata==0.23 inflect==2.1.0 inflection==0.3.1 -ipaddress==1.0.22 +ipaddress==1.0.23 isodate==0.6.0 isort==4.3.21 itypes==1.1.0 diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 97ca2d84a6..cdfb447c62 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -27,7 +27,6 @@ apipkg==1.5 # via execnet appdirs==1.4.3 argh==0.26.2 argparse==1.4.0 # via caniusepython3 -asn1crypto==1.2.0 astroid==1.5.3 # via pylint, pylint-celery atomicwrites==1.3.0 # via pytest attrs==17.4.0 @@ -64,7 +63,7 @@ coreschema==0.0.4 coverage==5.0a6 git+https://github.com/nedbat/coverage_pytest_plugin.git@29de030251471e200ff255eb9e549218cd60e872#egg=coverage_pytest_plugin==0.0 git+https://github.com/edx/crowdsourcehinter.git@a7ffc85b134b7d8909bf1fefd23dbdb8eb28e467#egg=crowdsourcehinter-xblock==0.2 -cryptography==2.7 +cryptography==2.8 cssselect==1.1.0 cssutils==1.0.2 ddt==1.2.1 @@ -159,7 +158,7 @@ fs-s3fs==0.1.8 fs==2.0.18 funcsigs==1.0.2 functools32==3.2.3.post2 ; python_version == "2.7" # via flake8 -future==0.18.0 +future==0.18.1 futures==3.3.0 ; python_version == "2.7" geoip2==2.9.0 glob2==0.7 @@ -172,7 +171,7 @@ idna==2.8 importlib-metadata==0.23 # via pluggy, tox inflect==2.1.0 inflection==0.3.1 -ipaddress==1.0.22 +ipaddress==1.0.23 isodate==0.6.0 isort==4.3.21 itypes==1.1.0