Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Bump responses from 0.10.11 to 0.10.12 #1342

Merged
merged 1 commit into from
Mar 4, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps responses from 0.10.11 to 0.10.12.

Release notes

Sourced from responses's releases.

Responses 0.10.12

  • Fixed incorrect content-type in add_callback() when headers are provided as a list of tuples.
Changelog

Sourced from responses's changelog.

0.10.12

  • Fixed incorrect content-type in add_callback() when headers are provided as a list of tuples.
Commits
  • 099ff7f Bump version and update CHANGES.
  • f6decfd Merge pull request #308 from getsentry/fix/issue-306
  • 5fa94d4 Update responses.py
  • e7ccdb3 Apply suggestions from code review
  • c3ebe86 fix: Fix content-type in callbacks using list headers
  • ac302a8 Bump version again.
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@TravisBuddy
Copy link

Travis tests have failed

Hey @dependabot-preview[bot],
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

1st Build

View build log

$PRE_COMMIT_CMD
[INFO] Initializing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Initializing environment for https://github.com/psf/black.
[INFO] Initializing environment for https://gitlab.com/pycqa/flake8.
[INFO] Initializing environment for https://github.com/asottile/pyupgrade.
[INFO] Installing environment for https://github.com/pre-commit/pre-commit-hooks.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/psf/black.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://gitlab.com/pycqa/flake8.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
[INFO] Installing environment for https://github.com/asottile/pyupgrade.
[INFO] Once installed this environment will be reused.
[INFO] This may take a few minutes...
Fix End of Files.........................................................Passed
Trim Trailing Whitespace.................................................Passed
Check docstring is first.................................................Passed
Check Yaml...............................................................Passed
Debug Statements (Python)................................................Passed
Check python ast.........................................................Passed
black....................................................................Failed
- hook id: black
- files were modified by this hook

reformatted /home/travis/build/instagrambot/instabot/instabot/api/api_login.py
All done! ✨ 🍰 ✨
1 file reformatted, 112 files left unchanged.

flake8...................................................................Passed
pyupgrade................................................................Passed
pre-commit hook(s) made changes.
If you are seeing this message in CI, reproduce locally with: `pre-commit run --all-files`.
To run `pre-commit` as part of git workflow, use `pre-commit install`.
All changes made by hooks:
diff --git a/instabot/api/api_login.py b/instabot/api/api_login.py
index 51bd390..6c737e1 100644
--- a/instabot/api/api_login.py
+++ b/instabot/api/api_login.py
@@ -28,6 +28,7 @@ def sync_device_features(self, login=False):
         "qe/sync/", data, login=login, headers={"X-DEVICE-ID": self.uuid}
     )
 
+
 def sync_launcher(self, login=False):
     data = {
         "id": self.uuid,
TravisBuddy Request Identifier: 87ccdcd0-5d23-11ea-9390-21607e5de829

@bruvv bruvv merged commit 42988d1 into development Mar 4, 2020
@bruvv bruvv deleted the dependabot/pip/development/responses-0.10.12 branch March 4, 2020 08:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants