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-marshmallow from 0.14.0 to 1.2.1 #214

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps flask-marshmallow from 0.14.0 to 1.2.1.

Release notes

Sourced from flask-marshmallow's releases.

v0.15.0

What's Changed

New Contributors

Full Changelog: marshmallow-code/flask-marshmallow@0.14.0...0.15.0

Changelog

Sourced from flask-marshmallow's changelog.

1.2.1 (2024-03-18)


Bug fixes:

  • Fix File field when it receives an empty value (:pr:301, :issue:apiflask/apiflask#551). Thanks :user:uncle-lv.
  • Fix validate.FileSize to handle SpooledTemporaryFile (:pr:300). Thanks again :user:uncle-lv.

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.

0.15.0 (2023-04-05)


... (truncated)

Commits
  • 7ea089d Bump version and update changelog
  • 31b476b fix: fix _get_filestorage_size bug (#300)
  • 4785db3 fix(fields.py): fix File field bug when get an empty value (#301)
  • b5b9498 [pre-commit.ci] pre-commit autoupdate (#299)
  • 6be9f94 Merge pull request #298 from marshmallow-code/pre-commit-ci-update-config
  • d955f23 [pre-commit.ci] pre-commit autoupdate
  • d80f0d5 docs(validate.py): fix docstring typo error (#297)
  • 2a3f8e0 [pre-commit.ci] pre-commit autoupdate (#296)
  • 493e4b5 [pre-commit.ci] pre-commit autoupdate (#295)
  • 64df149 Remove unnecessary name
  • 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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 13, 2024
@dependabot dependabot bot force-pushed the dependabot-pip-flask-marshmallow-1.2.1 branch from feabe8a to 2d49d02 Compare May 29, 2024 08:35
Bumps [flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow) from 0.14.0 to 1.2.1.
- [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.14.0...1.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-pip-flask-marshmallow-1.2.1 branch from 2d49d02 to fa6bc68 Compare May 29, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants