From f3440d721bb729ce0330a966de8873e297702dcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 06:06:00 +0000 Subject: [PATCH] fix(deps): update dependency marshmallow to v3.26.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3decb1a..dabd2ea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -961,13 +961,13 @@ requests = ">=2.18.4" [[package]] name = "marshmallow" -version = "3.25.1" +version = "3.26.0" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." optional = false python-versions = ">=3.9" files = [ - {file = "marshmallow-3.25.1-py3-none-any.whl", hash = "sha256:ec5d00d873ce473b7f2ffcb7104286a376c354cab0c2fa12f5573dab03e87210"}, - {file = "marshmallow-3.25.1.tar.gz", hash = "sha256:f4debda3bb11153d81ac34b0d582bf23053055ee11e791b54b4b35493468040a"}, + {file = "marshmallow-3.26.0-py3-none-any.whl", hash = "sha256:1287bca04e6a5f4094822ac153c03da5e214a0a60bcd557b140f3e66991b8ca1"}, + {file = "marshmallow-3.26.0.tar.gz", hash = "sha256:eb36762a1cc76d7abf831e18a3a1b26d3d481bbc74581b8e532a3d3a8115e1cb"}, ] [package.dependencies] @@ -1699,4 +1699,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "636f33e2951209e27349f6932af209edf4f9a8fc51b338605005114a3635adff" +content-hash = "0bfa85956f301f6fec451a2297b5fc2459f30794ad8b3a4a2e26e87381721a7e" diff --git a/pyproject.toml b/pyproject.toml index a1ad168..1cb6d15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [] python = "^3.13" uplink = "0.9.7" requests = "2.32.3" -marshmallow = "3.25.1" +marshmallow = "3.26.0" python-decouple = "3.8" django-filter = "24.3" graphene-django = "3.2.2"