Skip to content

Commit

Permalink
bump pytest-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Oct 27, 2023
1 parent 6d68c64 commit b898b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ coverage = "==5.1"
mypy = "==0.910"
numpydoc = "==0.9.1"
pytest = "==7.0.1"
pytest-asyncio = "~=0.18"
pytest-asyncio = "~=0.16"
pytest-cov = "==2.10.1"
pytest-lazy-fixture = "==0.6.3"
pytest-xdist = "~=2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion server-utils/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ server-utils = { editable = true, path = "." }
atomicwrites = { version = "==1.4.0", sys_platform = "== 'win32'" }
colorama = { version = "==0.4.4", sys_platform = "== 'win32'" }
pytest = "~=7.1"
pytest-asyncio = "~=0.18"
pytest-asyncio = "~=0.16"
pytest-cov = "==2.10.1"
pytest-lazy-fixture = "==0.6.3"
pytest-xdist = "~=2.2.1"
Expand Down

0 comments on commit b898b6b

Please sign in to comment.