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

Update dependency Flask_Mail to v0.10.0 #10

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Flask_Mail (changelog) == 0.9.1 -> ==0.10.0 age adoption passing confidence

Release Notes

pallets-eco/flask-mail (Flask_Mail)

v0.10.0

Compare Source

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants