diff --git a/doc/changelog.d/232.miscellaneous.md b/doc/changelog.d/232.miscellaneous.md new file mode 100644 index 00000000..16171fbc --- /dev/null +++ b/doc/changelog.d/232.miscellaneous.md @@ -0,0 +1 @@ +Chore: bump pytest-asyncio from 0.25.3 to 1.0.0 \ No newline at end of file diff --git a/poetry.lock b/poetry.lock index f69a1b96..6e1efcc3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3432,18 +3432,19 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.3" +version = "1.0.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" groups = ["tests"] files = [ - {file = "pytest_asyncio-0.25.3-py3-none-any.whl", hash = "sha256:9e89518e0f9bd08928f97a3482fdc4e244df17529460bc038291ccaf8f85c7c3"}, - {file = "pytest_asyncio-0.25.3.tar.gz", hash = "sha256:fc1da2cf9f125ada7e710b4ddad05518d4cee187ae9412e9ac9271003497f07a"}, + {file = "pytest_asyncio-1.0.0-py3-none-any.whl", hash = "sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3"}, + {file = "pytest_asyncio-1.0.0.tar.gz", hash = "sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f"}, ] [package.dependencies] pytest = ">=8.2,<9" +typing-extensions = {version = ">=4.12", markers = "python_version < \"3.10\""} [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] @@ -5281,4 +5282,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "263164a2c3bc1e866e3854f050b0ee50d1d226131f8a450d005ab8363e686ff2" +content-hash = "7506ee7335b703e768c822d0cc7d14179caee64cc1dea6bcdd723a076fb3ac3e" diff --git a/pyproject.toml b/pyproject.toml index 2cf371da..31e62cf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ pytest-httpx = "^0.29.0" pytest-mock = "^3.12.0" # Optional build requirements -pytest-asyncio = ">=0.24,<0.26" +pytest-asyncio = ">=0.24,<1.1" ansys-optislang-core = "^0.10.0" [tool.poetry.group.build] optional = true