Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik authored Jan 6, 2025
1 parent 3a12682 commit 9fe2be1
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 @@ -128,11 +128,11 @@ lint = [
]

test-core = [
"coverage[toml]==7.6.9; python_version >= '3.9'",
"coverage[toml]==7.6.10; python_version == '3.8'",
"coverage[toml]==7.6.10; python_version >= '3.9'",
"coverage[toml]==7.6.1; python_version == '3.8'",
"pytest==8.3.4",
"pytest-asyncio==0.25.0; python_version >= '3.9'",
"pytest-asyncio==0.25.1; python_version == '3.8'",
"pytest-asyncio==0.25.1; python_version >= '3.9'",
"pytest-asyncio==0.24.0; python_version == '3.8'",
"dirty-equals==0.8.0",
"typing-extensions>=4.8.0,<4.12.1; python_version < '3.9'", # to fix dirty-equals
]
Expand Down

0 comments on commit 9fe2be1

Please sign in to comment.