Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Upgrades Requests (#6965)" #7088

Merged
merged 1 commit into from
Jul 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Revert "Upgrades Requests (#6965)"
This reverts commit f13a410.
  • Loading branch information
seanlip committed Jul 4, 2019
commit c8dcae4f419ef6fd61af4175e44993870f4a5348
4 changes: 2 additions & 2 deletions appengine_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ def save(self):
os.path.join(ROOT_PATH, 'third_party', 'graphy-1.0.0'),
os.path.join(ROOT_PATH, 'third_party', 'html5lib-python-1.0.1'),
os.path.join(ROOT_PATH, 'third_party', 'mutagen-1.42.0'),
os.path.join(ROOT_PATH, 'third_party', 'requests-2.22.0'),
os.path.join(ROOT_PATH, 'third_party', 'requests-2.10.0'),
os.path.join(ROOT_PATH, 'third_party', 'simplejson-3.16.0'),
os.path.join(ROOT_PATH, 'third_party', 'six-1.12.0'),
os.path.join(ROOT_PATH, 'third_party', 'soupsieve-1.9.1'),
os.path.join(ROOT_PATH, 'third_party', 'soupsieve-1.9.1'),
os.path.join(ROOT_PATH, 'third_party', 'webencodings-0.5.1'),
]

Expand Down
2 changes: 1 addition & 1 deletion core/tests/gae_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
os.path.join(THIRD_PARTY_DIR, 'graphy-1.0.0'),
os.path.join(THIRD_PARTY_DIR, 'html5lib-python-1.0.1'),
os.path.join(THIRD_PARTY_DIR, 'mutagen-1.42.0'),
os.path.join(THIRD_PARTY_DIR, 'requests-2.22.0'),
os.path.join(THIRD_PARTY_DIR, 'requests-2.10.0'),
os.path.join(THIRD_PARTY_DIR, 'simplejson-3.16.0'),
os.path.join(THIRD_PARTY_DIR, 'six-1.12.0'),
os.path.join(THIRD_PARTY_DIR, 'soupsieve-1.9.1'),
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
"targetDirPrefix": "html5lib-python-"
},
"requests": {
"version": "2.22.0",
"version": "2.10.0",
"downloadFormat": "tar",
"url": "https://files.pythonhosted.org/packages/01/62/ddcf76d1d19885e8579acb1b1df26a852b03472c0e46d2b959a714c90608/requests-2.22.0.tar.gz",
"url": "https://pypi.python.org/packages/49/6f/183063f01aae1e025cf0130772b55848750a2f3a89bfa11b385b35d7329d/requests-2.10.0.tar.gz#md5=a36f7a64600f1bfec4d55ae021d232ae",
"tarRootDirPrefix": "requests-",
"rootDirPrefix": "requests-",
"targetDirPrefix": "requests-"
Expand Down