Skip to content

build(deps): bump pytest-localserver from 0.5.0 to 0.7.1 #76

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps pytest-localserver from 0.5.0 to 0.7.1.

Release notes

Sourced from pytest-localserver's releases.

v0.7.1

The main change in this release of pytest-localserver is a bug fix that allows the package to work with recent versions of aiosmtpd, 1.4.3 and up. There have also been some changes to the testing and deployment procedure.

As always, the package can be installed using pip:

$ pip install pytest-localserver

or, to include the optional SMTP support:

$ pip install 'pytest-localserver[smtp]'

What's Changed

New Contributors

Full Changelog: pytest-dev/pytest-localserver@v0.7.0...v0.7.1

v0.7.1rc0

This is a release candidate for version 0.7.1, primarily used to test the new deployment procedure from #58. Full release notes will accompany the final release of version 0.7.1.

What's Changed

Full Changelog: pytest-dev/pytest-localserver@v0.7.0...v0.7.1rc0

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:

... (truncated)

Changelog

Sourced from pytest-localserver's changelog.

0.7.1 (2023-01-29)

Update SMTP server code to work with aiosmtpd >=1.4.3 Fix GitHub Actions configuration for Python 3.5 and 3.6 Add support for Python 3.11 (or at least, list it explicitly in the classifiers) Update the AUTHORS file Add a workflow to push packages to PyPI using GitHub Actions

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.

... (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)

Bumps [pytest-localserver](https://github.com/pytest-dev/pytest-localserver) from 0.5.0 to 0.7.1.
- [Release notes](https://github.com/pytest-dev/pytest-localserver/releases)
- [Changelog](https://github.com/pytest-dev/pytest-localserver/blob/master/CHANGES)
- [Commits](https://github.com/pytest-dev/pytest-localserver/commits/v0.7.1)

---
updated-dependencies:
- dependency-name: pytest-localserver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 30, 2023
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants