]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 5 Jul 2025 12:24:35 +0000 (12:24 +0000)
committergithub-actions <github-actions@github.com>
Sat, 5 Jul 2025 12:24:35 +0000 (12:24 +0000)
[skip ci]

docs/release-notes.md

index 3396d5cb96a4eb4519a48ee9d0b869bbb478eca0..0d73b3d7c72ee8b906923cf233dd83ee420dbe7c 100644 (file)
@@ -19,6 +19,7 @@
 
 ### Internal
 
+* ⬆ Bump ruff from 0.12.0 to 0.12.2. PR [#1425](https://github.com/fastapi/sqlmodel/pull/1425) by [@dependabot[bot]](https://github.com/apps/dependabot).
 * ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#1374](https://github.com/fastapi/sqlmodel/pull/1374) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
 * ⬆ Bump ruff from 0.11.13 to 0.12.0. PR [#1403](https://github.com/fastapi/sqlmodel/pull/1403) by [@dependabot[bot]](https://github.com/apps/dependabot).
 * ✅ Simplify tests for `tests/test_tutorial/test_code_structure/test_tutorial001.py`, one test file for multiple variants. PR [#1408](https://github.com/fastapi/sqlmodel/pull/1408) by [@tiangolo](https://github.com/tiangolo).