diff --git a/delivery1/repository/poetry.lock b/delivery1/repository/poetry.lock index ff906b8..9c09788 100644 --- a/delivery1/repository/poetry.lock +++ b/delivery1/repository/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "alembic" @@ -686,13 +686,13 @@ files = [ [[package]] name = "jinja2" -version = "3.1.4" +version = "3.1.5" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, - {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, + {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"}, + {file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"}, ] [package.dependencies] @@ -1264,13 +1264,13 @@ files = [ [[package]] name = "python-multipart" -version = "0.0.16" +version = "0.0.18" 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.18-py3-none-any.whl", hash = "sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996"}, + {file = "python_multipart-0.0.18.tar.gz", hash = "sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe"}, ] [[package]] @@ -1824,4 +1824,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ee25db09a553c5813bd964a7efcbc44f3472159088eb12b39fdf15d2f788b02e" +content-hash = "cf7b7f2aadc050788bddb13c69f44ab0a5f0c55f4fe7101b0ea3124e0d265c32" diff --git a/delivery1/repository/pyproject.toml b/delivery1/repository/pyproject.toml index fa7b097..48740f9 100644 --- a/delivery1/repository/pyproject.toml +++ b/delivery1/repository/pyproject.toml @@ -21,7 +21,7 @@ pydantic-settings = "^2.6.0" pyjwt = "^2.9.0" python = "^3.12" python-magic = "^0.4.27" -python-multipart = "^0.0.16" +python-multipart = "^0.0.18" sqlmodel = "^0.0.22" uvicorn = { extras = ["standard"], version = "^0.32.0" } uvloop = "^0.21.0"