Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: anyio
  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 Feb 19, 2024
1 parent c33d085 commit d2b648c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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.2"
anyio = "^4.3"
trio = "^0.24"
attrs = "^23.2"
httpx = "^0.26"
Expand Down

0 comments on commit d2b648c

Please sign in to comment.