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

chore(deps-dev): bump flask-sqlalchemy from 3.0.5 to 3.1.0 #313

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

Bumps flask-sqlalchemy from 3.0.5 to 3.1.0.

Release notes

Sourced from flask-sqlalchemy's releases.

3.1.0

This is a feature release, which includes new features and removes previously deprecated code. The 3.1.x branch is now the supported bug fix branch. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades.

Changelog

Sourced from flask-sqlalchemy's changelog.

Version 3.1.0

Released 2023-09-10

  • Drop support for Python 3.7. :pr:1251
  • Add support for the SQLAlchemy 2.x API via model_class parameter. :issue:1140
  • Bump minimum version of SQLAlchemy to 2.0.16.
  • Remove previously deprecated code.
  • Pass extra keyword arguments from get_or_404 to session.get. :issue:1149
  • Fix bug with finding right bind key for clause statements. :issue:1211
Commits
  • 9a4d78f release version 3.1.0
  • 9a1cdfe keep deprecated get_engine for another version
  • 9e19238 Fixed clause_to_engine bug not finding the right db bind key (#1211)
  • e5397f5 Update flaskr and todo to use SQLAlchemy 2.0 style (#1253)
  • 144495a update examples to SQLAlchemy 2 style
  • 7d1ce4c Update dev requirements (#1252)
  • e549c0e update dev requirements
  • 71c521d drop Python 3.7 support (#1251)
  • 8f02726 drop Python 3.7 support
  • 105fd6c Bump certifi from 2023.5.7 to 2023.7.22 in /requirements (#1241)
  • 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-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy) from 3.0.5 to 3.1.0.
- [Release notes](https://github.com/pallets-eco/flask-sqlalchemy/releases)
- [Changelog](https://github.com/pallets-eco/flask-sqlalchemy/blob/main/CHANGES.rst)
- [Commits](pallets-eco/flask-sqlalchemy@3.0.5...3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 11, 2023 17:02
@dependabot dependabot bot added the dependencies Pull requests that update dependencies label Sep 11, 2023
@thekaveman
Copy link
Member

@machikoyasuda can you please review this one too, looks like a minor update from last week's.

@thekaveman thekaveman added this to the SBMTD Mobility Pass milestone Sep 11, 2023
@machikoyasuda
Copy link
Member

machikoyasuda commented Sep 11, 2023

Changelog

Version 3.1.0

Released 2023-09-11

Drop support for Python 3.7. [#1251](https://github.com/pallets-eco/flask-sqlalchemy/pull/1251)

Add support for the SQLAlchemy 2.x API via model_class parameter. [#1140](https://github.com/pallets-eco/flask-sqlalchemy/issues/1140)

Bump minimum version of SQLAlchemy to 2.0.16.

Remove previously deprecated code.

Pass extra keyword arguments from get_or_404 to session.get. [#1149](https://github.com/pallets-eco/flask-sqlalchemy/issues/1149)

Fix bug with finding right bind key for clause statements. [#1211](https://github.com/pallets-eco/flask-sqlalchemy/issues/1211)

Test

  • This app uses Python 3.10+, so the Python 3.7 support drop does not affect it.
  • No deprecation warnings
  • Run all tests: All tests pass
Total number of tests expected to run: 45
Total number of tests run: 45
Total number of tests passed: 45
Total number of tests failed: 0
Total number of tests failed with errors: 0
Total number of tests skipped: 0
Total number of tests with no result data: 0
Finished running tests!

@machikoyasuda machikoyasuda merged commit e38cf8b into dev Sep 11, 2023
@machikoyasuda machikoyasuda deleted the dependabot/pip/flask-sqlalchemy-3.1.0 branch September 11, 2023 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update dependencies
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants