-
Notifications
You must be signed in to change notification settings - Fork 48
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
Drop runtime dependency check on 'requests'. #97
Merged
tseaver
merged 3 commits into
googleapis:master
from
tseaver:64-drop-runtime-requests-check
Aug 28, 2019
Merged
Drop runtime dependency check on 'requests'. #97
tseaver
merged 3 commits into
googleapis:master
from
tseaver:64-drop-runtime-requests-check
Aug 28, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We don't import it: we just require the caller to pass in a 'transport' which emulates the 'requests.Session' object (with authentication). Closes #64.
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Aug 28, 2019
busunkim96
approved these changes
Aug 28, 2019
bors bot
added a commit
to mozilla/normandy
that referenced
this pull request
Sep 11, 2019
1977: Scheduled weekly dependency update for week 36 r=rehandalal a=pyup-bot ### Update [botocore](https://pypi.org/project/botocore) from **1.12.220** to **1.12.224**. <details> <summary>Changelog</summary> ### 1.12.224 ``` ======== * api-change:``kinesisanalytics``: Update kinesisanalytics client to latest version ``` ### 1.12.223 ``` ======== * api-change:``config``: Update config client to latest version ``` ### 1.12.222 ``` ======== * api-change:``stepfunctions``: Update stepfunctions client to latest version * api-change:``transcribe``: Update transcribe client to latest version * api-change:``eks``: Update eks client to latest version ``` ### 1.12.221 ``` ======== * api-change:``ecs``: Update ecs client to latest version * api-change:``resourcegroupstaggingapi``: Update resourcegroupstaggingapi client to latest version * api-change:``gamelift``: Update gamelift client to latest version ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/botocore - Changelog: https://pyup.io/changelogs/botocore/ - Repo: https://github.com/boto/botocore </details> ### Update [google-resumable-media](https://pypi.org/project/google-resumable-media) from **0.3.3** to **0.4.0**. <details> <summary>Changelog</summary> ### 0.4.0 ``` 09-05-2019 11:59 PDT Backward-Compatibility Note The change to use raw response data (PR [87](googleapis/google-resumable-media-python#87)) might break the hypothetical usecase of downloading a blob marked with `Content-Encoding: gzip` and expecting to get the expanded data. Implementation Changes - Require 200 response for initial resumable upload request. ([95](googleapis/google-resumable-media-python#95)) - Use `response` as variable for object returned from `http_request`. ([98](googleapis/google-resumable-media-python#98)) - Further DRY request dependency pins. ([96](googleapis/google-resumable-media-python#96)) - Finish download on seeing 416 response with zero byte range. ([86](googleapis/google-resumable-media-python#86)) - Always use raw response data. ([87](googleapis/google-resumable-media-python#87)) Dependencies - Drop runtime dependency check on `requests`. ([97](googleapis/google-resumable-media-python#97)) Documentation - Update docs after release ([93](googleapis/google-resumable-media-python#93)) ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/google-resumable-media - Changelog: https://pyup.io/changelogs/google-resumable-media/ - Repo: https://github.com/GoogleCloudPlatform/google-resumable-media-python </details> ### Update [snowballstemmer](https://pypi.org/project/snowballstemmer) from **1.9.0** to **1.9.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* <details> <summary>Links</summary> - PyPI: https://pypi.org/project/snowballstemmer - Repo: https://github.com/snowballstem/snowball </details> ### Update [boto3](https://pypi.org/project/boto3) from **1.9.220** to **1.9.224**. <details> <summary>Changelog</summary> ### 1.9.224 ``` ======= * api-change:``kinesisanalytics``: [``botocore``] Update kinesisanalytics client to latest version ``` ### 1.9.223 ``` ======= * api-change:``config``: [``botocore``] Update config client to latest version ``` ### 1.9.222 ``` ======= * api-change:``stepfunctions``: [``botocore``] Update stepfunctions client to latest version * api-change:``transcribe``: [``botocore``] Update transcribe client to latest version * api-change:``eks``: [``botocore``] Update eks client to latest version ``` ### 1.9.221 ``` ======= * api-change:``ecs``: [``botocore``] Update ecs client to latest version * api-change:``resourcegroupstaggingapi``: [``botocore``] Update resourcegroupstaggingapi client to latest version * api-change:``gamelift``: [``botocore``] Update gamelift client to latest version ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/boto3 - Changelog: https://pyup.io/changelogs/boto3/ - Repo: https://github.com/boto/boto3 </details> ### Update [djangorestframework](https://pypi.org/project/djangorestframework) from **3.10.2** to **3.10.3**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* <details> <summary>Links</summary> - PyPI: https://pypi.org/project/djangorestframework - Changelog: https://pyup.io/changelogs/djangorestframework/ - Homepage: https://www.django-rest-framework.org/ </details> ### Update [Werkzeug](https://pypi.org/project/Werkzeug) from **0.15.5** to **0.15.6**. <details> <summary>Changelog</summary> ### 0.15.6 ``` -------------- Released 2019-09-04 - Work around a bug in pip that caused the reloader to fail on Windows when the script was an entry point. This fixes the issue with Flask's `flask run` command failing with "No module named Scripts\flask". :issue:`1614` - ``ProxyFix`` trusts the ``X-Forwarded-Proto`` header by default. :issue:`1630` - The deprecated ``num_proxies`` argument to ``ProxyFix`` sets ``x_for``, ``x_proto``, and ``x_host`` to match 0.14 behavior. This is intended to make intermediate upgrades less disruptive, but the argument will still be removed in 1.0. :issue:`1630` ``` </details> <details> <summary>Links</summary> - PyPI: https://pypi.org/project/werkzeug - Changelog: https://pyup.io/changelogs/werkzeug/ - Homepage: https://palletsprojects.com/p/werkzeug/ </details> Co-authored-by: pyup-bot <github-bot@pyup.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We don't import it: we just require the caller to pass in a
transport
which emulates therequests.Session
object (with authentication).Closes #64.