chore(pip-prod)(deps): bump wtforms from 3.1.2 to 3.2.0 #108

Merged
dependabot[bot] merged 2 commits from dependabot/pip/wtforms-3.2.0 into main 2024-10-21 20:51:09 +02:00
dependabot[bot] commented 2024-10-21 02:27:54 +02:00 (Migrated from github.com)

Bumps wtforms from 3.1.2 to 3.2.0.

Release notes

Sourced from wtforms's releases.

3.2.0

Released 2024-10-20

  • Translations update: korean, chinese (traditional), portugese, russian, dutch, kazakh, swedish, turkish, slovak, ukranian, spanish, french.
  • Move the repository to the pallets-eco organization. #854
  • Stop supporting Python 3.9 and start supporting Python 3.13 #855
  • Removed required flag support from HiddenWidget, RangeWidget and SelectWidget to conform to W3C #810
  • NoneOf and AnyOf can validate multiple valued fields like SelectMultipleField #538 #807
  • Use GHA and pre-commit workflows inspired from Flask. #856 #860

[!WARNING] Some deprecated code was removed (#859):

  • Flags can no longer be tuples. #467
  • iter_choices needs a tuple of 4 items #816

[!WARNING] The key for form errors moved from :data:None to empty string "". #829 #858

[!NOTE]
If you need to keep the old behavior you can set the _form_error_key parameter of your form to :data:None.

Changelog

Sourced from wtforms's changelog.

Version 3.2.0

Released 2024-10-20

  • Translations update: korean, chinese (traditional), portugese, russian, dutch, kazakh, swedish, turkish, slovak, ukranian, spanish, french.

  • Move the repository to the pallets-eco organization. :pr:854

  • Stop supporting Python 3.9 and start supporting Python 3.13 :pr:855

  • Removed required flag support from :class:~fields.HiddenWidget, :class:~fields.RangeWidget and :class:~fields.SelectWidget to conform to W3C :pr:810

  • :class:~wtforms.validators.NoneOf and :class:~wtforms.validators.AnyOf can validate multiple valued fields like :class:~fields.SelectMultipleField :pr:538 :pr:807

  • Use GHA and pre-commit workflows inspired from Flask. :pr:856 :pr:860

  • ⚠️Breaking change⚠️: Some deprecated code was removed (:pr:859):

    • :class:~wtforms.Flags can no longer be tuples. :issue:467
    • iter_choices needs a tuple of 4 items :issue:816
  • ⚠️Breaking change⚠️: The key for form errors moved from :data:None to empty string "". :issue:829 :pr:858

.. note:: If you need to keep the old behavior you can set the _form_error_key parameter of your form to :data:None.

Commits
  • 6ff08ce chore: install 'build' dependency for the release GHA workflow
  • 2ce93f2 chore: bump to 3.2.0
  • ba21823 docs: changelog update
  • 05ad5da Merge pull request #860 from azmeuk/flask-gha
  • 6867ba9 chore: bump to pallets-sphinx-themes 2.2.0
  • a09d53c chore: use Flask inspired GHA workflow
  • 3ba396e tests: remove useless flake8 related dependency in the style tox env
  • b0a58f9 Merge pull request #859 from azmeuk/deprecations
  • 549a61a chore: make GHA run on the main branch
  • b7d54ab chore: remove deprecations for 3.2
  • 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 <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)
