Skip to content

Commit

Permalink
Update dependency mashumaro to v3.13 (#419)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mashumaro](https://togithub.com/Fatal1ty/mashumaro) | `==3.12` ->
`==3.13` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/mashumaro/3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mashumaro/3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mashumaro/3.12/3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mashumaro/3.12/3.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Fatal1ty/mashumaro (mashumaro)</summary>

###
[`v3.13`](https://togithub.com/Fatal1ty/mashumaro/releases/tag/v3.13)

[Compare
Source](https://togithub.com/Fatal1ty/mashumaro/compare/v3.12...v3.13)

## Changes

- Added support for Python 3.13
([#&#8203;208](https://togithub.com/Fatal1ty/mashumaro/issues/208),
[#&#8203;209](https://togithub.com/Fatal1ty/mashumaro/issues/209))
- Added support for PEP 695
([#&#8203;211](https://togithub.com/Fatal1ty/mashumaro/issues/211))
- Added initial support for PEP 696 with typing-extensions 4.11.0
reference implementation
([#&#8203;216](https://togithub.com/Fatal1ty/mashumaro/issues/216))
- Added support for `MappingProxyType`
([#&#8203;218](https://togithub.com/Fatal1ty/mashumaro/issues/218))
- Added `forbid_extra_keys` config option to reject extra keys on
deserialization
([#&#8203;197](https://togithub.com/Fatal1ty/mashumaro/issues/197),
[#&#8203;198](https://togithub.com/Fatal1ty/mashumaro/issues/198))
- Added an alternative way to assign a field alias with `Alias(...)`
annotation
([#&#8203;214](https://togithub.com/Fatal1ty/mashumaro/issues/214)), see
updated
[documentation](https://togithub.com/Fatal1ty/mashumaro?tab=readme-ov-file#field-aliases)
- Improved union encoding performance
([#&#8203;194](https://togithub.com/Fatal1ty/mashumaro/issues/194))
- Fixed a case when `omit_default` didn't work for `Enum` with basic
types mixed in
([#&#8203;204](https://togithub.com/Fatal1ty/mashumaro/issues/204))
- Fixed `RecursionError` when annotated `SerializationStrategy` was used
as a field serialization strategy
([#&#8203;219](https://togithub.com/Fatal1ty/mashumaro/issues/219))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/allenporter/pyrainbird).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNDAuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 6, 2024
1 parent 51bfc7a commit 85f334c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ freezegun==1.5.0
mitmproxy==10.3.0
parameterized==0.9.0
pdoc==14.4.0
mashumaro==3.12
mashumaro==3.13
pytest==8.2.0
pytest-aiohttp==1.0.5
pytest-asyncio==0.23.6
Expand Down

0 comments on commit 85f334c

Please sign in to comment.