Skip to content

Commit 771505a

Browse files
Bump filelock from 3.20.0 to 3.20.1
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.0 to 3.20.1. - [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.20.0...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b94ab45 commit 771505a

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.2.0",
7575
"pytest-xdist==3.8.0", # enables parallel testing
76-
"filelock==3.20.0", # used for locks when running in parallel mode
76+
"filelock==3.20.1", # used for locks when running in parallel mode
7777
],
7878
"develop": [
7979
"black==22.3.0",

0 commit comments

Comments
 (0)