Skip to content

Commit

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

---
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 Aug 29, 2023
1 parent 6fbae23 commit ee2141f
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 @@ -75,7 +75,7 @@ def read(path: str) -> str:
"pytest-aiohttp==0.3.0",
"pytest-asyncio==0.21.1",
"pytest-xdist==3.3.1", # enables parallel testing
"filelock==3.12.2", # used for locks when running in parallel mode
"filelock==3.12.3", # used for locks when running in parallel mode
],
"develop": [
"black==22.3.0",
Expand Down

0 comments on commit ee2141f

Please sign in to comment.