Skip to content

Commit 8c6e945

Browse files
Bump filelock from 3.16.1 to 3.17.0
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.16.1 to 3.17.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.16.1...3.17.0) --- updated-dependencies: - dependency-name: filelock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11ed581 commit 8c6e945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def read(path: str) -> str:
7171
"pytest-aiohttp==1.0.5",
7272
"pytest-asyncio==0.25.3",
7373
"pytest-xdist==3.6.1", # enables parallel testing
74-
"filelock==3.16.1", # used for locks when running in parallel mode
74+
"filelock==3.18.0", # used for locks when running in parallel mode
7575
],
7676
"develop": [
7777
"black==22.3.0",

0 commit comments

Comments
 (0)