Bump flask-smorest from 0.46.2 to 0.47.0 in /bff#309
Bump flask-smorest from 0.46.2 to 0.47.0 in /bff#309dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [flask-smorest](https://github.com/marshmallow-code/flask-smorest) from 0.46.2 to 0.47.0. - [Release notes](https://github.com/marshmallow-code/flask-smorest/releases) - [Changelog](https://github.com/marshmallow-code/flask-smorest/blob/main/CHANGELOG.rst) - [Commits](marshmallow-code/flask-smorest@0.46.2...0.47.0) --- updated-dependencies: - dependency-name: flask-smorest dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c92dc0c8f4
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "flask-smorest" | ||
| version = "0.46.2" | ||
| version = "0.47.0" |
There was a problem hiding this comment.
Regenerate
openapi.yaml after bumping flask-smorest
Updating flask-smorest to 0.47.0 changes the generated pagination schema, but this commit only edits uv.lock. The BFF CI workflow still runs uv run python -m bff_app.openapi.generate --check --output bff_app/openapi/openapi.yaml (.github/workflows/bff.yml:39), and the checked-in spec already contains a PaginationMetadata component (bff/bff_app/openapi/openapi.yaml:315). In that workflow, the regenerated YAML will drift from the committed file, so this dependency bump will start failing CI until the spec is regenerated and committed alongside the lockfile.
Useful? React with 👍 / 👎.
Bumps flask-smorest from 0.46.2 to 0.47.0.
Changelog
Sourced from flask-smorest's changelog.
Commits
3451351Bump version and update changelogc48dd23Update AUTHORS.rst3d3b975Merge pull request #846 from galuszkak/feature/pagination-38846abc3bBump coverage from 7.13.4 to 7.13.563f3cb9Bump sphinx-issues from 5.0.1 to 6.0.0ed4faa5Bump apispec from 6.9.0 to 6.10.0cfd3387Merge pull request #845 from galuszkak/fix/contributing-readme1878e05feat: Add pagination metadata field descriptions to OpenAPI schema closes #38807f1b41fix: reference correct repository and 'main' not 'master' branch37980a1[pre-commit.ci] pre-commit autoupdateDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)