Skip to content

Commit

Permalink
build(deps-dev): bump anyio from 4.0.0 to 4.1.0 (#1726)
Browse files Browse the repository at this point in the history
Bumps [anyio](https://github.com/agronholm/anyio) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/anyio@4.0.0...4.1.0)

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

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 23, 2023
1 parent 9c4a164 commit 09a8f9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -52,7 +52,7 @@ typing-extensions = ">=4.0,<5.0"
mypy = { version = ">=1.5,<1.6", optional = true }

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

0 comments on commit 09a8f9f

Please sign in to comment.