diff --git a/pyproject.toml b/pyproject.toml index d80716e..3c06a76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ bs4 = "*" loguru = "*" [tool.poetry.dev-dependencies] -pytest = "^7.0.0" +pytest = "^9.0.0" pytest-asyncio = "*" mypy = "*" black = "^21.12b0" diff --git a/requirements.txt b/requirements.txt index 01a1271..d999443 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ loguru==0.6.0; python_version >= "3.5" multidict==6.0.4; python_version >= "3.6" pycares==4.4.0 pycparser==2.21; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" -pytest==7.4.3 +pytest==9.0.3 pytest-asyncio==0.20.3 soupsieve==2.3.2.post1; python_version >= "3.6" and python_full_version > "3.0.0" win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5"