Skip to content
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

Bump flask-mail from 0.9.1 to 0.10.0 #4863

Merged
merged 1 commit into from
May 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2024

Bumps flask-mail from 0.9.1 to 0.10.0.

Release notes

Sourced from flask-mail's releases.

0.10.0

Flask-Mail is now part of the Pallets Community Ecosystem. Pallets is the open source organization that maintains Flask; Pallets-Eco enables community maintenance of related projects. If you are interested in helping maintain this project, please reach out on the Pallets Discord server.

This release mainly refreshes the project after its extended hiatus. It now uses the standard Pallets project layout, tools, and configurations. Documentation is now hosted at https://flask-mail.readthedocs.io. The library now exports static type annotations.

Changes: https://flask-mail.readthedocs.io/en/latest/changes/#version-0-10-0 Milestone: https://github.com/pallets-eco/flask-mail/milestone/1?closed=1 PyPI: https://pypi.org/project/Flask-Mail/0.10.0/

  • Drop support for Python < 3.8.
  • Use pyproject.toml for packaging metadata.
  • Use flit_core as build backend.
  • Apply code formatting and linting tools.
  • Add static type annotations.
  • Deprecate the __version__ attribute. Use feature detection or importlib.metadata.version("flask-mail") instead.
  • Indicate that the deprecated is_bad_headers will be removed in the next version.
  • Fix the email_dispatched signal to pass the current app as the sender and message as an argument, rather than the other way around.
  • Attachment.data may not be None.
  • Attachment.content_type will be detected based on filename and data and will not be None.
Changelog

Sourced from flask-mail's changelog.

Version 0.10.0

Released 2024-05-23

  • Drop support for Python < 3.8.
  • Use pyproject.toml for packaging metadata.
  • Use flit_core as build backend.
  • Apply code formatting and linting tools.
  • Add static type annotations.
  • Deprecate the __version__ attribute. Use feature detection or importlib.metadata.version("flask-mail") instead.
  • Indicate that the deprecated is_bad_headers will be removed in the next version.
  • Fix the email_dispatched signal to pass the current app as the sender and message as an argument, rather than the other way around.
  • Attachment.data may not be None.
  • Attachment.content_type will be detected based on filename and data and will not be None.
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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 27, 2024
@dependabot dependabot bot requested a review from hosseinsh as a code owner May 27, 2024 15:55
@dependabot dependabot bot added the python Pull requests that update Python code label May 27, 2024
@github-actions github-actions bot enabled auto-merge May 27, 2024 15:55
@dependabot dependabot bot force-pushed the dependabot/pip/flask-mail-0.10.0 branch from 9cc95fc to 964237f Compare May 28, 2024 13:31
Bumps [flask-mail](https://github.com/pallets-eco/flask-mail) from 0.9.1 to 0.10.0.
- [Release notes](https://github.com/pallets-eco/flask-mail/releases)
- [Changelog](https://github.com/pallets-eco/flask-mail/blob/main/CHANGES.md)
- [Commits](pallets-eco/flask-mail@0.9.1...0.10.0)

---
updated-dependencies:
- dependency-name: flask-mail
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/flask-mail-0.10.0 branch from 964237f to 8231688 Compare May 28, 2024 13:45
@github-actions github-actions bot merged commit c2b8107 into main May 28, 2024
21 checks passed
@dependabot dependabot bot deleted the dependabot/pip/flask-mail-0.10.0 branch May 28, 2024 13:51
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.

1 participant