Skip to content

Commit

Permalink
chore(deps): update dependency mashumaro to v3.13.1 (#713)
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.13` ->
`==3.13.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/mashumaro/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mashumaro/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mashumaro/3.13/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mashumaro/3.13/3.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

## Changes

- Fixed type annotation for the result of `to_json` method in
`DataClassORJSONMixin`
([#&#8203;223](https://togithub.com/Fatal1ty/mashumaro/issues/223))
- Fixed compatibility with Python 3.12.4
([#&#8203;226](https://togithub.com/Fatal1ty/mashumaro/issues/226))
- Fixed compatibility with latest `TypeVar` default changes in Python
3.13.0 and typing-extensions>=4.12
([#&#8203;227](https://togithub.com/Fatal1ty/mashumaro/issues/227))

</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/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 15, 2024
1 parent 8546a33 commit 9e941f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiofiles==23.2.1
GitPython==3.1.43
mashumaro==3.13
mashumaro==3.13.1
nest_asyncio==1.6.0
pytest==8.2.2
pytest-asyncio==0.23.7
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ruff==0.4.9

aiofiles==23.2.1
GitPython==3.1.43
mashumaro==3.13
mashumaro==3.13.1
nest_asyncio==1.6.0
pytest-asyncio==0.23.7
python-slugify==8.0.4
Expand Down

0 comments on commit 9e941f6

Please sign in to comment.