Skip to content

Commit fd2f89b

Browse files
authored
Merge branch 'main' into add-dates-to-release-notes
2 parents 5e04436 + 42e4846 commit fd2f89b

3 files changed

Lines changed: 67 additions & 51 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tests = [
4646
"coverage[toml]>=7.6.1",
4747
"mypy==1.19.1",
4848
"pytest>=8.3.5",
49-
"ruff==0.14.14",
49+
"ruff==0.15.4",
5050
"smokeshow>=0.5.0",
5151
]
5252

release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Latest Changes
44

5+
### Internal
6+
7+
* ⬆ Bump typer from 0.21.1 to 0.24.1. PR [#45](https://github.com/fastapi/fastapi-new/pull/45) by [@dependabot[bot]](https://github.com/apps/dependabot).
8+
* ⬆ Bump rich-toolkit from 0.18.1 to 0.19.7. PR [#46](https://github.com/fastapi/fastapi-new/pull/46) by [@dependabot[bot]](https://github.com/apps/dependabot).
9+
* ⬆ Bump prek from 0.3.1 to 0.3.4. PR [#47](https://github.com/fastapi/fastapi-new/pull/47) by [@dependabot[bot]](https://github.com/apps/dependabot).
10+
* ⬆ Bump rich from 14.2.0 to 14.3.3. PR [#48](https://github.com/fastapi/fastapi-new/pull/48) by [@dependabot[bot]](https://github.com/apps/dependabot).
11+
* ⬆ Bump ruff from 0.14.14 to 0.15.4. PR [#49](https://github.com/fastapi/fastapi-new/pull/49) by [@dependabot[bot]](https://github.com/apps/dependabot).
12+
513
## 0.0.5 (2026-02-16)
614

715
### Internal

0 commit comments

Comments
 (0)