Skip to content

Commit cb6a835

Browse files
Bump filelock from 3.19.1 to 3.20.0
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.19.1 to 3.20.0. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.19.1...3.20.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08d1fca commit cb6a835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def read(path: str) -> str:
7373
"pytest-aiohttp==1.0.5",
7474
"pytest-asyncio==1.1.0",
7575
"pytest-xdist==3.8.0", # enables parallel testing
76-
"filelock==3.19.1", # used for locks when running in parallel mode
76+
"filelock==3.20.0", # used for locks when running in parallel mode
7777
],
7878
"develop": [
7979
"black==22.3.0",

0 commit comments

Comments
 (0)