From 22a7d7a09b6bbc87b8c05e75470a68f91c49e6f8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 12 Mar 2024 16:06:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes.md b/release-notes.md index 1678564..f1c1a35 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,7 @@ ## Latest Changes +* Bump fastapi from 0.104.1 to 0.109.1 in /backend. PR [#687](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/687) by [@dependabot[bot]](https://github.com/apps/dependabot). * Bump follow-redirects from 1.15.3 to 1.15.5 in /frontend. PR [#654](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/654) by [@dependabot[bot]](https://github.com/apps/dependabot). * Bump vite from 5.0.4 to 5.0.12 in /frontend. PR [#653](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/653) by [@dependabot[bot]](https://github.com/apps/dependabot). * 🏷️ Add mypy to the GitHub Action for tests and fixed types in the whole project. PR [#655](https://github.com/tiangolo/full-stack-fastapi-postgresql/pull/655) by [@estebanx64](https://github.com/estebanx64).