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