From 7406f78889ff17cf45ac21256bfd0b6b4c3599af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 00:53:08 +0000 Subject: [PATCH] chore(deps): bump beans-logging-fastapi from 6.0.4 to 7.0.0 Bumps [beans-logging-fastapi](https://github.com/bybatkhuu/module-fastapi-logging) from 6.0.4 to 7.0.0. - [Release notes](https://github.com/bybatkhuu/module-fastapi-logging/releases) - [Changelog](https://github.com/bybatkhuu/module-fastapi-logging/blob/main/CHANGELOG.md) - [Commits](https://github.com/bybatkhuu/module-fastapi-logging/compare/v6.0.4...v7.0.0) --- updated-dependencies: - dependency-name: beans-logging-fastapi dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_slug}}/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements.txt b/{{cookiecutter.project_slug}}/requirements.txt index 1b8fa7b..e66d777 100644 --- a/{{cookiecutter.project_slug}}/requirements.txt +++ b/{{cookiecutter.project_slug}}/requirements.txt @@ -6,5 +6,5 @@ psycopg[c]==3.3.4 # psycopg[binary]==3.3.4 alembic==1.18.4 potato-util[crypto,async]==0.7.2 -beans-logging-fastapi==6.0.4 +beans-logging-fastapi==7.0.0 fastapi[all]==0.136.1