diff --git a/quantara/poetry.lock b/quantara/poetry.lock index 7f7d57cf..0ecb18ce 100644 --- a/quantara/poetry.lock +++ b/quantara/poetry.lock @@ -2980,22 +2980,22 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "1.3.0" +version = "1.4.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5"}, - {file = "pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5"}, + {file = "pytest_asyncio-1.4.0-py3-none-any.whl", hash = "sha256:933ca923a23075a87fb7070c0ec272a6848489824d887c85c812670932835aa1"}, + {file = "pytest_asyncio-1.4.0.tar.gz", hash = "sha256:c6c0d2259945122819f171a32ecea2c349ead889ee28176caaf492143424be42"}, ] [package.dependencies] -pytest = ">=8.2,<10" +pytest = ">=8.4,<10" typing-extensions = {version = ">=4.12", markers = "python_version < \"3.13\""} [package.extras] -docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)", "sphinx-tabs (>=3.5)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] @@ -4372,4 +4372,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "5114aaf3821ef069e05647979d7fb5bf16e13cb5a35552f5fe9721140918e8aa" +content-hash = "72738edd626790882ef2a299381b86f57561551e715333414db781e19d305f87" diff --git a/quantara/pyproject.toml b/quantara/pyproject.toml index 24004f4a..c2ca6887 100644 --- a/quantara/pyproject.toml +++ b/quantara/pyproject.toml @@ -20,7 +20,7 @@ alembic = "1.13.3" sqlalchemy = "2.0.51" pytest = "9.1.1" pytest-cov = "6.0.0" -pytest-asyncio = "1.3.0" +pytest-asyncio = "1.4.0" pytest-env = "1.1.5" pytest-mock = "3.14.0" httpx = "0.27.2"