diff --git a/poetry.lock b/poetry.lock index e4ee3bbe..72289a56 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2981,7 +2981,7 @@ version = "2.20.0" description = "Pygments is a syntax highlighting package written in Python." optional = false python-versions = ">=3.9" -groups = ["dev", "docs"] +groups = ["docs"] files = [ {file = "pygments-2.20.0-py3-none-any.whl", hash = "sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176"}, {file = "pygments-2.20.0.tar.gz", hash = "sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f"}, @@ -3172,14 +3172,14 @@ dev = ["black", "flake8", "flake8-black", "flake8-docstrings", "flake8-isort", " [[package]] name = "python-multipart" -version = "0.0.22" +version = "0.0.26" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155"}, - {file = "python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58"}, + {file = "python_multipart-0.0.26-py3-none-any.whl", hash = "sha256:c0b169f8c4484c13b0dcf2ef0ec3a4adb255c4b7d18d8e420477d2b1dd03f185"}, + {file = "python_multipart-0.0.26.tar.gz", hash = "sha256:08fadc45918cd615e26846437f50c5d6d23304da32c341f289a617127b081f17"}, ] [[package]] @@ -4951,4 +4951,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">3.10.0,<4.0" -content-hash = "6acb5c3795e196a57862ecb66b72fd4b5328e3a7dec66372763808d59778782f" +content-hash = "a429bbd7479ddf3a02843bd7616a8d9a80361935dd09e4bcebf498db8b75d244" diff --git a/pyproject.toml b/pyproject.toml index 5cd202f5..bc67fbef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ alembic = "1.18.1" ujson = "5.12.0" wheel = "0.46.2" jinja2 = "3.1.6" -python-multipart = "0.0.22" +python-multipart = "0.0.26" imia = "0.5.3" starlette-wtf = "0.4.5" limits = "5.6.0"