chore(pip-prod)(deps): bump flask-wtf from 1.2.1 to 1.2.2 #111

Merged
dependabot[bot] merged 1 commits from dependabot/pip/flask-wtf-1.2.2 into main 2024-10-26 23:11:04 +02:00
dependabot[bot] commented 2024-10-25 03:01:21 +02:00 (Migrated from github.com)

Bumps flask-wtf from 1.2.1 to 1.2.2.

Release notes

Sourced from flask-wtf's releases.

v1.2.2

  • Move the project to the pallets-eco organization. #602
  • Stop support for Python 3.8. Start support for Python 3.13. #603
Changelog

Sourced from flask-wtf's changelog.

Version 1.2.2

Released 2024-10-20

  • Move the project to the pallets-eco organization. :pr:602
  • Stop support for Python 3.8. Start support for Python 3.13. :pr:603
Commits
  • 2e14295 chore: pre-commit autoupdate
  • 552b7a7 chore: bump to 1.2.2
  • 32f1276 chore: install 'build' dependency for the release GHA workflow
  • f712367 chore: dependencies update
  • b929162 chore: use Flask inspired GHA workflow
  • 07049e3 Merge pull request #604 from azmeuk/flask-pre-commit
  • 49a1380 chore: pre-commit configuration insipred from Flask
  • f2bbd1b Merge pull request #603 from azmeuk/py313
  • d3cd8bf chore: stop support for python 3.8; start support for python 3.13
  • 0b2e5e4 Merge pull request #602 from azmeuk/pallets-eco
  • 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 [flask-wtf](https://github.com/pallets-eco/flask-wtf) from 1.2.1 to 1.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets-eco/flask-wtf/releases">flask-wtf's releases</a>.</em></p> <blockquote> <h2>v1.2.2</h2> <ul> <li>Move the project to the pallets-eco organization. <a href="https://redirect.github.com/pallets-eco/flask-wtf/issues/602">#602</a></li> <li>Stop support for Python 3.8. Start support for Python 3.13. <a href="https://redirect.github.com/pallets-eco/flask-wtf/issues/603">#603</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets-eco/flask-wtf/blob/main/docs/changes.rst">flask-wtf's changelog</a>.</em></p> <blockquote> <h2>Version 1.2.2</h2> <p>Released 2024-10-20</p> <ul> <li>Move the project to the pallets-eco organization. :pr:<code>602</code></li> <li>Stop support for Python 3.8. Start support for Python 3.13. :pr:<code>603</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets-eco/flask-wtf/commit/2e142951788d8209815fd4797c93f6f3c275ed71"><code>2e14295</code></a> chore: pre-commit autoupdate</li> <li><a href="https://github.com/pallets-eco/flask-wtf/commit/552b7a763235abbd69efc732147ec1e2c4c61ac8"><code>552b7a7</code></a> chore: bump to 1.2.2</li> <li><a href="https://github.com/pallets-eco/flask-wtf/commit/32f12767656e0f4304221e62c027fe99b67ea037"><code>32f1276</code></a> chore: install 'build' dependency for the release GHA workflow</li> <li><a href="https://github.com/pallets-eco/flask-wtf/commit/f712367414346196e7fc436ad771533ed2c98898"><code>f712367</code></a> chore: dependencies update</li> <li><a href="https://github.com/pallets-eco/flask-wtf/commit/b929162626b813b7ee2a8edb58fce861cd2e34af"><code>b929162</code></a> chore: use Flask inspired GHA workflow</li> <li><a href="https://github.com/pallets-eco/flask-wtf/commit/07049e3b87aec17c693dd8cd6993e09bce679705"><code>07049e3</code></a> Merge pull request <a href="https://redirect.github.com/pallets-eco/flask-wtf/issues/604">#604</a> from azmeuk/flask-pre-commit</li> <li><a href="https://github.com/pallets-eco/flask-wtf/commit/49a13806e95b87735f7c196663ef5155a752dfec"><code>49a1380</code></a> chore: pre-commit configuration insipred from Flask</li> <li><a href="https://github.com/pallets-eco/flask-wtf/commit/f2bbd1b67a982131278488cc18ba1f65b3caafac"><code>f2bbd1b</code></a> Merge pull request <a href="https://redirect.github.com/pallets-eco/flask-wtf/issues/603">#603</a> from azmeuk/py313</li> <li><a href="https://github.com/pallets-eco/flask-wtf/commit/d3cd8bf1e0d4dbd15daf1cbbf521da41e2c30d50"><code>d3cd8bf</code></a> chore: stop support for python 3.8; start support for python 3.13</li> <li><a href="https://github.com/pallets-eco/flask-wtf/commit/0b2e5e413efb614b47f5deb8416847555e2ea07a"><code>0b2e5e4</code></a> Merge pull request <a href="https://redirect.github.com/pallets-eco/flask-wtf/issues/602">#602</a> from azmeuk/pallets-eco</li> <li>Additional commits viewable in <a href="https://github.com/pallets-eco/flask-wtf/compare/v1.2.1...v1.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flask-wtf&package-manager=pip&previous-version=1.2.1&new-version=1.2.2)](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-25 03:01:21 +02:00
sonarqubecloud[bot] commented 2024-10-26 11:28:20 +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=111) **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=111&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=111&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=111&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=111&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=111&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_epage&pullRequest=111)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/epage#111
No description provided.