Skip to content

Commit 297d910

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-python-5.4.0
2 parents 0f23376 + 442b981 commit 297d910

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ dependencies = [
3434

3535
[project.optional-dependencies]
3636
black = [
37-
"black==24.10.0",
37+
"black==25.1.0",
3838
]
3939
ruff = [
40-
"ruff==0.9.3",
40+
"ruff==0.9.4",
4141
]
4242

4343
[project.scripts]

requirements_black.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
black==24.10.0
1+
black==25.1.0

requirements_ruff.txt

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

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ mypy==1.14.1
33
pre-commit==4.1.0
44
pylint==3.3.3
55
pytest==8.3.4
6-
pytest-asyncio==0.25.2
6+
pytest-asyncio==0.25.3
77
types-aiofiles==24.1.0.20241221

0 commit comments

Comments
 (0)