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