Skip to content

Commit c228e5d

Browse files
authored
Merge branch 'main' into add-dates-to-release-notes
2 parents 6bf2b71 + 1f35aeb commit c228e5d

File tree

3 files changed

+170
-143
lines changed

3 files changed

+170
-143
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ github-actions = [
6767
tests = [
6868
"coverage[toml]>=6.2,<8.0",
6969
"fastapi>=0.128.0",
70-
"mypy==1.19.1",
70+
"mypy==1.20.0",
7171
"pytest>=7.4.0,<10.0.0",
72-
"ruff==0.15.8",
72+
"ruff==0.15.9",
7373
"uvicorn>=0.39.0",
7474
"ty>=0.0.25",
7575
]

release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Internal
66

7+
* ⬆ Bump ruff from 0.15.8 to 0.15.9. PR [#354](https://github.com/fastapi/fastapi-cli/pull/354) by [@dependabot[bot]](https://github.com/apps/dependabot).
8+
* ⬆ Bump ty from 0.0.27 to 0.0.28. PR [#355](https://github.com/fastapi/fastapi-cli/pull/355) by [@dependabot[bot]](https://github.com/apps/dependabot).
9+
* ⬆ Bump mypy from 1.19.1 to 1.20.0. PR [#351](https://github.com/fastapi/fastapi-cli/pull/351) by [@dependabot[bot]](https://github.com/apps/dependabot).
710
* ⬆ Bump fastapi from 0.135.2 to 0.135.3. PR [#353](https://github.com/fastapi/fastapi-cli/pull/353) by [@dependabot[bot]](https://github.com/apps/dependabot).
811
* ⬆ Bump ty from 0.0.26 to 0.0.27. PR [#352](https://github.com/fastapi/fastapi-cli/pull/352) by [@dependabot[bot]](https://github.com/apps/dependabot).
912
* ⬆ Bump ruff from 0.15.7 to 0.15.8. PR [#347](https://github.com/fastapi/fastapi-cli/pull/347) by [@dependabot[bot]](https://github.com/apps/dependabot).

0 commit comments

Comments
 (0)