Skip to content

Commit 7798509

Browse files
Bump reorder-python-imports from 3.14.0 to 3.15.0
Bumps [reorder-python-imports](https://github.com/asottile/reorder-python-imports) from 3.14.0 to 3.15.0. - [Commits](asottile/reorder-python-imports@v3.14.0...v3.15.0) --- updated-dependencies: - dependency-name: reorder-python-imports dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3ebd60 commit 7798509

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
@@ -27,7 +27,7 @@ dependencies = [
2727
"autoflake==2.3.1",
2828
"isort==6.0.1",
2929
"pyupgrade==3.19.1",
30-
"reorder-python-imports==3.14.0",
30+
"reorder-python-imports==3.15.0",
3131
]
3232

3333
[project.urls]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ aiofiles==24.1.0
22
autoflake==2.3.1
33
isort==6.0.1
44
pyupgrade==3.19.1
5-
reorder-python-imports==3.14.0
5+
reorder-python-imports==3.15.0

0 commit comments

Comments
 (0)