Skip to content

Commit 1d1eb9e

Browse files
committed
fix:dependencies
1 parent d49b5a0 commit 1d1eb9e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ flake8-pyproject = { version = "^1", python = "^3.9" }
6969
mypy = { 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]
8181
python-dotenv = { version = "^1", python = "^3.9" }

0 commit comments

Comments
 (0)