From 001ff52b0b8a8ef9a3d0887a0cb74ea451e27c13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 03:44:45 +0000 Subject: [PATCH] chore(deps): update dependency python-multipart to v0.0.22 [security] --- pdm.lock | 15 +++++++++------ pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/pdm.lock b/pdm.lock index 7c07c80..231f698 100644 --- a/pdm.lock +++ b/pdm.lock @@ -4,8 +4,11 @@ [metadata] groups = ["default"] strategy = ["cross_platform", "inherit_metadata"] -lock_version = "4.4.1" -content_hash = "sha256:2f3c5321fb969bc98c8ba808cbc2bfe1848d68b363173517da743fdb73de686a" +lock_version = "4.5.0" +content_hash = "sha256:63318945d387f332bbddea1b01b71f7641a194603671614bc53e2ab0dbece75d" + +[[metadata.targets]] +requires_python = ">=3.12" [[package]] name = "annotated-types" @@ -839,13 +842,13 @@ files = [ [[package]] name = "python-multipart" -version = "0.0.6" -requires_python = ">=3.7" +version = "0.0.22" +requires_python = ">=3.10" summary = "A streaming multipart parser for Python" groups = ["default"] files = [ - {file = "python_multipart-0.0.6-py3-none-any.whl", hash = "sha256:ee698bab5ef148b0a760751c261902cd096e57e10558e11aca17646b74ee1c18"}, - {file = "python_multipart-0.0.6.tar.gz", hash = "sha256:e9925a80bb668529f1b67c7fdb0a5dacdd7cbfc6fb0bff3ea443fe22bdd62132"}, + {file = "python_multipart-0.0.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155"}, + {file = "python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index e47b29f..f1191c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,5 +2,5 @@ [project] # PEP 621 project metadata # See https://www.python.org/dev/peps/pep-0621/ -dependencies = ["annotated-types>=0.5.0", "anyio==3.7.1", "Authlib==1.2.1", "bcrypt>=4.0.1", "bleach>=6.0.0", "cachetools==5.3.2", "certifi==2023.7.22", "cffi>=1.15.1", "click==8.1.7", "contourpy>=1.0.6", "cryptography==41.0.7", "cycler>=0.11.0", "exceptiongroup==1.1.3", "fastapi>=0.103.2", "fonttools>=4.38.0", "greenlet==3.0.1", "h11==0.14.0", "httpcore>=0.17.3", "httpx>=0.24.1", "idna==3.4", "importlib-resources>=5.12.0", "itsdangerous==2.1.2", "Jinja2==3.1.2", "kiwisolver==1.4.5", "MarkupSafe==2.1.3", "matplotlib>=3.5.3", "numpy>=1.21.6", "packaging==23.2", "pandas>=1.3.5", "passlib==1.7.4", "Pillow>=9.5.0", "plotly==5.18.0", "pycparser==2.21", "pydantic==2.4.2", "pydantic-core==2.10.1", "pyopenssl>=23.3.0", "pyparsing==3.1.1", "python-dateutil==2.8.2", "python-dotenv>=0.21.1", "python-multipart==0.0.6", "pytz==2023.3.post1", "six==1.16.0", "sniffio==1.3.0", "SQLAlchemy==2.0.23", "sse-starlette>=0.10.3", "starlette>=0.27.0", "tenacity==8.2.3", "testresources>=2.0.1", "typing-extensions>=4.7.1", "tzdata==2023.3", "ua-parser==0.18.0", "user-agents==2.2.0", "uvicorn>=0.22.0", "webencodings==0.5.1", "zipp>=3.15.0", "filelock==3.12.2", "APScheduler>=3.10.0", "pymysql==1.1.0", "psycopg2-binary==2.9.9", "lxml==5.1.0"] +dependencies = ["annotated-types>=0.5.0", "anyio==3.7.1", "Authlib==1.2.1", "bcrypt>=4.0.1", "bleach>=6.0.0", "cachetools==5.3.2", "certifi==2023.7.22", "cffi>=1.15.1", "click==8.1.7", "contourpy>=1.0.6", "cryptography==41.0.7", "cycler>=0.11.0", "exceptiongroup==1.1.3", "fastapi>=0.103.2", "fonttools>=4.38.0", "greenlet==3.0.1", "h11==0.14.0", "httpcore>=0.17.3", "httpx>=0.24.1", "idna==3.4", "importlib-resources>=5.12.0", "itsdangerous==2.1.2", "Jinja2==3.1.2", "kiwisolver==1.4.5", "MarkupSafe==2.1.3", "matplotlib>=3.5.3", "numpy>=1.21.6", "packaging==23.2", "pandas>=1.3.5", "passlib==1.7.4", "Pillow>=9.5.0", "plotly==5.18.0", "pycparser==2.21", "pydantic==2.4.2", "pydantic-core==2.10.1", "pyopenssl>=23.3.0", "pyparsing==3.1.1", "python-dateutil==2.8.2", "python-dotenv>=0.21.1", "python-multipart==0.0.22", "pytz==2023.3.post1", "six==1.16.0", "sniffio==1.3.0", "SQLAlchemy==2.0.23", "sse-starlette>=0.10.3", "starlette>=0.27.0", "tenacity==8.2.3", "testresources>=2.0.1", "typing-extensions>=4.7.1", "tzdata==2023.3", "ua-parser==0.18.0", "user-agents==2.2.0", "uvicorn>=0.22.0", "webencodings==0.5.1", "zipp>=3.15.0", "filelock==3.12.2", "APScheduler>=3.10.0", "pymysql==1.1.0", "psycopg2-binary==2.9.9", "lxml==5.1.0"] requires-python = ">=3.12" diff --git a/requirements.txt b/requirements.txt index 58d4749..0ffca70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ pyopenssl>=23.3.0 pyparsing==3.1.1 python-dateutil==2.8.2 python-dotenv>=0.21.1 -python-multipart==0.0.6 +python-multipart==0.0.22 pytz==2023.3.post1 six==1.16.0 sniffio==1.3.0