@@ -69,13 +69,13 @@ flake8-pyproject = { version = "^1", python = "^3.9" }
6969mypy = { version = " ^1.10" , python = " ^3.9" }
7070
7171[tool .poetry .group .test .dependencies ]
72- pytest = { version = " ^8.3" , python = " ^3.9 " }
73- hypothesis = { version = " ^6.111" , python = " ^3.9 " }
74- pytest-timeout = { version = " ^2.3.1" , python = " ^3.9 " }
75- pytest-asyncio = { version = " ^0.24" , python = " ^3.9 " }
76- pytest-cov = { version = " ^5.0" , python = " ^3.9 " }
77- pytest-mock = { version = " ^3.14" , python = " ^3.9 " }
78- pytest-html = { version = " ^4.1" , python = " ^3.9 " }
72+ pytest = { version = " ^8.3" , python = " ^3.8 " }
73+ hypothesis = { version = " ^6.111" , python = " ^3.8 " }
74+ pytest-timeout = { version = " ^2.3.1" , python = " ^3.8 " }
75+ pytest-asyncio = { version = " ^0.24" , python = " ^3.8 " }
76+ pytest-cov = { version = " ^5.0" , python = " ^3.8 " }
77+ pytest-mock = { version = " ^3.14" , python = " ^3.8 " }
78+ pytest-html = { version = " ^4.1" , python = " ^3.8 " }
7979
8080[tool .poetry .group .docs .dependencies ]
8181python-dotenv = { version = " ^1" , python = " ^3.9" }
0 commit comments