Skip to content

Commit

Permalink
Changed black in toml to use ~ to keep with patch version concept
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Jan 19, 2024
1 parent 92411ab commit ffe2789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pytest-mock = "^3.12.0"
pytest-env = "^1.1.3"
pytest-alembic = "^0.10.7"
ruff = "0.1.6"
black = "^23.11.0"
black = "~23.11.0"
pytest-asyncio = "^0.23.2"
aiosqlite = "^0.19.0"

Expand Down

0 comments on commit ffe2789

Please sign in to comment.