Skip to content

Commit

Permalink
api: pytest 6.2.5じゃないとPython 3.10でテストできないのでバージョン上げる
Browse files Browse the repository at this point in the history
  • Loading branch information
utgwkk committed Dec 14, 2021
1 parent 7c93b97 commit c0316ea
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 36 deletions.
57 changes: 22 additions & 35 deletions api/poetry.lock

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

2 changes: 1 addition & 1 deletion api/pyproject.toml
Expand Up @@ -19,7 +19,7 @@ python-dotenv = "^0.17.1"
alembic = "^1.6.5"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
pytest = "^6.2.5"
pytest-dotenv = "^0.5.2"
PyYAML = "^5.4.1"
Faker = "^8.8.0"
Expand Down

0 comments on commit c0316ea

Please sign in to comment.