From d2fdcb88d44d1420336e19ec824cdd5200d04771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 06:05:43 +0000 Subject: [PATCH] chore(deps): bump potato-util from 0.7.2 to 0.7.3 Bumps [potato-util](https://github.com/bybatkhuu/module-python-utils) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/bybatkhuu/module-python-utils/releases) - [Changelog](https://github.com/bybatkhuu/module-python-utils/blob/main/CHANGELOG.md) - [Commits](https://github.com/bybatkhuu/module-python-utils/compare/v0.7.2...v0.7.3) --- updated-dependencies: - dependency-name: potato-util dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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..acebb9c 100644 --- a/{{cookiecutter.project_slug}}/requirements.txt +++ b/{{cookiecutter.project_slug}}/requirements.txt @@ -5,6 +5,6 @@ SQLAlchemy-Utils==0.42.1 psycopg[c]==3.3.4 # psycopg[binary]==3.3.4 alembic==1.18.4 -potato-util[crypto,async]==0.7.2 +potato-util[crypto,async]==0.7.3 beans-logging-fastapi==6.0.4 fastapi[all]==0.136.1