Skip to content

Commit

Permalink
build(deps-dev): bump trio from 0.22.2 to 0.23.0 (#1715)
Browse files Browse the repository at this point in the history
Bumps [trio](https://github.com/python-trio/trio) from 0.22.2 to 0.23.0.
- [Release notes](https://github.com/python-trio/trio/releases)
- [Commits](python-trio/trio@v0.22.2...v0.23.0)

---
updated-dependencies:
- dependency-name: trio
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 3, 2023
1 parent a0fbc45 commit 1e65f23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mypy = { version = ">=1.5,<1.6", optional = true }

[tool.poetry.dev-dependencies]
anyio = "^4.0"
trio = "^0.22"
trio = "^0.23"
attrs = "^23.1"
httpx = "^0.25"

Expand Down

0 comments on commit 1e65f23

Please sign in to comment.