diff --git a/docs/deploying/fastcgi.rst b/docs/deploying/fastcgi.rst index ef2201c8..d3614d37 100644 --- a/docs/deploying/fastcgi.rst +++ b/docs/deploying/fastcgi.rst @@ -234,5 +234,5 @@ python path. Common problems are: .. _nginx: https://nginx.org/ .. _lighttpd: https://www.lighttpd.net/ -.. _cherokee: http://cherokee-project.com/ +.. _cherokee: https://cherokee-project.com/ .. _flup: https://pypi.org/project/flup/ diff --git a/docs/deploying/uwsgi.rst b/docs/deploying/uwsgi.rst index 22930d7b..b6958dc0 100644 --- a/docs/deploying/uwsgi.rst +++ b/docs/deploying/uwsgi.rst @@ -37,7 +37,7 @@ If your application is accessible at root level, you can use a single ``/`` instead of ``/yourapplication``. ``myapp`` refers to the name of the file of your flask application (without extension) or the module which provides ``app``. ``app`` is the callable inside of your application (usually -the line reads ``app = Flask(__name__)``. +the line reads ``app = Flask(__name__)``). If you want to deploy your flask application inside of a virtual environment, you need to also add ``--virtualenv /path/to/virtual/environment``. You might @@ -67,5 +67,5 @@ to have it in the URL root its a bit simpler:: .. _nginx: https://nginx.org/ .. _lighttpd: https://www.lighttpd.net/ -.. _cherokee: http://cherokee-project.com/ +.. _cherokee: https://cherokee-project.com/ .. _uwsgi: https://uwsgi-docs.readthedocs.io/en/latest/ diff --git a/requirements/dev.txt b/requirements/dev.txt index 0dbae195..4962c2ac 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -20,7 +20,7 @@ certifi==2021.5.30 # via requests cffi==1.14.6 # via cryptography -cfgv==3.3.0 +cfgv==3.3.1 # via pre-commit charset-normalizer==2.0.4 # via requests @@ -70,13 +70,13 @@ pep517==0.11.0 # via pip-tools pip-tools==6.2.0 # via -r requirements/dev.in -platformdirs==2.2.0 +platformdirs==2.3.0 # via virtualenv -pluggy==0.13.1 +pluggy==1.0.0 # via # pytest # tox -pre-commit==2.14.1 +pre-commit==2.15.0 # via -r requirements/dev.in py==1.10.0 # via @@ -84,7 +84,7 @@ py==1.10.0 # tox pycparser==2.20 # via cffi -pygments==2.9.0 +pygments==2.10.0 # via # sphinx # sphinx-tabs @@ -147,11 +147,11 @@ types-dataclasses==0.1.7 # via -r requirements/typing.in types-setuptools==57.0.2 # via -r requirements/typing.in -typing-extensions==3.10.0.0 +typing-extensions==3.10.0.2 # via mypy urllib3==1.26.6 # via requests -virtualenv==20.7.1 +virtualenv==20.7.2 # via # pre-commit # tox diff --git a/requirements/docs.txt b/requirements/docs.txt index 54543279..a11b7d3c 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -30,7 +30,7 @@ packaging==21.0 # sphinx pallets-sphinx-themes==2.0.1 # via -r requirements/docs.in -pygments==2.9.0 +pygments==2.10.0 # via # sphinx # sphinx-tabs diff --git a/requirements/tests.txt b/requirements/tests.txt index 97ab7f41..66bc443d 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -16,7 +16,7 @@ iniconfig==1.1.1 # via pytest packaging==21.0 # via pytest -pluggy==0.13.1 +pluggy==1.0.0 # via pytest py==1.10.0 # via pytest diff --git a/requirements/typing.txt b/requirements/typing.txt index f2cf7887..106a0a21 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -22,5 +22,5 @@ types-dataclasses==0.1.7 # via -r requirements/typing.in types-setuptools==57.0.2 # via -r requirements/typing.in -typing-extensions==3.10.0.0 +typing-extensions==3.10.0.2 # via mypy