diff --git a/poetry.lock b/poetry.lock index 530946e..ea7f660 100644 --- a/poetry.lock +++ b/poetry.lock @@ -961,13 +961,13 @@ requests = ">=2.18.4" [[package]] name = "marshmallow" -version = "3.24.1" +version = "3.24.2" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." optional = false python-versions = ">=3.9" files = [ - {file = "marshmallow-3.24.1-py3-none-any.whl", hash = "sha256:ddb5c9987017d37be351c184e4e867e7bf55f7331f4da730dedad6b7af662cdd"}, - {file = "marshmallow-3.24.1.tar.gz", hash = "sha256:efdcb656ac8788f0e3d1d938f8dc0f237bf1a99aff8f6dfbffa594981641cea0"}, + {file = "marshmallow-3.24.2-py3-none-any.whl", hash = "sha256:bf3c56db473bb160e5191f1c5e32e3fc8bfb58998eb2b35d6747de023e31f9e7"}, + {file = "marshmallow-3.24.2.tar.gz", hash = "sha256:0822c3701de396b51d3f8ac97319aea5493998ba4e7d0e4c05f6fce7777bf3a2"}, ] [package.dependencies] @@ -1699,4 +1699,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.13" -content-hash = "5f9546df3e39435853a7bc8c62e37e979bca80f9c0596eed2c6e77d6ced2cf7d" +content-hash = "56af7825a542c0860b298304d8bd2d83cc9b7d8a087a62fc2d6f364aeb60ee64" diff --git a/pyproject.toml b/pyproject.toml index 4e50100..0c64628 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.24.1" +marshmallow = "3.24.2" python-decouple = "3.8" django-filter = "24.3" graphene-django = "3.2.2"