Skip to content

Commit 766bf9a

Browse files
authored
Merge branch 'main' into dependabot/github_actions/softprops/action-gh-release-2.4.1
2 parents 3dc8b56 + 3ee14df commit 766bf9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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]
@@ -39,7 +39,7 @@ black = [
3939
"black==25.9.0",
4040
]
4141
ruff = [
42-
"ruff==0.13.3",
42+
"ruff==0.14.0",
4343
]
4444

4545
[project.scripts]

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

requirements_ruff.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.13.3
1+
ruff==0.14.0

0 commit comments

Comments
 (0)