Skip to content

Commit 3f50b9d

Browse files
bump hatch version
1 parent ff8defc commit 3f50b9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install hatch
2828
run: |
29-
pip install hatch==1.3.1
29+
pip install hatch==1.14.0
3030
pip install .
3131
3232
- name: Run tests

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
run: python -m pip install --upgrade pip
2323

2424
- name: Install hatch
25-
run: pip install hatch==1.3.1
25+
run: pip install hatch==1.14.0
2626
- name: Build docs
2727
run: hatch run docs:build

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: python -m pip install --upgrade pip
2323

2424
- name: Install hatch
25-
run: pip install hatch==1.3.1
25+
run: pip install hatch==1.14.0
2626

2727
- name: Run style checks
2828
run: hatch run style:check

0 commit comments

Comments
 (0)