Skip to content

Commit 2a9262c

Browse files
fix(deps): update dependency mashumaro to >=3,<=3.18
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1fda251 commit 2a9262c

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

poetry.lock

Lines changed: 18 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ singletons = "~0.2.5"
1616
cached-property = "~1.5.2"
1717
filelock = "~3.12.2"
1818
path = ">=16.2,<=16.7.1"
19-
mashumaro = {version = ">=3,<=3.8.1", optional = true}
19+
mashumaro = {version = ">=3,<=3.18", optional = true}
2020

2121
[tool.poetry.extras]
2222
mashumaro = ["mashumaro"]

0 commit comments

Comments
 (0)