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): bump flask-marshmallow from 0.15.0 to 1.2.0 #211

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps flask-marshmallow from 0.15.0 to 1.2.0.

Changelog

Sourced from flask-marshmallow's changelog.

1.2.0 (2024-02-05)


Features:

  • Performance improvement to validate.FileSize (:pr:293). Thanks :user:uncle-lv.

1.1.0 (2024-01-16)


Features:

  • Add type coverage (:pr:290).

1.0.0 (2024-01-16)


Features:

  • Add field fields.File, validate.FileType, and validate.FileSize for deserializing uploaded files (:issue:280, :pr:282). Thanks :user:uncle-lv for the PR
  • Add field Config for serializing Flask configuration values (:issue:280, :pr:281). Thanks :user:greyli for the PR.

Support:

  • Support marshmallow-sqlalchemy>=0.29.0.
  • Test against Python 3.12.
  • Drop support for Python 3.7.

Other changes:

  • Backwards-incompatible: Remove ```flask_marshmallow.version andflask_marshmallow.version_info`` attributes (:pr:284). Use feature detection or ``importlib.metadata.version("flask-marshmallow")`` instead.
Commits
  • f6ed1da Bump version and update changelog
  • 6b2dfc6 Dev chores: release workflow; gitignore; remove license year (#294)
  • dc40974 perf: optimize get_filestorage_size (#293)
  • 9e5a14e [pre-commit.ci] pre-commit autoupdate (#292)
  • f6c73a4 Merge pull request #291 from marshmallow-code/dependabot/pip/sphinx-issues-4.0.0
  • fc7e33f Bump sphinx-issues from 3.0.1 to 4.0.0
  • c6e155f Bump version and update changelog
  • 966a09c Add type coverage (#290)
  • ae87374 Explicitly declare flask min version; remove unnecessary markers (#289)
  • 6c4913a Bump LICENSE
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the chore Project general chore label Feb 5, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.0 branch 2 times, most recently from d12bcd9 to 0ae1703 Compare February 8, 2024 00:33
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.0 branch 4 times, most recently from 6b88917 to 05f97ff Compare February 17, 2024 22:44
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.0 branch 4 times, most recently from bf1de0a to ade5066 Compare March 2, 2024 18:17
Bumps [flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow) from 0.15.0 to 1.2.0.
- [Release notes](https://github.com/marshmallow-code/flask-marshmallow/releases)
- [Changelog](https://github.com/marshmallow-code/flask-marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/flask-marshmallow@0.15.0...1.2.0)

---
updated-dependencies:
- dependency-name: flask-marshmallow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.0 branch from ade5066 to e6362b0 Compare March 2, 2024 18:20
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2024

Superseded by #225.

@dependabot dependabot bot closed this Mar 18, 2024
@dependabot dependabot bot deleted the dependabot/pip/flask-marshmallow-1.2.0 branch March 18, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Project general chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant