diff --git a/poetry.lock b/poetry.lock index 1f715f5..3d86858 100644 --- a/poetry.lock +++ b/poetry.lock @@ -961,13 +961,13 @@ requests = ">=2.18.4" [[package]] name = "marshmallow" -version = "3.26.0" +version = "3.26.1" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." optional = false python-versions = ">=3.9" files = [ - {file = "marshmallow-3.26.0-py3-none-any.whl", hash = "sha256:1287bca04e6a5f4094822ac153c03da5e214a0a60bcd557b140f3e66991b8ca1"}, - {file = "marshmallow-3.26.0.tar.gz", hash = "sha256:eb36762a1cc76d7abf831e18a3a1b26d3d481bbc74581b8e532a3d3a8115e1cb"}, + {file = "marshmallow-3.26.1-py3-none-any.whl", hash = "sha256:3350409f20a70a7e4e11a27661187b77cdcaeb20abca41c1454fe33636bea09c"}, + {file = "marshmallow-3.26.1.tar.gz", hash = "sha256:e6d8affb6cb61d39d26402096dc0aee12d5a26d490a121f118d2e81dc0719dc6"}, ] [package.dependencies] @@ -1699,4 +1699,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "b28f87ec702c1e32d605db61be4958fabcdb7910f6c6de696c1cdb601894e8e2" +content-hash = "31124e3278dff3005a1f27dabc83292b4318a6ebf9d92bc71746cd79c540a0ed" diff --git a/pyproject.toml b/pyproject.toml index 49c4183..bb35089 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.26.0" +marshmallow = "3.26.1" python-decouple = "3.8" django-filter = "24.3" graphene-django = "3.2.2"