diff --git a/poetry.lock b/poetry.lock index 934366c..e3dd657 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1434,13 +1434,13 @@ pycryptodome = ["pyasn1", "pycryptodome (>=3.3.1,<4.0.0)"] [[package]] name = "python-multipart" -version = "0.0.16" +version = "0.0.17" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.16-py3-none-any.whl", hash = "sha256:c2759b7b976ef3937214dfb592446b59dfaa5f04682a076f78b117c94776d87a"}, - {file = "python_multipart-0.0.16.tar.gz", hash = "sha256:8dee37b88dab9b59922ca173c35acb627cc12ec74019f5cd4578369c6df36554"}, + {file = "python_multipart-0.0.17-py3-none-any.whl", hash = "sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d"}, + {file = "python_multipart-0.0.17.tar.gz", hash = "sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538"}, ] [[package]] @@ -1936,4 +1936,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c654e08313620994b8541cd4030568f0657d2f4da14d98d4d5a301788f1601de" +content-hash = "1392d90bed3244da3edab2977f4f7b5979f0534fc9a75c3fd39a4445b6630822" diff --git a/pyproject.toml b/pyproject.toml index 9ea4e59..3b4f44f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python-dotenv = "^1.0.1" fastapi-restful = {extras = ["all"], version = "^0.4.5"} python-jose = {extras = ["cryptography"], version = "^3.3.0"} passlib = {extras = ["bcrypt"], version = "^1.7.4"} -python-multipart = "^0.0.16" +python-multipart = "^0.0.17" beanie = "^1.27.0" [tool.poetry.dev-dependencies]