Skip to content

Commit 15efce8

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-python-5.5.0
2 parents 5e24f57 + 2823c35 commit 15efce8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools~=77.0"]
2+
requires = ["setuptools~=78.1"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

requirements_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ mypy==1.15.0
33
pre-commit==4.2.0
44
pylint==3.3.6
55
pytest==8.3.5
6-
pytest-asyncio==0.25.3
7-
types-aiofiles==24.1.0.20241221
6+
pytest-asyncio==0.26.0
7+
types-aiofiles==24.1.0.20250326

0 commit comments

Comments
 (0)