diff --git a/pyproject.toml b/pyproject.toml index 361258b0..902322d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ server = [ "sentry-sdk[fastapi]>=2.61.1,<3.0.0", "posthog>=3.0.0,<4.0.0", "prometheus-fastapi-instrumentator>=6.1.0,<7.0.0", - "python-multipart==0.0.29", + "python-multipart==0.0.32", "python-magic>=0.4.17,<0.5.0", "boto3>=1.43.9,<1.44.0", # https://github.com/boto/boto3/issues/4435 "httpx>=0.24.0,<1.0.0", diff --git a/uv.lock b/uv.lock index 10195c34..2508cd86 100644 --- a/uv.lock +++ b/uv.lock @@ -1605,7 +1605,7 @@ server = [ { name = "pyproj", specifier = ">=3.6.0,<4.0.0" }, { name = "pyro-camera-api-client", git = "https://github.com/pyronear/pyro-engine.git?subdirectory=pyro_camera_api%2Fclient&rev=6d525b150a764447e62beec26e39702f71d8461e" }, { name = "python-magic", specifier = ">=0.4.17,<0.5.0" }, - { name = "python-multipart", specifier = "==0.0.29" }, + { name = "python-multipart", specifier = "==0.0.32" }, { name = "requests", specifier = ">=2.32.0,<3.0.0" }, { name = "sentry-sdk", extras = ["fastapi"], specifier = ">=2.61.1,<3.0.0" }, { name = "shapely", specifier = ">=2.0.0,<3.0.0" }, @@ -1757,11 +1757,11 @@ wheels = [ [[package]] name = "python-multipart" -version = "0.0.29" +version = "0.0.32" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/4e/fe/70bd71a6738b09a0bdf6480ca6436b167469ca4578b2a0efbe390b4b0e70/python_multipart-0.0.29.tar.gz", hash = "sha256:643e93849196645e2dbdd81a0f8829a23123ad7f797a84a364c6fb3563f18904", size = 45678, upload-time = "2026-05-17T17:29:47.654Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5b/42/55c32bb9b12693c092ad250a0e82edb5b31ddeda6eb772de5f308b3804ad/python_multipart-0.0.32.tar.gz", hash = "sha256:be54b7f3fa167bb83e4fcd936b887b708f4e57fe75911c02aebf53efaf8d938e", size = 46881, upload-time = "2026-06-04T16:18:58.647Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/8f/cb/769cfc37177252872a45a71f3fbdde9d51b471a3f3c14bfe95dde3407386/python_multipart-0.0.29-py3-none-any.whl", hash = "sha256:2ddcc971cef266225f54f552d8fa10bcfbb1f14446caec199060daac59ff2d69", size = 29640, upload-time = "2026-05-17T17:29:45.69Z" }, + { url = "https://files.pythonhosted.org/packages/e1/04/e8135ebd1ad02c56ec633277529b2602ff99ff634be76cdba5744cf554fd/python_multipart-0.0.32-py3-none-any.whl", hash = "sha256:ff6d3f776f16878c894e52e107296ffc890e913c611b1a4ec6c44e2821fe2e23", size = 30042, upload-time = "2026-06-04T16:18:57.319Z" }, ] [[package]]