Skip to content

Commit

Permalink
Bump filelock from 3.16.0 to 3.16.1
Browse files Browse the repository at this point in the history
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.16.0 to 3.16.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.16.0...3.16.1)

---
updated-dependencies:
- dependency-name: filelock
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 9, 2024
1 parent a9e29cb commit a62674e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def read(path: str) -> str:
"pytest-aiohttp==1.0.5",
"pytest-asyncio==0.24.0",
"pytest-xdist==3.6.1", # enables parallel testing
"filelock==3.16.0", # used for locks when running in parallel mode
"filelock==3.16.1", # used for locks when running in parallel mode
],
"develop": [
"black==22.3.0",
Expand Down

0 comments on commit a62674e

Please sign in to comment.