Merge pull request #148 from learnhouse/dependabot/pip/apps/api/python-multipart-0.0.7

chore(deps): bump python-multipart from 0.0.6 to 0.0.7 in /apps/api
This commit is contained in:
Badr B 2024-02-12 23:55:56 +01:00 committed by GitHub
commit 4723ac2729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
apps/api/poetry.lock generated
View file

@ -2392,17 +2392,17 @@ pycryptodome = ["pyasn1", "pycryptodome (>=3.3.1,<4.0.0)"]
[[package]] [[package]]
name = "python-multipart" name = "python-multipart"
version = "0.0.6" version = "0.0.7"
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.6-py3-none-any.whl", hash = "sha256:ee698bab5ef148b0a760751c261902cd096e57e10558e11aca17646b74ee1c18"}, {file = "python_multipart-0.0.7-py3-none-any.whl", hash = "sha256:b1fef9a53b74c795e2347daac8c54b252d9e0df9c619712691c1cc8021bd3c49"},
{file = "python_multipart-0.0.6.tar.gz", hash = "sha256:e9925a80bb668529f1b67c7fdb0a5dacdd7cbfc6fb0bff3ea443fe22bdd62132"}, {file = "python_multipart-0.0.7.tar.gz", hash = "sha256:288a6c39b06596c1b988bb6794c6fbc80e6c369e35e5062637df256bee0c9af9"},
] ]
[package.extras] [package.extras]
dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==1.7.3)", "more-itertools (==4.3.0)", "pbr (==4.3.0)", "pluggy (==1.0.0)", "py (==1.11.0)", "pytest (==7.2.0)", "pytest-cov (==4.0.0)", "pytest-timeout (==2.1.0)", "pyyaml (==5.1)"] dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==2.2.0)", "more-itertools (==4.3.0)", "pbr (==4.3.0)", "pluggy (==1.0.0)", "py (==1.11.0)", "pytest (==7.2.0)", "pytest-cov (==4.0.0)", "pytest-timeout (==2.1.0)", "pyyaml (==5.1)"]
[[package]] [[package]]
name = "pyyaml" name = "pyyaml"
@ -3596,4 +3596,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "a29d79a2581c778d53ea000990ae65f35dd0e8ce2c65cdbfdb0e3f2e19d18d16" content-hash = "03b715513b0a7fb671f630ff2f8cbc679b8ee6ac1a82ed86822453ca525efc62"

View file

@ -18,7 +18,7 @@ uvicorn = "0.23.2"
pymongo = "4.3.3" pymongo = "4.3.3"
motor = "3.1.1" motor = "3.1.1"
psycopg2 = "^2.9.9" psycopg2 = "^2.9.9"
python-multipart = "^0.0.6" python-multipart = "^0.0.7"
boto3 = "^1.34.17" boto3 = "^1.34.17"
botocore = "^1.34.17" botocore = "^1.34.17"
python-jose = "^3.3.0" python-jose = "^3.3.0"