From 8e650cc8391fefbd1f81fe9b292420635cbcaaa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 00:53:14 +0000 Subject: [PATCH] chore(deps): bump potato-util from 0.7.2 to 0.10.0 Bumps [potato-util](https://github.com/bybatkhuu/module-python-utils) from 0.7.2 to 0.10.0. - [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.10.0) --- updated-dependencies: - dependency-name: potato-util dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..c78f0e3 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.10.0 beans-logging-fastapi==6.0.4 fastapi[all]==0.136.1