We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ed581 commit 8c6e945Copy full SHA for 8c6e945
setup.py
@@ -71,7 +71,7 @@ def read(path: str) -> str:
71
"pytest-aiohttp==1.0.5",
72
"pytest-asyncio==0.25.3",
73
"pytest-xdist==3.6.1", # enables parallel testing
74
- "filelock==3.16.1", # used for locks when running in parallel mode
+ "filelock==3.18.0", # used for locks when running in parallel mode
75
],
76
"develop": [
77
"black==22.3.0",
0 commit comments