Skip to content

Commit

Permalink
fix(pyup): Initial Update (#170)
Browse files Browse the repository at this point in the history
* Update furo from 2021.8.17b43 to 2021.11.12.1

* Update furo from 2021.8.11b42 to 2021.11.12.1

* Update furo from 2021.8.11b42 to 2021.11.12.1

* Update myst-parser from 0.15.1 to 0.15.2

* Update sphinx from 4.1.2 to 4.3.0

* Update sphinx from 4.1.2 to 4.3.0

* Update sphinx from 4.1.2 to 4.3.0

* Update pre-commit from 2.14.1 to 2.15.0

* Update pytest from 5.3.1 to 6.2.5

* Update pytest from 6.2.4 to 6.2.5

* Update pytest-cov from 2.12.1 to 3.0.0

* Update tox from 3.14.1 to 3.24.4

* Update tox from 3.2.0 to 3.24.4

* Update watchdog from 2.1.5 to 2.1.6

* Update watchdog from 2.1.5 to 2.1.6

* Update cookiecutter from 1.4.0 to 1.7.3

* Update flake8 from 3.7.8 to 4.0.1

* Update twine from 3.4.2 to 3.6.0
  • Loading branch information
pyup-bot committed Nov 13, 2021
1 parent b72d83d commit 2c90650
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions 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
14 changes: 7 additions & 7 deletions 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
16 changes: 8 additions & 8 deletions {{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' -%}
Expand Down

0 comments on commit 2c90650

Please sign in to comment.