Skip to content

Commit

Permalink
build(deps): bump aiofiles from 23.2.1 to 24.1.0 (#18317)
Browse files Browse the repository at this point in the history
Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 23.2.1 to 24.1.0.
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Commits](Tinche/aiofiles@v23.2.1...v24.1.0)

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

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 Jul 18, 2024
1 parent 5ec2b54 commit 444bec6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -38,7 +38,7 @@ priority = "supplemental"

[tool.poetry.dependencies]
python = ">=3.8.10, <3.13"
aiofiles = "23.2.1" # Async IO for files
aiofiles = "24.1.0" # Async IO for files
aiohttp = "3.9.5" # HTTP server for full node rpc
aiosqlite = "0.20.0" # asyncio wrapper for sqlite, to store blocks
anyio = "4.3.0"
Expand Down

0 comments on commit 444bec6

Please sign in to comment.