Skip to content

Commit b6f1b9e

Browse files
authored
Merge branch 'main' into fix-docs-urls
2 parents a320f5d + 9ee9088 commit b6f1b9e

3 files changed

Lines changed: 102 additions & 95 deletions

File tree

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.20.1",
70+
"mypy==1.20.2",
7171
"pytest>=7.4.0,<10.0.0",
72-
"ruff==0.15.11",
72+
"ruff==0.15.12",
7373
"uvicorn>=0.39.0",
7474
"ty>=0.0.25",
7575
]

release-notes.md

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

55
### Internal
66

7+
* ⬆ Bump ruff from 0.15.11 to 0.15.12. PR [#384](https://github.com/fastapi/fastapi-cli/pull/384) by [@dependabot[bot]](https://github.com/apps/dependabot).
8+
* ⬆ Bump typer from 0.24.2 to 0.25.0. PR [#383](https://github.com/fastapi/fastapi-cli/pull/383) by [@dependabot[bot]](https://github.com/apps/dependabot).
9+
* ⬆ Bump fastapi from 0.136.0 to 0.136.1. PR [#379](https://github.com/fastapi/fastapi-cli/pull/379) by [@dependabot[bot]](https://github.com/apps/dependabot).
10+
* ⬆ Bump typer from 0.24.1 to 0.24.2. PR [#378](https://github.com/fastapi/fastapi-cli/pull/378) by [@dependabot[bot]](https://github.com/apps/dependabot).
11+
* ⬆ Bump mypy from 1.20.1 to 1.20.2. PR [#376](https://github.com/fastapi/fastapi-cli/pull/376) by [@dependabot[bot]](https://github.com/apps/dependabot).
12+
* ⬆ Bump prek from 0.3.9 to 0.3.10. PR [#377](https://github.com/fastapi/fastapi-cli/pull/377) by [@dependabot[bot]](https://github.com/apps/dependabot).
713
* ⬆ Bump ty from 0.0.31 to 0.0.32. PR [#374](https://github.com/fastapi/fastapi-cli/pull/374) by [@dependabot[bot]](https://github.com/apps/dependabot).
814
* ⬆ Bump actions/upload-artifact from 7.0.0 to 7.0.1. PR [#369](https://github.com/fastapi/fastapi-cli/pull/369) by [@dependabot[bot]](https://github.com/apps/dependabot).
915
* ⬆ Bump fastapi-cloud-cli from 0.16.1 to 0.17.0. PR [#368](https://github.com/fastapi/fastapi-cli/pull/368) by [@dependabot[bot]](https://github.com/apps/dependabot).

0 commit comments

Comments
 (0)