Skip to content

Commit 6948956

Browse files
committed
Fix tox bug in requirements update task
1 parent 1248ea6 commit 6948956

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -74,27 +74,27 @@ repos:
7474
##]]]
7575
- astunparse==1.6.3
7676
- attrs==23.2.0
77-
- ruff==0.2.0
77+
- black==24.2.0
7878
- boltons==23.1.1
7979
- cached-property==1.5.2
8080
- click==8.1.7
81-
- cmake==3.28.1
81+
- cmake==3.28.3
8282
- cytoolz==0.12.3
8383
- deepdiff==6.7.1
8484
- devtools==0.12.2
8585
- factory-boy==3.3.0
8686
- frozendict==2.4.0
8787
- gridtools-cpp==2.3.2
88-
- importlib-resources==6.1.1
88+
- importlib-resources==6.1.2
8989
- jinja2==3.1.3
9090
- lark==1.1.9
9191
- mako==1.3.2
92-
- nanobind==1.8.0
92+
- nanobind==1.9.2
9393
- ninja==1.11.1.1
9494
- numpy==1.24.4
9595
- packaging==23.2
9696
- pybind11==2.11.1
97-
- setuptools==69.0.3
97+
- setuptools==69.1.1
9898
- tabulate==0.9.0
9999
- typing-extensions==4.5.0
100100
- xxhash==3.0.0

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ commands =
203203
-o requirements-dev.txt \
204204
pyproject.toml requirements-dev.in
205205
# Run cog to update .pre-commit-config.yaml with new versions
206-
common: cog -r -P .pre-commit-config.yaml
206+
base: cog -r -P .pre-commit-config.yaml

0 commit comments

Comments
 (0)