diff --git a/pyproject.toml b/pyproject.toml index 06ccb53..decec9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pyjwt[crypto]>=2.10.1", "pymongo>=4.13.0", "python-dotenv>=1.1.0", - "python-multipart>=0.0.20", + "python-multipart>=0.0.26", "redis>=6.2.0", "regex>=2026.1.15", "sentry-sdk>=2.44.0", diff --git a/requirements.txt b/requirements.txt index e988b64..3b633b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -70,7 +70,7 @@ pytest-sugar==1.1.1 pytest-xdist==3.8.0 python-discovery==1.2.1 python-dotenv==1.2.2 -python-multipart==0.0.22 +python-multipart==0.0.26 pyyaml==6.0.3 redis==7.4.0 regex==2026.3.32 diff --git a/uv.lock b/uv.lock index 76a9b50..281ce22 100644 --- a/uv.lock +++ b/uv.lock @@ -2005,11 +2005,11 @@ wheels = [ [[package]] name = "python-multipart" -version = "0.0.22" +version = "0.0.26" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/94/01/979e98d542a70714b0cb2b6728ed0b7c46792b695e3eaec3e20711271ca3/python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58", size = 37612, upload-time = "2026-01-25T10:15:56.219Z" } +sdist = { url = "https://files.pythonhosted.org/packages/88/71/b145a380824a960ebd60e1014256dbb7d2253f2316ff2d73dfd8928ec2c3/python_multipart-0.0.26.tar.gz", hash = "sha256:08fadc45918cd615e26846437f50c5d6d23304da32c341f289a617127b081f17", size = 43501, upload-time = "2026-04-10T14:09:59.473Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/1b/d0/397f9626e711ff749a95d96b7af99b9c566a9bb5129b8e4c10fc4d100304/python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155", size = 24579, upload-time = "2026-01-25T10:15:54.811Z" }, + { url = "https://files.pythonhosted.org/packages/9a/22/f1925cdda983ab66fc8ec6ec8014b959262747e58bdca26a4e3d1da29d56/python_multipart-0.0.26-py3-none-any.whl", hash = "sha256:c0b169f8c4484c13b0dcf2ef0ec3a4adb255c4b7d18d8e420477d2b1dd03f185", size = 28847, upload-time = "2026-04-10T14:09:58.131Z" }, ] [[package]] @@ -2386,7 +2386,7 @@ requires-dist = [ { name = "pyjwt", extras = ["crypto"], specifier = ">=2.10.1" }, { name = "pymongo", specifier = ">=4.13.0" }, { name = "python-dotenv", specifier = ">=1.1.0" }, - { name = "python-multipart", specifier = ">=0.0.20" }, + { name = "python-multipart", specifier = ">=0.0.26" }, { name = "redis", specifier = ">=6.2.0" }, { name = "regex", specifier = ">=2026.1.15" }, { name = "sentry-sdk", specifier = ">=2.44.0" },