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.3 to 3.0.5 #5935

Merged
merged 2 commits into from
Jul 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2023

Bumps flask-sqlalchemy from 3.0.3 to 3.0.5.

Release notes

Sourced from flask-sqlalchemy's releases.

3.0.5

This is a fix release for the 3.0.x feature release. It fixes a pagination issue and improves typing.

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

Released 2023-06-21

  • Pagination.next() enforces max_per_page. :issue:1201
  • Improve type hint for get_or_404 return value to be non-optional. :pr:1226

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
  • 6f01402 release version 3.0.5
  • 72cbae3 Improve type hint (#1226)
  • cc072bf Pagination per_page gets wrong value after calling next() #1201 (#1202)
  • b206d0a release version 3.0.4 (#1224)
  • 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
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Jun 22, 2023
@github-actions github-actions bot removed python dependencies Pull requests that update a dependency file labels Jun 22, 2023
@Aadesh-Baral Aadesh-Baral self-assigned this Jun 28, 2023
@Aadesh-Baral
Copy link
Contributor

@dependabot rebase

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/flask-sqlalchemy-3.0.5 branch from eefb054 to ac55854 Compare July 6, 2023 04:55
@Aadesh-Baral Aadesh-Baral self-requested a review July 6, 2023 05:12
@sonarcloud
Copy link

sonarcloud bot commented Jul 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Aadesh-Baral Aadesh-Baral merged commit 7281836 into develop Jul 6, 2023
8 checks passed
@Aadesh-Baral Aadesh-Baral deleted the dependabot/pip/flask-sqlalchemy-3.0.5 branch July 6, 2023 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant