diff --git a/poetry.lock b/poetry.lock index bc9487f1..5a082244 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aioboto3" @@ -3504,14 +3504,14 @@ pyasn1_modules = ">=0.1.5" [[package]] name = "python-multipart" -version = "0.0.18" +version = "0.0.22" description = "A streaming multipart parser for Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" groups = ["main"] 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.22-py3-none-any.whl", hash = "sha256:2b2cd894c83d21bf49d702499531c7bafd057d730c201782048f7945d82de155"}, + {file = "python_multipart-0.0.22.tar.gz", hash = "sha256:7340bef99a7e0032613f56dc36027b959fd3b30a787ed62d310e951f7c3a3a58"}, ] [[package]] @@ -4561,4 +4561,4 @@ xmlsec = ["xmlsec (>=0.6.1)"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.12" -content-hash = "d9e4326e6c91cfa03daafc1c31c63449feb69fff04bc8cf0e942bf47cf146c89" +content-hash = "89f2ed53ff729f540d1aefaa885d85df46f9eaa1227c8761d024dcd80f8f00f0" diff --git a/pyproject.toml b/pyproject.toml index 12365107..30fbce21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python = ">=3.11,<3.12" fastapi = "^0.123.0" motor = "^3.3.2" uvicorn = "^0.20.0" -python-multipart = "^0.0.18" +python-multipart = "^0.0.22" PyYAML = "^6.0" ImageHash = "4.3.1" # scipy is a dependency of ImageHash but is listed to mitigate