diff --git a/poetry.lock b/poetry.lock index 145fa42..afa43fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1668,13 +1668,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.17" +version = "0.0.19" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.17-py3-none-any.whl", hash = "sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d"}, - {file = "python_multipart-0.0.17.tar.gz", hash = "sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538"}, + {file = "python_multipart-0.0.19-py3-none-any.whl", hash = "sha256:f8d5b0b9c618575bf9df01c684ded1d94a338839bdd8223838afacfb4bb2082d"}, + {file = "python_multipart-0.0.19.tar.gz", hash = "sha256:905502ef39050557b7a6af411f454bc19526529ca46ae6831508438890ce12cc"}, ] [[package]] @@ -2176,4 +2176,4 @@ docs = ["Sphinx", "elementpath (>=4.4.0,<5.0.0)", "jinja2", "sphinx-rtd-theme"] [metadata] lock-version = "2.0" python-versions = "^3.10.6" -content-hash = "90e058e012d53dd752dc074b7dd5fd4c4e8cbe4e7104f017faeed35699fa5cc8" +content-hash = "585d58a3905c61aa6bd19a1108ed0e549c5633857a05462012450be47aeea8bc" diff --git a/pyproject.toml b/pyproject.toml index 8b4096b..b89ec3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ email-validator = "^2.2.0" fastapi = {extras = ["all"], version = "^0.115.6"} gunicorn = "^23.0.0" lxml = "^5.3.0" -python-multipart = "^0.0.17" +python-multipart = "^0.0.19" uvicorn = {extras = ["standard"], version = "^0.32.1"} xmlschema = "^3.4.3" GDAL = "3.2.2.1"