Merge pull request #20059 from open-craft/incr-14/bump-python-memcached

[WIP] [INCR-14] Bump python-memcached for Python 3 support
This commit is contained in:
Jeremy Bowman
2019-03-28 15:25:41 -07:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ pyparsing==2.2.0 # via pycontracts
pysrt==1.1.1
python-dateutil==2.4.0
python-levenshtein==0.12.0
python-memcached==1.48
python-memcached==1.59
python-openid==2.2.5 ; python_version == "2.7" # via social-auth-core
python-swiftclient==3.7.0
python3-saml==1.5.0

View File

@@ -281,7 +281,7 @@ pytest-xdist==1.27.0
pytest==4.3.1
python-dateutil==2.4.0
python-levenshtein==0.12.0
python-memcached==1.48
python-memcached==1.59
python-mimeparse==1.6.0
python-openid==2.2.5 ; python_version == "2.7"
python-slugify==1.2.6

View File

@@ -19,7 +19,7 @@ path.py==8.2.1 # Easier manipulation of filesystem paths
paver # Build, distribution and deployment scripting tool
psutil==1.2.1 # Library for retrieving information on running processes and system utilization
pymongo==2.9.1 # via edx-opaque-keys
python-memcached==1.48 # Python interface to the memcached memory cache daemon
python-memcached # Python interface to the memcached memory cache daemon
requests # Simple interface for making HTTP requests
stevedore # Support for runtime plugins, used for XBlocks and edx-platform Django app plugins
watchdog # Used in paver watch_assets

View File

@@ -19,7 +19,7 @@ paver==1.3.4
pbr==5.1.3 # via stevedore
psutil==1.2.1
pymongo==2.9.1
python-memcached==1.48
python-memcached==1.59
pyyaml==5.1 # via watchdog
requests==2.21.0
six==1.11.0

View File

@@ -272,7 +272,7 @@ pytest-xdist==1.27.0
pytest==4.3.1
python-dateutil==2.4.0
python-levenshtein==0.12.0
python-memcached==1.48
python-memcached==1.59
python-mimeparse==1.6.0 # via testtools
python-openid==2.2.5 ; python_version == "2.7"
python-slugify==1.2.6 # via code-annotations, transifex-client