sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

build(deps): bump pytest-localserver from 0.5.0 to 0.7.0

Open dependabot[bot] opened this issue 3 years ago • 0 comments

Bumps pytest-localserver from 0.5.0 to 0.7.0.

Release notes

Sourced from pytest-localserver's releases.

v0.7.0

This release of pytest-localserver includes one key change of interest to users: SMTP support is no longer installed by default, due to the unclear maintenance status of aiosmtpd. Those who want the SMTP server should select the [smtp] extra when installing. Other more minor changes include many improvements to the code quality control, automated testing, and documentation.

As always, the package can be installed using pip:

$ pip install pytest-localserver

or, to include the now-optional SMTP support:

$ pip install 'pytest-localserver[smtp]'

What's Changed

New Contributors

A huge thanks to all three of the new contributors this release!

Full Changelog: https://github.com/pytest-dev/pytest-localserver/compare/v0.6.0...v0.7.0

v0.6.0

This version of pytest-localserver mostly focuses on updating the code to use modern conventions. Among the most notable changes for users, the package no longer supports Python 3.3 and 3.4, and there is now built-in support for sending chunked responses from the HTTP server. Also, the SMTP server has been rewritten to use aiosmtpd instead of the deprecated smtpd module.

As always, the package can be installed using pip:

$ pip install pytest-localserver

What's Changed

... (truncated)

Changelog

Sourced from pytest-localserver's changelog.

0.7.0 (2022-08-30)

Make smtp support an optional extra Update some obsolete syntax to drop support for Python 2 Add linting for code and workflow actions using pre-commit hooks Expand the range of pytest versions known to be compatible, with tests Add badges to README

0.6.0 (2022-05-05)

Drop support for Python 3.3 and 3.4 Use setuptools_scm for managing versions of this package Support sending chunked responses from the HTTP server Switch SMTP server backend from smtpd to aiosmtpd

0.5.1.post0 (2021-12-13)

Explicitly list supported Python versions with python_requires in setup.py.

0.5.1 (2021-11-18)

Regenerate included certificate to use SHA-256 hash to avoid OpenSSL errors (fixes #2). Add support for Python 3.10. Drop support for Python 2.6. Migrate repository to Github and update project metadata.

0.5 (2018-09-20)

New feature: SMTP email message objects now include a details property capturing the envelope details.

0.4.2 (2018-11-14)

Fix support for Python 3.6 (fixes #21). Add support for Python 3.7.

0.4.1 (2017-11-28)

Re-release of 0.4.0 because of pypi.org's restrictive file management #PITA

0.4 (2017-11-28)

... (truncated)

Commits

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[bot] avatar Sep 05 '22 13:09 dependabot[bot]