Skip to content

Commit ddf87c3

Browse files
chore(deps): update dependency pypa/hatch to v1.16.4
1 parent 327c285 commit ddf87c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
HATCH_VERSION: "1.16.2"
9+
HATCH_VERSION: "1.16.4"
1010

1111
jobs:
1212
update-pre-commit-config:

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99

1010
env:
11-
HATCH_VERSION: "1.16.2"
11+
HATCH_VERSION: "1.16.4"
1212

1313
jobs:
1414
build:

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
PYTHONUNBUFFERED: "1"
1111
FORCE_COLOR: "1"
12-
HATCH_VERSION: "1.16.2"
12+
HATCH_VERSION: "1.16.4"
1313

1414
jobs:
1515
test:

0 commit comments

Comments
 (0)