Bumps [wtforms](https://github.com/pallets-eco/wtforms) from 3.1.2 to 3.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets-eco/wtforms/releases">wtforms's releases</a>.</em></p> <blockquote> <h2>3.2.0</h2> <p>Released 2024-10-20</p> <ul> <li>Translations update: korean, chinese (traditional), portugese, russian, dutch, kazakh, swedish, turkish, slovak, ukranian, spanish, french.</li> <li>Move the repository to the pallets-eco organization. <a href="https://redirect.github.com/pallets-eco/wtforms/issues/854">#854</a></li> <li>Stop supporting Python 3.9 and start supporting Python 3.13 <a href="https://redirect.github.com/pallets-eco/wtforms/issues/855">#855</a></li> <li>Removed <code>required</code> flag support from <code>HiddenWidget</code>, <code>RangeWidget</code> and <code>SelectWidget</code> to conform to W3C <a href="https://redirect.github.com/pallets-eco/wtforms/issues/810">#810</a></li> <li><code>NoneOf</code> and <code>AnyOf</code> can validate multiple valued fields like <code>SelectMultipleField</code> <a href="https://redirect.github.com/pallets-eco/wtforms/issues/538">#538</a> <a href="https://redirect.github.com/pallets-eco/wtforms/issues/807">#807</a></li> <li>Use GHA and pre-commit workflows inspired from Flask. <a href="https://redirect.github.com/pallets-eco/wtforms/issues/856">#856</a> <a href="https://redirect.github.com/pallets-eco/wtforms/issues/860">#860</a></li> </ul> <blockquote> <p>[!WARNING] Some deprecated code was removed (<a href="https://redirect.github.com/pallets-eco/wtforms/issues/859">#859</a>):</p> <ul> <li><code>Flags</code> can no longer be tuples. <a href="https://redirect.github.com/pallets-eco/wtforms/issues/467">#467</a></li> <li><code>iter_choices</code> needs a tuple of 4 items <a href="https://redirect.github.com/pallets-eco/wtforms/issues/816">#816</a></li> </ul> </blockquote> <blockquote> <p>[!WARNING] The key for form errors moved from :data:<code>None</code> to empty string <code>&quot;&quot;</code>. <a href="https://redirect.github.com/pallets-eco/wtforms/issues/829">#829</a> <a href="https://redirect.github.com/pallets-eco/wtforms/issues/858">#858</a></p> </blockquote> <blockquote> <p>[!NOTE]<br /> If you need to keep the old behavior you can set the <code>_form_error_key</code> parameter of your form to :data:<code>None</code>.</p> </blockquote> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets-eco/wtforms/blob/main/CHANGES.rst">wtforms's changelog</a>.</em></p> <blockquote> <h2>Version 3.2.0</h2> <p>Released 2024-10-20</p> <ul> <li> <p>Translations update: korean, chinese (traditional), portugese, russian, dutch, kazakh, swedish, turkish, slovak, ukranian, spanish, french.</p> </li> <li> <p>Move the repository to the pallets-eco organization. :pr:<code>854</code></p> </li> <li> <p>Stop supporting Python 3.9 and start supporting Python 3.13 :pr:<code>855</code></p> </li> <li> <p>Removed <code>required</code> flag support from :class:<code>~fields.HiddenWidget</code>, :class:<code>~fields.RangeWidget</code> and :class:<code>~fields.SelectWidget</code> to conform to W3C :pr:<code>810</code></p> </li> <li> <p>:class:<code>~wtforms.validators.NoneOf</code> and :class:<code>~wtforms.validators.AnyOf</code> can validate multiple valued fields like :class:<code>~fields.SelectMultipleField</code> :pr:<code>538</code> :pr:<code>807</code></p> </li> <li> <p>Use GHA and pre-commit workflows inspired from Flask. :pr:<code>856</code> :pr:<code>860</code></p> </li> <li> <p>⚠️Breaking change⚠️: Some deprecated code was removed (:pr:<code>859</code>):</p> <ul> <li>:class:<code>~wtforms.Flags</code> can no longer be tuples. :issue:<code>467</code></li> <li><code>iter_choices</code> needs a tuple of 4 items :issue:<code>816</code></li> </ul> </li> <li> <p>⚠️Breaking change⚠️: The key for form errors moved from :data:<code>None</code> to empty string <code>&quot;&quot;</code>. :issue:<code>829</code> :pr:<code>858</code></p> </li> </ul> <p>.. note:: If you need to keep the old behavior you can set the <code>_form_error_key</code> parameter of your form to :data:<code>None</code>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets-eco/wtforms/commit/6ff08cef2263cebbbad15662fef73b8363a8ab9c"><code>6ff08ce</code></a> chore: install 'build' dependency for the release GHA workflow</li> <li><a href="https://github.com/pallets-eco/wtforms/commit/2ce93f224a042e74deca6c240732154c70c117a7"><code>2ce93f2</code></a> chore: bump to 3.2.0</li> <li><a href="https://github.com/pallets-eco/wtforms/commit/ba2182360af3b80137ff03921410dfcb0c591e16"><code>ba21823</code></a> docs: changelog update</li> <li><a href="https://github.com/pallets-eco/wtforms/commit/05ad5da5951979f3712e9972b4dadb6f1aae389d"><code>05ad5da</code></a> Merge pull request <a href="https://redirect.github.com/pallets-eco/wtforms/issues/860">#860</a> from azmeuk/flask-gha</li> <li><a href="https://github.com/pallets-eco/wtforms/commit/6867ba9b5897191fd43e08715691a8d14349efb4"><code>6867ba9</code></a> chore: bump to pallets-sphinx-themes 2.2.0</li> <li><a href="https://github.com/pallets-eco/wtforms/commit/a09d53cbd3650f5e99684936aaf172d7862210b3"><code>a09d53c</code></a> chore: use Flask inspired GHA workflow</li> <li><a href="https://github.com/pallets-eco/wtforms/commit/3ba396e769e9ab58888a8cae940f4211d3f31fee"><code>3ba396e</code></a> tests: remove useless flake8 related dependency in the style tox env</li> <li><a href="https://github.com/pallets-eco/wtforms/commit/b0a58f95b5f7cf5fcba1a64da9cba89e1f67d872"><code>b0a58f9</code></a> Merge pull request <a href="https://redirect.github.com/pallets-eco/wtforms/issues/859">#859</a> from azmeuk/deprecations</li> <li><a href="https://github.com/pallets-eco/wtforms/commit/549a61a725b08e3e7f636b22ac8cf2713ee9367e"><code>549a61a</code></a> chore: make GHA run on the main branch</li> <li><a href="https://github.com/pallets-eco/wtforms/commit/b7d54ab6307c3b74397ed8d81b9aa419da5ea553"><code>b7d54ab</code></a> chore: remove deprecations for 3.2</li> <li>Additional commits viewable in <a href="https://github.com/pallets-eco/wtforms/compare/3.1.2...3.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wtforms&package-manager=pip&previous-version=3.1.2&new-version=3.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
luketainton (Migrated from github.com) reviewed 2024-10-21 02:27:54 +02:00
sonarqubecloud[bot] commented 2024-10-21 08:03:08 +02:00 (Migrated from github.com)
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=luketainton_epage&pullRequest=108) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=luketainton_epage&pullRequest=108&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=luketainton_epage&pullRequest=108&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_epage&pullRequest=108&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=luketainton_epage&pullRequest=108&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=luketainton_epage&pullRequest=108&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_epage&pullRequest=108)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/epage#108
No description provided.