Skip to content

Commit d702734

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

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
@@ -28,7 +28,7 @@ dependencies = [
2828
"autoflake==2.3.1",
2929
"isort==6.1.0",
3030
"pyupgrade==3.20.0",
31-
"reorder-python-imports==3.15.0",
31+
"reorder-python-imports==3.16.0",
3232
]
3333

3434
[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.1.0
44
pyupgrade==3.20.0
5-
reorder-python-imports==3.15.0
5+
reorder-python-imports==3.16.0

0 commit comments

Comments
 (0)