Skip to content

Commit 4276534

Browse files
Bump hatchling from 1.27.0 to 1.28.0 (#428)
* Bump hatchling from 1.27.0 to 1.28.0 Bumps [hatchling](https://github.com/pypa/hatch) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](pypa/hatch@hatchling-v1.27.0...hatchling-v1.28.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <[email protected]>
1 parent 2e5b5f4 commit 4276534

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ dependencies:
1818
- scipy =1.16.3
1919
- spglib =2.6.0
2020
- sqsgenerator =0.3
21-
- hatchling =1.27.0
21+
- hatchling =1.28.0
2222
- hatch-vcs =0.5.0

.ci_support/environment_mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies:
55
- coverage
66
- numpy =2.3.5
77
- scipy =1.16.3
8-
- hatchling =1.27.0
8+
- hatchling =1.28.0
99
- hatch-vcs =0.5.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["ase", "numpy", "scipy", "hatchling==1.27.0", "hatch-vcs==0.5.0"]
2+
requires = ["ase", "numpy", "scipy", "hatchling==1.28.0", "hatch-vcs==0.5.0"]
33
build-backend = "hatchling.build"
44

55
[project]

0 commit comments

Comments
 (0)