diff --git a/{{cookiecutter.project_slug}}/requirements.txt b/{{cookiecutter.project_slug}}/requirements.txt index 51dcae6..2abe012 100644 --- a/{{cookiecutter.project_slug}}/requirements.txt +++ b/{{cookiecutter.project_slug}}/requirements.txt @@ -7,6 +7,6 @@ gunicorn==20.0.4 mypy==0.770 psycopg2==2.9.3 pytest-flask==1.0.0 -requests==2.23.0 +requests==2.31.0 shortuuid==1.0.1 SQLAlchemy==1.4 \ No newline at end of file