Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/aenum-gte-3.0.0-and-lt-3.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mdabrowski1990 authored May 9, 2024
2 parents 28c5f5a + 07f9efe commit 3a6974c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dynamic = ["version"]
[project.optional-dependencies]
test = [
"mock == 5.*",
"pytest == 7.*",
"pytest == 8.*",
"pytest-cov",
"pytest-asyncio",
]
Expand Down
4 changes: 2 additions & 2 deletions tests/requirements_for_software_tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mock==5.*
pytest==7.*
pytest==8.*
pytest-cov==4.*
pytest-asyncio>=0.17.2
pytest-asyncio>=0.17.2

0 comments on commit 3a6974c

Please sign in to comment.