diff --git a/poetry.lock b/poetry.lock index b4f2b1fb0..ba5c7c5d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2987,8 +2987,8 @@ smart-open = "^6.0" [package.source] type = "git" url = "https://github.com/gantoine/streaming-form-data.git" -reference = "5a1f7a7" -resolved_reference = "5a1f7a7d61f53288b9144fc1cffe51495c8e4f93" +reference = "b8a49ba" +resolved_reference = "b8a49ba413ac75fec54a6982411f5318853f0f57" [[package]] name = "texttable" @@ -3582,4 +3582,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ca9529df280994c5185b9501b211f3fdaa72de1576d50c33c8ce9df95ca6dedf" +content-hash = "5c2a001de459f5cd5586f834cec3607163ec3800a466332b37afeb7b9862219e" diff --git a/pyproject.toml b/pyproject.toml index 2e009b24e..43d49a65f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ py7zr = { git = "https://github.com/adamantike/py7zr.git", rev = "54b68426" } sentry-sdk = "^2.19" # TODO: Move back to official releases once the following PR is merged and released: # https://github.com/python-poetry/poetry-core/pull/803 -streaming-form-data = { git = "https://github.com/gantoine/streaming-form-data.git", rev = "5a1f7a7" } +streaming-form-data = { git = "https://github.com/gantoine/streaming-form-data.git", rev = "b8a49ba" } zipfile-deflate64 = "^0.2.0" colorama = "^0.4.6" types-colorama = "^0.4"