Skip to content

Bump the minor-patch group across 1 directory with 2 updates#89

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/minor-patch-b8d5b1bda1
Open

Bump the minor-patch group across 1 directory with 2 updates#89
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/minor-patch-b8d5b1bda1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the minor-patch group with 2 updates in the / directory: marshmallow and boto3.

Updates marshmallow from 4.2.2 to 4.2.3

Changelog

Sourced from marshmallow's changelog.

4.2.3 (2026-03-25)

Bug fixes:

  • Make marshmallow.fields.Number and marshmallow.fields.Mapping abstract base classes to prevent using them within Schemas (:issue:2924). Thanks :user:MartingaleCoda for reporting.
  • Allow required to be set on marshmallow.fields.Contant (:issue:2900). Thanks :user:nosnickid for the report and :user:worksbyfriday for the PR.
  • Fix marshmallow.validate.OneOf emitting extra pairs when labels outnumber choices (:issue:2869). Thanks: user:T90REAL for the report and :user:rstar327 for the PR.
  • Fix behavior when passing a dot-delimited attribute name to partial for a key with data_key set (:pr:2903). Thanks :user:bysiber for the PR.
  • Fix Enum field by-name lookup to only return actual members (:pr:2902). Thanks :user:bysiber for the PR.
  • marshmallow.fields.DateTime with format="timestamp_ms" properly rejects bool values (:pr:2904). Thanks :user:bysiber for the PR.
  • Fix typing of error_essages argument to marshmallow.fields.Field (:pr:1636). Thanks :user:repole for reporting and :user:dhruvildarji for the PR.

Other changes:

  • Add ipaddress.* to marshmallow.Schema.TYPE_MAPPING (:issue:1695). Thanks :user:liberforce for the suggestion and :user:dhruvildarji for the PR.
Commits
  • be73797 Bump version and update changelog
  • c38b48e Add ipaddress types to Schema.TYPE_MAPPING (#2906)
  • 3bc191a Fix Field.error_messages type to allow dict and list values (#2907)
  • c530f85 Update package metadata to comply with PEP 639 (#2926)
  • 72ac4a0 Reject booleans in from_timestamp_ms, consistent with from_timestamp (#2904)
  • 024b5d0 Fix Enum field by-name lookup to only return actual members (#2902)
  • 252090c Fix nested partial to use attr_name instead of data_key for prefix (#2903)
  • 65374df Fix OneOf.options() emitting phantom entries when labels outnumber choices (#...
  • 070dde0 Fix Constant field with required=True raising ValueError (#2901)
  • fea5428 Make Number and Mapping abstract base classes (#2925)
  • Additional commits viewable in compare view

Updates boto3 from 1.42.44 to 1.42.78

Commits
  • b5acf8b Merge branch 'release-1.42.78'
  • 1da17a5 Bumping version to 1.42.78
  • e298b64 Add changelog entries from botocore
  • 48369ea Merge branch 'release-1.42.77'
  • 8c30411 Merge branch 'release-1.42.77' into develop
  • 4398c8e Bumping version to 1.42.77
  • 7c449e2 Add changelog entries from botocore
  • ee6c3e4 Merge branch 'release-1.42.76'
  • a5ad9c3 Merge branch 'release-1.42.76' into develop
  • 1abf640 Bumping version to 1.42.76
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-patch group with 2 updates in the / directory: [marshmallow](https://github.com/marshmallow-code/marshmallow) and [boto3](https://github.com/boto/boto3).


Updates `marshmallow` from 4.2.2 to 4.2.3
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/marshmallow@4.2.2...4.2.3)

Updates `boto3` from 1.42.44 to 1.42.78
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.44...1.42.78)

---
updated-dependencies:
- dependency-name: marshmallow
  dependency-version: 4.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: boto3
  dependency-version: 1.42.78
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 30, 2026
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