Skip to content

Commit 7a54799

Browse files
authored
Merge branch 'master' into dependabot/pip/pytest-cov-gte-2.12.0-and-lt-7.0.0
2 parents b25b889 + baf527d commit 7a54799

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
# exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225
4444
"tomlkit >=0.11.1,<1.0.0,!=0.11.2,!=0.11.3",
4545
"ellar >= 0.8.1",
46-
"uvicorn[standard] == 0.31.0",
46+
"uvicorn[standard] == 0.32.0",
4747
"click >= 8.1.7",
4848
]
4949

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
autoflake
2-
mypy == 1.11.2
2+
mypy == 1.13.0
33
pytest >=7.1.3,<9.0.0
44
pytest-asyncio
55
pytest-cov >=2.12.0,<7.0.0
6-
ruff ==0.6.8
6+
ruff ==0.7.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-e .
22
-r requirements-tests.txt
33

4-
pre-commit >=2.17.0,<4.0.0
4+
pre-commit >=2.17.0,<5.0.0

0 commit comments

Comments
 (0)