diff --git a/poetry.lock b/poetry.lock index f043c29..9f40fcc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1247,13 +1247,13 @@ cli = ["click (>=5.0)"] [[package]] name = "python-multipart" -version = "0.0.17" +version = "0.0.19" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.17-py3-none-any.whl", hash = "sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d"}, - {file = "python_multipart-0.0.17.tar.gz", hash = "sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538"}, + {file = "python_multipart-0.0.19-py3-none-any.whl", hash = "sha256:f8d5b0b9c618575bf9df01c684ded1d94a338839bdd8223838afacfb4bb2082d"}, + {file = "python_multipart-0.0.19.tar.gz", hash = "sha256:905502ef39050557b7a6af411f454bc19526529ca46ae6831508438890ce12cc"}, ] [[package]] @@ -1917,4 +1917,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b8599368db3c84f237a5990801574a481b6ebf07ff3f5df9f0633925e2baa45a" +content-hash = "54d7f9cf7af35211749747b8c79df8712db8e7eeba36bc0725c6ab6e1f719859" diff --git a/pyproject.toml b/pyproject.toml index ffeeb60..28edfba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ icalendar = "^6.0.1" pre-commit = "^4.0.1" prometheus-fastapi-instrumentator = "^7.0.0" pydantic = "^2.9.2" +python-multipart = "^0.0.19" pytz = "^2024.2" pyyaml = "^6.0.1" ruff = "^0.7.4"