diff --git a/docs/requirements.txt b/docs/requirements.txt index 2f3027d..8e9aef7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ -furo==2021.8.17b43 -myst-parser==0.15.1 -Sphinx==4.1.2 +furo==2021.11.12.1 +myst-parser==0.15.2 +Sphinx==4.3.0 sphinx-copybutton==0.4.0 sphinx_inline_tabs==2021.4.11b9 diff --git a/requirements_dev.txt b/requirements_dev.txt index 6a1e5c1..ba3d3ac 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,12 +1,12 @@ alabaster==0.7.12 cookiecutter==1.7.3 -furo==2021.8.11b42 +furo==2021.11.12.1 myst-parser==0.15.2 -pre-commit==2.14.1 -pytest==5.3.1 +pre-commit==2.15.0 +pytest==6.2.5 pytest-cookies==0.6.1 -pytest-cov==2.12.1 +pytest-cov==3.0.0 python-semantic-release==7.19.2 -Sphinx==4.1.2 -tox==3.14.1 -watchdog==2.1.5 +Sphinx==4.3.0 +tox==3.24.4 +watchdog==2.1.6 diff --git a/{{cookiecutter.git_project_name}}/requirements_dev.txt b/{{cookiecutter.git_project_name}}/requirements_dev.txt index 0452f3e..a715541 100644 --- a/{{cookiecutter.git_project_name}}/requirements_dev.txt +++ b/{{cookiecutter.git_project_name}}/requirements_dev.txt @@ -1,14 +1,14 @@ -cookiecutter==1.4.0 -flake8==3.7.8 -furo==2021.8.11b42 +cookiecutter==1.7.3 +flake8==4.0.1 +furo==2021.11.12.1 myst-parser==0.15.2 -pytest==6.2.4 +pytest==6.2.5 python-semantic-release==7.19.2 -Sphinx==4.1.2 -tox==3.2.0 -twine==3.4.2 +Sphinx==4.3.0 +tox==3.24.4 +twine==3.6.0 wheel==0.37.0 -watchdog==2.1.5 +watchdog==2.1.6 {% if cookiecutter.use_pre_commit == 'y' -%}