Bump marshmallow from 3.23.1 to 3.26.2 by dependabot[bot] · Pull Request #292 · DiamondLightSource/python-zocalo
Bumps marshmallow from 3.23.1 to 3.26.2.
Changelog
Sourced from marshmallow's changelog.
3.26.2 (2025-12-19) ++++++++++++++++++
Bug fixes:
- :cve:
CVE-2025-68480: Merge error store messages without rebuilding collections. Thanks 카푸치노 for reporting and :user:deckar01for the fix.3.26.1 (2025-02-03)
Bug fixes:
- Typing: Fix type annotations for
class Meta <marshmallow.Schema.Meta>options (:issue:2804). Thanks :user:lawrence-lawfor reporting.Other changes:
- Remove default value for the
dataparam ofNested._deserialize <marshmallow.fields.Nested._deserialize>(:issue:2802). Thanks :user:gbensonfor reporting.3.26.0 (2025-01-22)
Features:
- Typing: Add type annotations and improved documentation for
class Meta <marshmallow.Schema.Meta>options (:pr:2760).- Typing: Improve type coverage of
marshmallow.Schema.SchemaMeta(:pr:2761).- Typing:
marshmallow.Schema.loadsparameter allowsbytesandbytesarray(:pr:2769).Bug fixes:
- Respect
data_keywhen schema validators raise aValidationError <marshmallow.exceptions.ValidationError>with afield_nameargument (:issue:2170). Thanks :user:matejspfor reporting.- Correctly handle multiple
@post_load <marshmallow.post_load>methods where one method appends to the data and another passespass_original=True(:issue:1755). Thanks :user:ghostwheel42for reporting.URLfields now properly validatefilepaths (:issue:2249). Thanks :user:0xDEC0DEfor reporting and fixing.Documentation:
- Add :doc:
upgrading guides <upgrading>for 3.24 and 3.26 (:pr:2780).- Various documentation improvements (:pr:
2757, :pr:2759, :pr:2765, :pr:2774, :pr:2778, :pr:2783, :pr:2796).Deprecations:
- The
orderedclass Meta <marshmallow.Schema.Meta>option is deprecated (:issue:2146, :pr:2762). Field order is already preserved by default. Setmarshmallow.Schema.dict_classtocollections.OrderedDict
... (truncated)
Commits
1407d51Merge pull request #2878 from marshmallow-code/3.x-mypy-unreachableb2292f5Fix mypy errors8acd211Merge pull request #2877 from marshmallow-code/3.x-delintb4bcb4a[pre-commit.ci] auto fixes from pre-commit.com hooksb78af7aDelint2c4451eMerge commit from fork86d101aBump version and update changelog489a8d4Only deep copy error message collections6d4a17dAdd test coverage for error message modification0356a3fMerge error store messages without rebuilding collections- Additional commits viewable in compare view
Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)
You can disable automated security fix PRs for this repo from the Security Alerts page.