Skip to content

Commit

Permalink
Update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jan 29, 2024
1 parent 652a6a6 commit 686d803
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ classifiers = [
]
dependencies = [
"alembic>=1.11.3,<2.0.0",
"anyio>=3.6.2,<5",
"anyio>=4.0.0,<5",
"click>=8.1.3,<9.0.0",
"dymmond-settings>=1.0.1",
"dymmond-settings>=1.0.2",
"loguru>=0.6.0,<0.10.0",
"databasez>=0.7.2",
"orjson >=3.8.5,<4.0.0",
Expand Down Expand Up @@ -79,12 +79,12 @@ test = [
"asyncpg>=0.27.0,<1",
"asyncmy>=0.2.7,<0.3.0",
"esmerald>=2.0.0",
"pytest>=7.1.3,<8.0.0",
"pytest>=7.1.3,<9.0.0",
"pytest-cov>=2.12.0,<5.0.0",
"pytest-asyncio >=0.19.0",
"mypy==1.8.0",
"flake8>=5.0.4",
"black== 23.12.1",
"black==24.1.1",
"isort>=5.0.6,<6.0.0",
"freezegun>=1.2.2,<2.0.0",
"mock==5.1.0",
Expand Down

0 comments on commit 686d803

Please sign in to comment.