Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: anyio
  dependency-type: direct:production
  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 Oct 21, 2024
1 parent 470ae0f commit 9f63f96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -41,7 +41,7 @@ python = ">=3.9, <3.13"
aiofiles = "24.1.0" # Async IO for files
aiohttp = "3.10.4" # HTTP server for full node rpc
aiosqlite = "0.20.0" # asyncio wrapper for sqlite, to store blocks
anyio = "4.3.0"
anyio = "4.6.2.post1"
bitstring = "4.1.4" # Binary data management library
boto3 = "1.35.43" # AWS S3 for Data Layer S3 plugin
chiabip158 = "1.5.1" # bip158-style wallet filters
Expand Down

0 comments on commit 9f63f96

Please sign in to comment.