Skip to content

Bump pook from 1.1.1 to 1.2.0 #575

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps pook from 1.1.1 to 1.2.0.

Release notes

Sourced from pook's releases.

v1.2.0

What's Changed

New Contributors

Full Changelog: h2non/pook@v1.1.1...v1.2.0

Changelog

Sourced from pook's changelog.

v1.2.0 / 2023-12-17

  • feat(api): add support for binary bodies (#88)
  • fix(urllib3): don't put non-strings into HTTP header dict (#87)
  • refactor: drop Python 3.5 support (#92). Note: Python 3.5 had been supported for some time. The change here only makes the documentation accurately reflect that 3.5 is not supported.

v1.1.0 / 2023-01-01

  • chore(version): bump minor v1.1.0
  • Switch to Python >= 3.5 and fix latest aiohttp compatability (#83)
  • fix: remove print call (#81)

v1.0.2 / 2021-09-10

  • fix(urllib3): interceptor is never really disabled (#68)
  • Closes #75 Re consider @​fluent decorator (#76)
  • fix(#69): use match keyword in pytest.raises
  • fix(History): invalid rst syntax

v1.0.1 / 2020-03-24

  • fix(aiohttp): compatible with non aiohttp projects (#67)
  • feat(History): add release changes

v1.0.0 / 2020-03-18

  • fix(aiohttp): use latest version, allow Python 3.5+ for async http client

v0.2.8 / 2019-10-31

  • fix collections import warning (#61)

v0.2.7 / 2019-10-21

  • fix collections import warning (#61)

v0.2.6 / 2019-02-01

  • Add mock.reply(new_response=True) to reset response definition object

v0.2.5 / 2017-10-19

... (truncated)

Commits
  • 8e04233 Bump to 1.2.0
  • a06f325 Merge pull request #94 from wimglenn/test-post-with-headers
  • f8a6c4c make this test fail if the mock hasn't matched
  • f73fd34 Merge pull request #93 from h2non/revert/unnecessary-deps-upgrade
  • 6c2740a Revert unnecessary dependencies upgrade
  • 851a205 Merge pull request #92 from h2non/dependencies/upgrade
  • 7aeab1f Ignore urllib3 test failure on 3.6
  • 5681c8e Drop 3.5 testing and support note from README
  • a1e57c4 Downgrade jsonschema for py3.7
  • 3ad3b45 Add CI/CD workflow to automatically test all targeted versions
  • Additional commits viewable 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [pook](https://github.com/h2non/pook) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/h2non/pook/releases)
- [Changelog](https://github.com/h2non/pook/blob/master/History.rst)
- [Commits](h2non/pook@v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: pook
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 18, 2023
@dependabot dependabot bot requested a review from justinpolygon as a code owner December 18, 2023 16:13
Copy link
Contributor

@justinpolygon justinpolygon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@justinpolygon justinpolygon merged commit 07ed37c into master Dec 18, 2023
@justinpolygon justinpolygon deleted the dependabot/pip/pook-1.2.0 branch December 18, 2023 16:37
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant