Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pyup): Scheduled daily dependency update on Friday #195

Merged
merged 13 commits into from
Jan 9, 2022
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
furo==2021.11.23
myst-parser==0.15.2
Sphinx==4.3.1
myst-parser==0.16.1
Sphinx==4.3.2
sphinx-copybutton==0.4.0
sphinx_inline_tabs==2021.4.11b9
8 changes: 4 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
alabaster==0.7.12
cookiecutter==1.7.3
furo==2021.11.23
myst-parser==0.15.2
pre-commit==2.15.0
myst-parser==0.16.1
pre-commit==2.16.0
pytest==6.2.5
pytest-cookies==0.6.1
pytest-cov==3.0.0
python-semantic-release==7.22.0
Sphinx==4.3.1
python-semantic-release==7.23.0
Sphinx==4.3.2
tox==3.24.4
watchdog==2.1.6
4 changes: 2 additions & 2 deletions {{cookiecutter.git_project_name}}/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
furo==2021.11.23
myst-parser==0.15.2
Sphinx==4.3.1
myst-parser==0.16.1
Sphinx==4.3.2
sphinx-copybutton==0.4.0
sphinx_inline_tabs==2021.4.11b9
10 changes: 5 additions & 5 deletions {{cookiecutter.git_project_name}}/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cookiecutter==1.7.3
flake8==4.0.1
furo==2021.11.23
myst-parser==0.15.2
myst-parser==0.16.1
pytest==6.2.5
python-semantic-release==7.22.0
Sphinx==4.3.1
python-semantic-release==7.23.0
Sphinx==4.3.2
tox==3.24.4
twine==3.6.0
wheel==0.37.0
twine==3.7.1
wheel==0.37.1
watchdog==2.1.6


Expand Down