We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d1fca commit cb6a835Copy full SHA for cb6a835
setup.py
@@ -73,7 +73,7 @@ def read(path: str) -> str:
73
"pytest-aiohttp==1.0.5",
74
"pytest-asyncio==1.1.0",
75
"pytest-xdist==3.8.0", # enables parallel testing
76
- "filelock==3.19.1", # used for locks when running in parallel mode
+ "filelock==3.20.0", # used for locks when running in parallel mode
77
],
78
"develop": [
79
"black==22.3.0",
0 commit comments