Skip to content

Bump pytest-httpserver from 1.0.0 to 1.0.2 #232

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
Nov 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2021

Bumps pytest-httpserver from 1.0.0 to 1.0.2.

Changelog

Sourced from pytest-httpserver's changelog.

1.0.2

.. _Release Notes_1.0.2_New Features:

New Features

  • Type hints updated to conform to 'mypy' type checking tool. Also, py.typed file is added as package data according to PEP 561.

.. _Release Notes_1.0.2_Deprecation Notes:

Deprecation Notes

  • Python 3.4 and 3.5 versions have been deprecated in order to support type hints in the source code. Users using 3.5 and earlier releases encouraged to upgrade to later versions. Please node that 3.5 reached EOL in September of 2020 and no longer receives security fixes.

.. _Release Notes_1.0.1:

1.0.1

.. _Release Notes_1.0.1_New Features:

New Features

  • Improved error handling of custom request handlers. Request handlers added with respond_with_handler now can use the assert statement. Those errors will be reported when a further check_assertions() call is made. Also, unhandled exceptions raised in the request handlers can be re-raised by calling the new check_handler_errors() method. A new method called check() has been added which calls these two in sequence.

.. _Release Notes_1.0.0:

Commits
  • 4d1f699 CHANGES.rst: add release notes for 1.0.2
  • 2c3db06 Version bump to 1.0.2
  • 584ff0e scripts/release.py: add script to help releasing
  • 5a4d8b8 ci.yml: remove '-dev' suffix from '3.10-dev'
  • a387f32 setup.py: remove python 3.4 and 3.5 support
  • ee0b1f6 pytest_httpserver: add type checking with mypy
  • f86f16f setup.py add py.typed file
  • 958cf5b setup.py: add language classifiers
  • e910eba ci.yml: add python 3.10-dev
  • 8058767 CHANGES.rst: add release notes for 1.0.1
  • 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.0 to 1.0.2.
- [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.0...1.0.2)

---
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 Nov 12, 2021
@soxoj soxoj merged commit e4f87e1 into main Nov 12, 2021
@soxoj soxoj deleted the dependabot/pip/pytest-httpserver-1.0.2 branch November 12, 2021 10:29
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