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 #864

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 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 Mar 18, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from 0fd639e to 7329d99 Compare March 21, 2024 20:25
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from 7329d99 to a3e42b3 Compare March 22, 2024 16:30
Copy link
Contributor

@xlorepdarkhelm xlorepdarkhelm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't break anything from what I can tell. And in fact, it might make it so the new dependency on setuptools can be removed.

@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from a3e42b3 to 9237a30 Compare March 25, 2024 15:57
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from 9237a30 to 1a1f270 Compare April 3, 2024 20:25
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from 1a1f270 to be3e04a Compare April 3, 2024 23:19
@dependabot dependabot bot requested a deployment to staging April 3, 2024 23:21 Abandoned
@ccostino
Copy link
Contributor

ccostino commented Apr 4, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from be3e04a to 4c5466e Compare April 4, 2024 19:36
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from 4c5466e to e073adf Compare April 8, 2024 12:56
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from e073adf to ebe285f Compare April 9, 2024 21:12
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from ebe285f to 2ac9f9a Compare April 11, 2024 17:01
@dependabot dependabot bot force-pushed the dependabot/pip/flask-marshmallow-1.2.1 branch from 2ac9f9a to 57d54f3 Compare April 11, 2024 19:17
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 57d54f3 to 9631d15 Compare April 11, 2024 21:45
@ccostino
Copy link
Contributor

ccostino commented May 6, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

Looks like flask-marshmallow is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/pip/flask-marshmallow-1.2.1 branch May 6, 2024 15:32
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.

None yet

2 participants