Skip to content

Commit c038002

Browse files
committed
add pytest lib as explicit project dependency
1 parent f0ce1e6 commit c038002

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ I've included a few of my favorites to kick things off!
191191
[uvicorn-url]: https://www.uvicorn.org/
192192
[asyncpg.github.io]: https://img.shields.io/badge/asyncpg-0.29.0-2e6fce?style=for-the-badge&logo=postgresql&logoColor=white
193193
[asyncpg-url]: https://magicstack.github.io/asyncpg/current/
194-
[pytest.org]: https://img.shields.io/badge/pytest-7.4.4-fff?style=for-the-badge&logo=pytest&logoColor=white
194+
[pytest.org]: https://img.shields.io/badge/pytest-8.1.1-fff?style=for-the-badge&logo=pytest&logoColor=white
195195
[pytest-url]: https://docs.pytest.org/en/6.2.x/
196196
[alembic.sqlalchemy.org]: https://img.shields.io/badge/alembic-1.13.1-6BA81E?style=for-the-badge&logo=alembic&logoColor=white
197197
[alembic-url]: https://alembic.sqlalchemy.org/en/latest/

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ uvicorn = { version = "0.29.0", extras = ["standard"]}
1616
asyncpg = "0.29.0"
1717
alembic = "1.13.1"
1818
httpx = "0.27.0"
19+
pytest = "^8.1.1"
1920
pytest-cov = "4.1.0"
20-
pytest-asyncio = "0.23.6"
2121
uvloop = "0.19.0"
2222
httptools = "0.6.1"
2323
rich = "13.7.1"

0 commit comments

Comments
 (0)