Update dependency python-multipart to ^0.0.8

This commit is contained in:
renovate[bot] 2024-02-10 01:08:10 +00:00 committed by GitHub
parent fe89981e78
commit ce58da8e18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1965,13 +1965,13 @@ pyasn1_modules = ">=0.1.5"
[[package]] [[package]]
name = "python-multipart" name = "python-multipart"
version = "0.0.7" version = "0.0.8"
description = "A streaming multipart parser for Python" description = "A streaming multipart parser for Python"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "python_multipart-0.0.7-py3-none-any.whl", hash = "sha256:b1fef9a53b74c795e2347daac8c54b252d9e0df9c619712691c1cc8021bd3c49"}, {file = "python_multipart-0.0.8-py3-none-any.whl", hash = "sha256:999725bf08cf7a071073d157a27cc34f8669af98da0d2435bde1cc1493a50ec3"},
{file = "python_multipart-0.0.7.tar.gz", hash = "sha256:288a6c39b06596c1b988bb6794c6fbc80e6c369e35e5062637df256bee0c9af9"}, {file = "python_multipart-0.0.8.tar.gz", hash = "sha256:613015c642c2f6dc6d22e2d3a4d993683bb4752509ccd87f831dced121ed2f1d"},
] ]
[package.extras] [package.extras]
@ -2944,4 +2944,4 @@ pgsql = ["psycopg2-binary"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.10" python-versions = "^3.10"
content-hash = "f1a8d11fafed5d812ea0e54fc01aa5761f47bffb14caaeba7216862377fbeb54" content-hash = "1736aa5636b88092eb4e998a1a783ea13fdf1e4987b524d3570dfbc7f6e6f35a"

View File

@ -33,7 +33,7 @@ python-dateutil = "^2.8.2"
python-dotenv = "^1.0.0" python-dotenv = "^1.0.0"
python-jose = "^3.3.0" python-jose = "^3.3.0"
python-ldap = "^3.3.1" python-ldap = "^3.3.1"
python-multipart = "^0.0.7" python-multipart = "^0.0.8"
python-slugify = "^8.0.0" python-slugify = "^8.0.0"
recipe-scrapers = "^14.53.0" recipe-scrapers = "^14.53.0"
requests = "^2.31.0" requests = "^2.31.0"