Skip to content

Commit

Permalink
deps: bump anyio from 3.7.1 to 4.3.0 (#855)
Browse files Browse the repository at this point in the history
Bumps [anyio](https://github.com/agronholm/anyio) from 3.7.1 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@3.7.1...4.3.0)

---
updated-dependencies:
- dependency-name: anyio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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] authored May 5, 2024
1 parent b30e091 commit 9581b6e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 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 @@ -28,7 +28,7 @@ Changelog = "https://github.com/andrewthetechie/pydantic-aioredis/releases"
python = "^3.8"
pydantic = "^1.10.2"
redis = "^4.4.4"
anyio = "^3.6.2"
anyio = ">=3.6.2,<5.0.0"
nest-asyncio = "^1.5.6"
fastapi = {version = ">=0.110", optional = true}
fastapi-crudrouter = {version = "^0.8.6", optional = true}
Expand Down

0 comments on commit 9581b6e

Please sign in to comment.