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

Bump flask-sqlalchemy from 3.0.5 to 3.1.1 in /flowauth #6556

Merged
merged 2 commits into from
May 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps flask-sqlalchemy from 3.0.5 to 3.1.1.

Release notes

Sourced from flask-sqlalchemy's releases.

3.1.1

This is a quick extra change to 3.1.0 which was released earlier today. It deprecates the __version__ attribute, to be removed in 3.2. Pallets projects in general are doing this to encourage feature detection or using the standard importlib.metadata.version(name) instead.

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.1

Released 2023-09-11

  • Deprecate the __version__ attribute. Use feature detection, or importlib.metadata.version("flask-sqlalchemy"), instead. :pr:1256

Version 3.1.0

Released 2023-09-11

  • 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

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 added the FlowAuth Issues related to FlowAuth label May 1, 2024
Copy link

cypress bot commented May 1, 2024

Passing run #22349 ↗︎

0 4 0 0 Flakiness 0

Details:

Merge branch 'master' into dependabot-pip-flowauth-flask-sqlalchemy-3.1.1
Project: FlowAuth Commit: 012ac667ef
Status: Passed Duration: 00:45 💡
Started: May 1, 2024 9:44 AM Ended: May 1, 2024 9:45 AM

Review all test suite changes for PR #6556 ↗︎

Bumps [flask-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy) from 3.0.5 to 3.1.1.
- [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.1)

---
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 force-pushed the dependabot-pip-flowauth-flask-sqlalchemy-3.1.1 branch from afe8538 to 5a0d935 Compare May 1, 2024 04:01
Copy link

codecov bot commented May 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.30%. Comparing base (a25d10f) to head (012ac66).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6556      +/-   ##
==========================================
- Coverage   92.31%   92.30%   -0.01%     
==========================================
  Files         268      268              
  Lines       10586    10586              
  Branches      855      855              
==========================================
- Hits         9772     9771       -1     
  Misses        676      676              
- Partials      138      139       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mergify mergify bot merged commit 5cf901b into master May 1, 2024
40 of 41 checks passed
@mergify mergify bot deleted the dependabot-pip-flowauth-flask-sqlalchemy-3.1.1 branch May 1, 2024 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FlowAuth Issues related to FlowAuth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants