SURFscz / SBS

Samenwerking Beheer Systeem ↣ Collaboration Management System
Apache License 2.0
3 stars 2 forks source link

Bump flask-mailman from 1.0.0 to 1.1.0 in /server #1369

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps flask-mailman from 1.0.0 to 1.1.0.

Release notes

Sourced from flask-mailman's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/waynerv/flask-mailman/compare/v1.0.0...v1.1.0

Changelog

Sourced from flask-mailman's changelog.

[1.1.0] - 2024-4-22

  • Add configuration key MAIL_SEND_OPTIONS to support setting mail_options for smtplib.SMTP.send_mail (e.g. SMTPUTF8) (#61).
  • Pre-encodes FQDN str with punycode to improve compatibility (#66).
  • Migrates as many as possible test cases from Django mail module (#64).
  • Improve way of populating smtp key/cert to avoid TypeError in py>=12 (#68).
Commits
  • 2377b9c Merge pull request #78 from waynerv/1.1.0-changelog
  • 07b1c72 Update CHANGELOG.md for 1.1.0
  • 5ce6c82 Merge pull request #76 from waynerv/dependabot/pip/idna-3.7
  • c909649 Bump idna from 3.4 to 3.7
  • 0581e8a Merge pull request #75 from waynerv/dependabot/pip/cryptography-42.0.4
  • 4e09559 Merge pull request #72 from waynerv/dependabot/pip/jinja2-3.1.3
  • c344b3b Bump cryptography from 41.0.6 to 42.0.4
  • 67b0cc7 Bump jinja2 from 3.1.2 to 3.1.3
  • 1795715 Add MAIL_SEND_OPTIONS for send_mail (#61)
  • 2af0ced Merge pull request #70 from Daisy-28/add-badge
  • 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 show 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)
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.27%. Comparing base (0fed722) to head (77de8da).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1369 +/- ## ======================================= Coverage 99.27% 99.27% ======================================= Files 93 93 Lines 7866 7866 ======================================= Hits 7809 7809 Misses 57 57 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 2 months ago

Looks like flask-mailman is up-to-date now, so this is no longer needed.