Skip to content

Commit

Permalink
Bump lockable from 0.7.0 to 0.7.1 (#24)
Browse files Browse the repository at this point in the history
Bumps [lockable](https://github.com/jupe/pytest-lockable) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/jupe/pytest-lockable/releases)
- [Commits](v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: lockable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2021
1 parent 2d5a769 commit a84896c
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 @@ -52,7 +52,7 @@
python_requires='>=3.7, <4',
install_requires=[
'pytest',
'lockable==0.7.0'
'lockable==0.7.1'
],
extras_require={ # Optional
'dev': ['nose', 'coveralls', 'pylint', 'coverage'],
Expand Down

0 comments on commit a84896c

Please sign in to comment.