Skip to content

Commit

Permalink
Dependency updates (#598)
Browse files Browse the repository at this point in the history
* 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
nkorinek and pyup-bot authored Jun 27, 2023
1 parent e9bff43 commit e4f8593
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
os: [ubuntu-latest]
env:
OS: ${{ matrix.os }}
PYTHON: '3.7'
PYTHON: '3.10.5'
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.7
python-version: 3.10.5
- name: setup git config
run: |
# Setup the git username and email, needed to run tests in test_github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-mac-win-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 3.10.5]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
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
18 changes: 9 additions & 9 deletions dev-requirements.txt
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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
formats: []
python:
version: 3.7
version: 3.10
install:
- requirements: dev-requirements.txt
- method: pip
Expand Down

0 comments on commit e4f8593

Please sign in to comment.