Skip to content

Commit

Permalink
fix:dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Sep 27, 2024
1 parent d49b5a0 commit 1d1eb9e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ flake8-pyproject = { version = "^1", python = "^3.9" }
mypy = { version = "^1.10", python = "^3.9" }

[tool.poetry.group.test.dependencies]
pytest = { version = "^8.3", python = "^3.9" }
hypothesis = { version = "^6.111", python = "^3.9" }
pytest-timeout = { version = "^2.3.1", python = "^3.9" }
pytest-asyncio = { version = "^0.24", python = "^3.9" }
pytest-cov = { version = "^5.0", python = "^3.9" }
pytest-mock = { version = "^3.14", python = "^3.9" }
pytest-html = { version = "^4.1", python = "^3.9" }
pytest = { version = "^8.3", python = "^3.8" }
hypothesis = { version = "^6.111", python = "^3.8" }
pytest-timeout = { version = "^2.3.1", python = "^3.8" }
pytest-asyncio = { version = "^0.24", python = "^3.8" }
pytest-cov = { version = "^5.0", python = "^3.8" }
pytest-mock = { version = "^3.14", python = "^3.8" }
pytest-html = { version = "^4.1", python = "^3.8" }

[tool.poetry.group.docs.dependencies]
python-dotenv = { version = "^1", python = "^3.9" }
Expand Down

0 comments on commit 1d1eb9e

Please sign in to comment.