diff --git a/quantara/poetry.lock b/quantara/poetry.lock index 7f7d57cf..0f9bbeab 100644 --- a/quantara/poetry.lock +++ b/quantara/poetry.lock @@ -3100,19 +3100,16 @@ dev = ["backports.zoneinfo ; python_version < \"3.9\"", "black", "build", "freez [[package]] name = "python-multipart" -version = "0.0.9" +version = "0.0.32" 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.9-py3-none-any.whl", hash = "sha256:97ca7b8ea7b05f977dc3849c3ba99d51689822fab725c3703af7c866a0c2b215"}, - {file = "python_multipart-0.0.9.tar.gz", hash = "sha256:03f54688c663f1b7977105f021043b0793151e4cb1c1a9d4a11fc13d622c4026"}, + {file = "python_multipart-0.0.32-py3-none-any.whl", hash = "sha256:ff6d3f776f16878c894e52e107296ffc890e913c611b1a4ec6c44e2821fe2e23"}, + {file = "python_multipart-0.0.32.tar.gz", hash = "sha256:be54b7f3fa167bb83e4fcd936b887b708f4e57fe75911c02aebf53efaf8d938e"}, ] -[package.extras] -dev = ["atomicwrites (==1.4.1)", "attrs (==23.2.0)", "coverage (==7.4.1)", "hatch", "invoke (==2.2.0)", "more-itertools (==10.2.0)", "pbr (==6.0.0)", "pluggy (==1.4.0)", "py (==1.11.0)", "pytest (==8.0.0)", "pytest-cov (==4.1.0)", "pytest-timeout (==2.2.0)", "pyyaml (==6.0.1)", "ruff (==0.2.1)"] - [[package]] name = "pywin32" version = "306" @@ -4372,4 +4369,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "5114aaf3821ef069e05647979d7fb5bf16e13cb5a35552f5fe9721140918e8aa" +content-hash = "c05304b37b5a355f674be362ca55d92e939b0dd9ab8311e49147799cce8219e2" diff --git a/quantara/pyproject.toml b/quantara/pyproject.toml index 24004f4a..50e8fac8 100644 --- a/quantara/pyproject.toml +++ b/quantara/pyproject.toml @@ -14,7 +14,7 @@ python-dotenv = "1.0.1" uvicorn = "0.30.6" stellar-sdk = ">=14.0" jinja2 = "3.1.4" -python-multipart = "0.0.9" +python-multipart = "0.0.32" itsdangerous = "2.2.0" alembic = "1.13.3" sqlalchemy = "2.0.51"