From c2d60ee96f1d25bff17003552d882456592a59d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 14:51:48 +0000 Subject: [PATCH] fix(deps): update dependency python-multipart to v0.0.20 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- requirements.txt | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 163563b..a966562 100644 --- a/poetry.lock +++ b/poetry.lock @@ -916,13 +916,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.18" +version = "0.0.20" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, - {file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, + {file = "python_multipart-0.0.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104"}, + {file = "python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13"}, ] [[package]] @@ -1189,4 +1189,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "eaceb9b1a430e18d873ceb00fb60607669dfee81e046efc1e77e0e5bde002bc2" +content-hash = "bc9a1cbe006e60b7a64112311144bc31d9b5a230ed3d453a9a4bf9686de02fe2" diff --git a/pyproject.toml b/pyproject.toml index e1e8b60..77d8990 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.11" fastapi = "^0.115.0" uvicorn = "^0.34.0" requests = "^2.32.0" -python-multipart = "^0.0.18" +python-multipart = "^0.0.20" environs = "^11.0.0" types-requests = "^2.31.0.20240125" apprise = "^1.7.4" diff --git a/requirements.txt b/requirements.txt index c97fc34..2d63182 100644 --- a/requirements.txt +++ b/requirements.txt @@ -243,9 +243,9 @@ pydantic==2.10.4 ; python_version >= "3.11" and python_version < "4.0" \ python-dotenv==1.0.1 ; python_version >= "3.11" and python_version < "4.0" \ --hash=sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca \ --hash=sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a -python-multipart==0.0.18 ; python_version >= "3.11" and python_version < "4.0" \ - --hash=sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe \ - --hash=sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996 +python-multipart==0.0.20; python_version >= "3.11" and python_version < "4.0" \ + --hash=sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104 \ + --hash=sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13 pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "4.0" \ --hash=sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff \ --hash=sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48 \