Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2025

Bumps wtforms-sqlalchemy from 0.3 to 0.4.2.

Release notes

Sourced from wtforms-sqlalchemy's releases.

0.4.2

Released on October 25th, 2024

  • move the project to pallets-eco organization
  • move from master branch to main
  • move to pyproject.toml
  • move to src directory
  • remove python 3.8 support
  • use pre-commit configuration from flask
  • python 3.13 support

0.4.1

Released on January 5th, 2024

  • Allow to override the default blank value. (#38)

0.4.0

Released on January 4th, 2024

  • Stop support for python 3.6 and 3.7. Start support for python3 3.11 and 3.12. (#41)
  • render_kw support (#42)
  • optgroup support (#44)
  • SQLAlchemy 2.0 support (#45)
Changelog

Sourced from wtforms-sqlalchemy's changelog.

Version 0.4.2

Released on October 25th, 2024

  • move the project to pallets-eco organization
  • move from master branch to main
  • move to pyproject.toml
  • move to src directory
  • remove python 3.8 support
  • use pre-commit configuration from flask
  • python 3.13 support

Version 0.4.1

Released on January 5th, 2024

  • Allow to override the default blank value. (:pr:38)

Version 0.4.0

Released on January 4th, 2024

  • Stop support for python 3.6 and 3.7. Start support for python3 3.11 and 3.12. (:pr:41)
  • render_kw support (:pr:42)
  • optgroup support (:pr:44)
  • SQLAlchemy 2.0 support (:pr:45)
Commits
  • eb87feb chore: bump to 0.4.2
  • 8632d5c Merge pull request #52 from azmeuk/flask-gha
  • ae4630a chore: GHA workflows inspired from Flask
  • 3d0216c Merge pull request #51 from pallets-eco/py313
  • 69dc692 chore: support for python 3.13
  • 24cdf52 tests: properly teardown connections
  • 6fbcdcc chore: bump to pallets-sphinx-themes 2.2.0
  • 5de9d67 Merge pull request #50 from azmeuk/py313
  • 4a5430d docs: update docs dependencies
  • b8a0102 Merge pull request #49 from azmeuk/py313
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner March 1, 2025 15:57
@dependabot dependabot bot added dependency Dependency upgrades pip Python dependency changes labels Mar 1, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/wtforms-sqlalchemy-0.4.2 branch from 6b232ea to 7640a5d Compare March 4, 2025 08:35
@dependabot dependabot bot force-pushed the dependabot/pip/wtforms-sqlalchemy-0.4.2 branch from 7640a5d to a5641c7 Compare March 16, 2025 21:32
Bumps [wtforms-sqlalchemy](https://github.com/pallets-eco/wtforms-sqlalchemy) from 0.3 to 0.4.2.
- [Release notes](https://github.com/pallets-eco/wtforms-sqlalchemy/releases)
- [Changelog](https://github.com/pallets-eco/wtforms-sqlalchemy/blob/main/CHANGES.rst)
- [Commits](pallets-eco/wtforms-sqlalchemy@0.3.0...0.4.2)

---
updated-dependencies:
- dependency-name: wtforms-sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/wtforms-sqlalchemy-0.4.2 branch from a5641c7 to 0b9378c Compare March 17, 2025 08:29
Copy link
Collaborator

@sea-kelp sea-kelp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran server locally and made sure forms still work

@sea-kelp sea-kelp merged commit 2647772 into main Mar 17, 2025
2 checks passed
@sea-kelp sea-kelp deleted the dependabot/pip/wtforms-sqlalchemy-0.4.2 branch March 17, 2025 08:39
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Orca Collective Task Tracker Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependency upgrades pip Python dependency changes

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants