Skip to content

Commit 5238dd8

Browse files
Bump aiofiles from 24.1.0 to 25.1.0
Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 24.1.0 to 25.1.0. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md) - [Commits](Tinche/aiofiles@v24.1.0...v25.1.0) --- updated-dependencies: - dependency-name: aiofiles dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d3e46f commit 5238dd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
]
2525
requires-python = ">=3.9"
2626
dependencies = [
27-
"aiofiles==24.1.0",
27+
"aiofiles==25.1.0",
2828
"autoflake==2.3.1",
2929
"isort==6.1.0",
3030
"pyupgrade==3.20.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiofiles==24.1.0
1+
aiofiles==25.1.0
22
autoflake==2.3.1
33
isort==6.1.0
44
pyupgrade==3.20.0

0 commit comments

Comments
 (0)