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.1 #225

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Bumps flask-marshmallow from 0.15.0 to 1.2.1.

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.
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 the chore Project general chore label Mar 18, 2024
@dependabot dependabot bot requested a review from miguel-osuna March 18, 2024 22:10
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch 6 times, most recently from f7d6e55 to ccd51d0 Compare March 24, 2024 01:36
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch 4 times, most recently from 5a00c80 to 0bda47c Compare March 30, 2024 19:37
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from 0bda47c to 1dcd813 Compare April 6, 2024 21:01
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from 1dcd813 to 92796f1 Compare April 14, 2024 17:06
Bumps [flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow) from 0.15.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.15.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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from 92796f1 to 6ad7e9c Compare April 14, 2024 17:07
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