Skip to content

Commit

Permalink
Update unasync requirement from ^0.5.0 to ^0.6.0 (#621)
Browse files Browse the repository at this point in the history
Updates the requirements on [unasync](https://github.com/python-trio/unasync) to permit the latest version.
- [Release notes](https://github.com/python-trio/unasync/releases)
- [Commits](python-trio/unasync@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: unasync
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Lorello <42971704+slorello89@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and slorello89 authored Aug 6, 2024
1 parent 1f04341 commit 278ee0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ bandit = "^1.7.4"
coverage = "^7.1"
pytest-cov = "^4.0.0"
pytest-xdist = "^3.1.0"
unasync = "^0.5.0"
unasync = "^0.6.0"
pytest-asyncio = "^0.23.5"
email-validator = "^2.0.0"
tox = "^4.14.1"
Expand Down

0 comments on commit 278ee0c

Please sign in to comment.