Skip to content

Commit 4e7af35

Browse files
Bump filelock from 3.20.2 to 3.20.3 (#810)
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.2 to 3.20.3. - [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.2...3.20.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f8f4ff commit 4e7af35

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

0 commit comments

Comments
 (0)