-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update pytest-cov from 3.0.0 to 4.0.0 * Update pydata_sphinx_theme from 0.8.0 to 0.13.1 * Update black from 22.1.0 to 23.3.0 * Update sphinx_copybutton from 0.5.0 to 0.5.2 * Update sphinx from 4.4.0 to 7.0.1 * Update pre-commit from 2.17.0 to 3.3.3 * Update tox from 3.24.5 to 4.6.3 * Update pytest from 7.0.0 to 7.4.0 * updating to python 3.10 * fixed codecov version * updating flake8 * updating python 3.10 --------- Co-authored-by: pyup-bot <github-bot@pyup.io>
- Loading branch information
Showing
6 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
repos: | ||
- repo: https://github.com/ambv/black | ||
rev: 21.10b0 | ||
rev: 23.3.0 | ||
hooks: | ||
- id: black | ||
language_version: python3 | ||
- repo: https://gitlab.com/pycqa/flake8 | ||
rev: 3.8.4 | ||
- repo: https://github.com/pycqa/flake8.git | ||
rev: 6.0.0 | ||
hooks: | ||
- id: flake8 | ||
language: python_venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
codecov==2.1.12 | ||
codecov==2.1.13 | ||
bumpversion==0.6.0 | ||
pytest==7.0.0 | ||
pre-commit==2.17.0 | ||
pytest==7.4.0 | ||
pre-commit==3.3.3 | ||
pytest-vcr==1.0.2 | ||
sphinx==4.4.0 | ||
pytest-cov==3.0.0 | ||
tox==3.24.5 | ||
sphinx==7.0.1 | ||
pytest-cov==4.0.0 | ||
tox==4.6.3 | ||
sphinx-autobuild==2021.3.14 | ||
sphinx_copybutton==0.5.0 | ||
pydata_sphinx_theme==0.8.0 | ||
black==22.1.0 | ||
sphinx_copybutton==0.5.2 | ||
pydata_sphinx_theme==0.13.1 | ||
black==23.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters