diff --git a/poetry.lock b/poetry.lock index 1247bf3d..ef1e2db0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -2712,13 +2712,13 @@ dev = ["black", "flake8", "flake8-black", "flake8-docstrings", "flake8-isort", " [[package]] name = "python-multipart" -version = "0.0.17" +version = "0.0.18" 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.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, + {file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, ] [[package]] @@ -4161,4 +4161,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "93ba88a9a8769086162d07043205beda1b1dc4e128b7f301bee418d11190d858" +content-hash = "904f939a25b775fbb68801775093e5c4ab7bb5c6d82c0a9e67df96726b0020d2" diff --git a/pyproject.toml b/pyproject.toml index 547a2f77..d8d48ef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ alembic = "1.14.0" ujson = "5.10.0" wheel = "0.45.1" jinja2 = "3.1.4" -python-multipart = "0.0.17" +python-multipart = "0.0.18" imia = "0.5.3" starlette-wtf = "0.4.5" limits = "3.13.0"