diff --git a/docs/conf.py b/docs/conf.py index 67cdad29..8f94cf70 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,7 +3,7 @@ source_suffix = ".rst" master_doc = "index" project = "I hate money" -copyright = "2011-2020, The 'I hate money' team" +copyright = "2011-2021, The 'I hate money' team" version = "5.0" release = "5.0" diff --git a/docs/contributing.rst b/docs/contributing.rst index 8e0d69aa..ed15aaaa 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -210,12 +210,8 @@ In order to prepare a new release, we are following the following steps: - Merge remaining pull requests; - Update :file:`CHANGELOG.rst` with the last changes; - Update :file:`CONTRIBUTORS`; -- Update known good versions of dependencies in ``requirements.txt`` with this - command (from inside the venv):: - - make build-requirements - -- If needed, recompress assets. It requires zopflipng:: +- Update known good versions of dependencies in ``setup.cfg`` +- Recompress assets. It requires zopflipng:: make compress-assets diff --git a/setup.cfg b/setup.cfg index 486ecddb..0b3da97e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,20 +24,20 @@ zip_safe = False install_requires = blinker==1.4 debts==0.5 - email_validator==1.0.5 + email_validator==1.1.3 Flask-Babel==1.0.0 - Flask-Cors==3.0.8 + Flask-Cors==3.0.10 Flask-Mail==0.9.1 Flask-Migrate==2.5.3 - Flask-RESTful==0.3.8 + Flask-RESTful==0.3.9 Flask-Script==2.0.6 - Flask-SQLAlchemy==2.4.1 - Flask-WTF==0.14.3 - WTForms==2.2.1 + Flask-SQLAlchemy==2.5.1 + Flask-WTF==0.15.1 + WTForms==2.3.3 Flask==1.1.2 itsdangerous==1.1.0 Jinja2==2.11.2 - SQLAlchemy-Continuum==1.3.9 + SQLAlchemy-Continuum==1.3.11 [options.extras_require] dev =