diff --git a/poetry.lock b/poetry.lock index 34848ed..3dfc172 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1947,13 +1947,13 @@ six = ">=1.5" [[package]] name = "python-multipart" -version = "0.0.10" +version = "0.0.11" description = "A streaming multipart parser for Python" optional = false python-versions = ">=3.8" files = [ - {file = "python_multipart-0.0.10-py3-none-any.whl", hash = "sha256:2b06ad9e8d50c7a8db80e3b56dab590137b323410605af2be20d62a5f1ba1dc8"}, - {file = "python_multipart-0.0.10.tar.gz", hash = "sha256:46eb3c6ce6fdda5fb1a03c7e11d490e407c6930a2703fe7aef4da71c374688fa"}, + {file = "python_multipart-0.0.11-py3-none-any.whl", hash = "sha256:0597982db95c0ce012d8bd91b8c9eb2b45c7e095122c05cd8fb7ee4c5bf78df6"}, + {file = "python_multipart-0.0.11.tar.gz", hash = "sha256:1d377f074b69a47dd204c990de57a7cf03d9b85695a3e57faec32d54b78e3e48"}, ] [[package]] @@ -2294,4 +2294,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "4de7dff5e1f3c3d54e86ba6cade92fcf090411a5c274091f23ab548976902a4c" +content-hash = "9d7976fbde1f6842d6c761155a06cdac6d74ca719acc61215fa633a42d3d8af2" diff --git a/pyproject.toml b/pyproject.toml index 50314ce..b6be6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ numpy = "2.1.1" pillow = "10.4.0" rich = "13.8.1" discord-webhook = { version = "1.3.1", extras = ["async"] } -python-multipart = "0.0.10" +python-multipart = "0.0.11" passlib = { version = "1.7.4", extras = ["bcrypt"] } cachetools = "5.5.0" asyncache = "0.3.1"