Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/numpy-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkoyama010 authored Nov 1, 2024
2 parents 57fc442 + ec8dfcb commit b473944
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
with:
qt: true
pyvista: false
- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
# https://github.com/mamba-org/setup-micromamba/issues/225
micromamba-version: 1.5.10-0
Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args: ["--config=pyproject.toml"]
Expand All @@ -12,7 +12,7 @@ repos:
args: ["--check", "--settings=.isort.cfg"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.13.0
hooks:
- id: mypy
# `pass_filenames` is used to overcome the "duplicate module"
Expand Down Expand Up @@ -51,7 +51,7 @@ repos:
args: ["--config=pyproject.toml"]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: debug-statements
Expand All @@ -60,7 +60,7 @@ repos:

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

Expand Down
4 changes: 2 additions & 2 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cmocean==4.0.3
colorcet==3.1.0
imageio==2.35.1
imageio==2.36.0
imageio-ffmpeg==0.5.1
lxml==5.3.0
matplotlib==3.9.2
meshio==5.3.5
pytest-sphinx==0.6.3
QtPy==2.4.1
Sphinx==8.0.2
Sphinx==8.1.3
sphinx-autobuild==2024.9.19
sphinx-copybutton==0.5.2
sphinx-notfound-page==1.0.4
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ipython==8.14.0
numpy==2.1.0
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-memprof==0.2.0
pytest-qt==4.4.0
Expand All @@ -9,7 +9,7 @@ QtPy==2.4.1
scooby==0.10.0
check-jsonschema==0.29.3
toml==0.10.2
sphinx_gallery==0.17.1
sphinx_gallery==0.18.0
nest_asyncio==1.6.0
trame==3.6.5
trame-client==3.3.2
Expand Down

0 comments on commit b473944

Please sign in to comment.