Skip to content

Bump pytest-httpserver from 1.0.5 to 1.0.6 #638

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

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2022

Bumps pytest-httpserver from 1.0.5 to 1.0.6.

Changelog

Sourced from pytest-httpserver's changelog.

1.0.6

.. _Release Notes_1.0.6_New Features:

New Features

  • Add a new way of running tests with the blocking mode. In this mode, the http server is synchronized to the main thread and the client code is run in a separate thread.

.. _Release Notes_1.0.6_Bug Fixes:

Bug Fixes

  • Python version classifier updated in pyproject.toml (which updates pypi also)

.. _Release Notes_1.0.5:

Commits
  • 1e0732e CHANGES.rst: add release notes for 1.0.6
  • f7ba973 Version bump to 1.0.6
  • c756448 release_notes: add release note about the blocking httpserver
  • 3091608 pyproject.toml: remove classifiers
  • b9437ab howto: fix blocking httpserver howto
  • bc3bcfa CI: add cache for pre-commit
  • 4275922 README.md: add reference to the blocking http documentations
  • 5c6e0f8 CI: add cache for venv made by poetry
  • d2003ec blocking_httpserver: add howto and example
  • 407ccfe doc: fix and update documentation
  • 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 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 [pytest-httpserver](https://github.com/csernazs/pytest-httpserver) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/csernazs/pytest-httpserver/releases)
- [Changelog](https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst)
- [Commits](csernazs/pytest-httpserver@1.0.5...1.0.6)

---
updated-dependencies:
- dependency-name: pytest-httpserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 13, 2022
@soxoj soxoj merged commit 44c009e into main Sep 18, 2022
@soxoj soxoj deleted the dependabot/pip/pytest-httpserver-1.0.6 branch September 18, 2022 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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