Skip to content

Commit

Permalink
MAINT - Bump dependencies (#345)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Revert examples

* Further relax and update pandas
  • Loading branch information
da1910 authored Aug 25, 2023
1 parent a3b0d5a commit dfe5511
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 464 deletions.
2 changes: 1 addition & 1 deletion .codespellrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[codespell]
ignore-words = ignore_words.txt
skip = "*.pyc,*.xml,*.txt,*.gif,*.png,*.jpg,*.js,*.html,*.doctree,*.ttf,*.woff,*.woff2,*.eot,*.mp4,*.inv,*.pickle,*.ipynb,flycheck*,./.git/*,./.hypothesis/*,*.yml,./docs/build/*,./docs/images/*,./dist/*,*~,.hypothesis*,./docs/source/examples/*,*cover,*.dat,*.mac,\\#*,PKG-INFO,*.mypy_cache/*,*.xml,*.aedt,*.svg"
skip = "*.pyc,*.xml,*.txt,*.gif,*.png,*.jpg,*.js,*.html,*.doctree,*.ttf,*.woff,*.woff2,*.eot,*.mp4,*.inv,*.pickle,*.ipynb,flycheck*,./.git/*,./.hypothesis/*,*.yml,./docs/build/*,./docs/images/*,./dist/*,*~,.hypothesis*,./docs/source/examples/*,*cover,*.dat,*.mac,\\#*,PKG-INFO,*.mypy_cache/*,*.xml,*.aedt,*.svg,*.lock"
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.7.0
hooks:
- id: black

Expand All @@ -13,12 +13,12 @@ repos:
# - id: isort

- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.5
hooks:
- id: codespell

Expand Down Expand Up @@ -47,6 +47,6 @@ repos:

# this validates our github workflow files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.19.2
rev: 0.25.0
hooks:
- id: check-github-workflows
Loading

0 comments on commit dfe5511

Please sign in to comment.