Skip to content

Commit 2d48a4f

Browse files
authored
Merge branch 'main' into chore/enum-forward-compat-and-drift-check
2 parents 203b5e8 + 7616a49 commit 2d48a4f

5 files changed

Lines changed: 93 additions & 93 deletions

File tree

.github/workflows/package-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 1
2424
persist-credentials: false
2525

26-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
26+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2727
with:
2828
python-version: "3.12"
2929

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fetch-depth: 0
9393
persist-credentials: false
9494

95-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
95+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
9696
with:
9797
python-version: "3.12"
9898

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
persist-credentials: false
17-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
17+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
1818
with:
1919
python-version: '3.13'
2020

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
# 1.27.0 is the newest hatchling that supports Python 3.9, which this
33
# package's requires-python still includes.
4-
requires = ["hatchling==1.27.0"]
4+
requires = ["hatchling==1.31.0"]
55
build-backend = "hatchling.build"
66

77
[project]

0 commit comments

Comments
 (0)