Skip to content

Commit

Permalink
fix(deps): update dependency mashumaro to >=3,<=3.9
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 2, 2023
1 parent ead3d36 commit 90f790e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ singletons = "~0.2.5"
cached-property = "~1.5.2"
filelock = "~3.12.2"
path = ">=16.2,<=16.7.1"
mashumaro = {version = ">=3,<=3.8.1", optional = true}
mashumaro = {version = ">=3,<=3.9", optional = true}

[tool.poetry.extras]
mashumaro = ["mashumaro"]
Expand Down

0 comments on commit 90f790e

Please sign in to comment.