BeryJu / oauth1-test-server

OAuth 1 Server for end-to-end and unit-testing
GNU General Public License v3.0
5 stars 1 forks source link

Bump flask-sqlalchemy from 3.0.3 to 3.0.4 #67

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps flask-sqlalchemy from 3.0.3 to 3.0.4.

Release notes

Sourced from flask-sqlalchemy's releases.

3.0.4

This is a fix release for the 3.0.x feature release. It updates some typing related issues.

Changelog

Sourced from flask-sqlalchemy's changelog.

Version 3.0.4

Released 2023-06-19

  • Fix type hint for get_or_404 return value. :pr:1208
  • Fix type hints for pyright (used by VS Code Pylance extension). :issue:1205
Commits
  • 3c277dc release version 3.0.4
  • f71838f Fix little problem with type hints and adopt a test to make sure it works in ...
  • 4ce8b8f Merge branch '3.0.x' into #1205
  • 4d1cc1a Add type to get_or_404, update tests (#1208)
  • 8cd3efb Get test to fail by using assert_type and mypy with 3.11
  • c0cc66f roll back for support of min-version sqlalchemy
  • 69537a0 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • dfa3733 Update query.py, fix bug that cannot pass py311-lowest test
  • 24f028b Merge branch '3.0.x' into #1205
  • feec162 Update to object
  • 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 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)