diff --git a/pyproject.toml b/pyproject.toml index ee9aac9..219b691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ doc = [ "mkdocstrings-python == 1.8.0", ] -test = ["pytest == 8.1.1", "pytest-asyncio == 0.23.5.post1", "tox == 4.12.1"] +test = ["pytest == 8.1.1", "pytest-asyncio == 0.23.6", "tox == 4.12.1"] build = ["hatch == 1.9.3"] diff --git a/requirements/test-requirements.txt b/requirements/test-requirements.txt index 99ffa0b..eb97f4d 100644 --- a/requirements/test-requirements.txt +++ b/requirements/test-requirements.txt @@ -55,7 +55,7 @@ pytest==8.1.1 # via # kraky (pyproject.toml) # pytest-asyncio -pytest-asyncio==0.23.5.post1 +pytest-asyncio==0.23.6 # via kraky (pyproject.toml) python-dotenv==1.0.1 # via kraky (pyproject.toml)