Skip to content

Commit 87d2258

Browse files
chore(deps): update dependency pypa/hatch to v1.15.0 (#386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ab7b5c commit 87d2258

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.14.2"
9+
HATCH_VERSION: "1.15.0"
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
@@ -3,7 +3,7 @@ name: Build and Publish
33
on: [push]
44

55
env:
6-
HATCH_VERSION: "1.14.2"
6+
HATCH_VERSION: "1.15.0"
77

88
jobs:
99
build:

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
env:
1414
PYTHONUNBUFFERED: "1"
1515
FORCE_COLOR: "1"
16-
HATCH_VERSION: "1.14.2"
16+
HATCH_VERSION: "1.15.0"
1717

1818
jobs:
1919
test:

0 commit comments

Comments
 (0)