From b05092ba6800238d483f99641a1548036f2ae6b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 05:16:10 +0100 Subject: [PATCH] fix(deps): update dependency marshmallow-polyfield to v5.11 (#545) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7811c1ff..f209c54a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -854,14 +854,13 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "marshmallow-polyfield" -version = "5.10" +version = "5.11" description = "An unofficial extension to Marshmallow to allow for polymorphic fields" category = "main" optional = false python-versions = ">=3.5" files = [ - {file = "marshmallow-polyfield-5.10.tar.gz", hash = "sha256:75d0e31b725650e91428f975a66ed30f703cc6f9fcfe45b8436ee6d676921691"}, - {file = "marshmallow_polyfield-5.10-py3-none-any.whl", hash = "sha256:a0a91730c6d21bfac1563990c7ba1413928e7499af669619d4fb38d1fb25c4e9"}, + {file = "marshmallow-polyfield-5.11.tar.gz", hash = "sha256:8075a9cc490da4af58b902b4a40a99882dd031adb7aaa96abd147a4fcd53415f"}, ] [package.dependencies]