Skip to content

Commit 7cb9a1c

Browse files
authored
Merge branch 'master' into scaffold_fixing
2 parents d2bf903 + a0ab3d1 commit 7cb9a1c

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
@@ -42,8 +42,8 @@ classifiers = [
4242
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",
45-
"uvicorn[standard] == 0.30.1",
4645
"ellar >= 0.8b1",
46+
"uvicorn[standard] == 0.30.4",
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.10.1
2+
mypy == 1.11.1
33
pytest >=7.1.3,<9.0.0
44
pytest-asyncio
55
pytest-cov >=2.12.0,<6.0.0
6-
ruff ==0.5.0
6+
ruff ==0.5.5

0 commit comments

Comments
 (0)