Skip to content

Commit 49d2126

Browse files
Bump hatch-vcs from 0.4.0 to 0.5.0 (#663)
* Bump hatch-vcs from 0.4.0 to 0.5.0 Bumps [hatch-vcs](https://github.com/ofek/hatch-vcs) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/ofek/hatch-vcs/releases) - [Changelog](https://github.com/ofek/hatch-vcs/blob/master/HISTORY.md) - [Commits](ofek/hatch-vcs@v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: hatch-vcs dependency-version: 0.5.0 dependency-type: direct:production 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 2d4c138 commit 49d2126

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313
- ipython =9.0.2
1414
- pysqa =0.2.5
1515
- hatchling =1.27.0
16-
- hatch-vcs =0.4.0
16+
- hatch-vcs =0.5.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ dependencies:
1313
- pysqa =0.2.5
1414
- ipython =9.0.2
1515
- hatchling =1.27.0
16-
- hatch-vcs =0.4.0
16+
- hatch-vcs =0.5.0

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212
- pygraphviz =1.14
1313
- ipython =9.0.2
1414
- hatchling =1.27.0
15-
- hatch-vcs =0.4.0
15+
- hatch-vcs =0.5.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- flux-core =0.59.0
1111
- flux-pmix =0.5.0
1212
- hatchling =1.27.0
13-
- hatch-vcs =0.4.0
13+
- hatch-vcs =0.5.0
1414
- h5py =3.12.1
1515
- matplotlib =3.10.0
1616
- networkx =3.4.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"hatchling==1.27.0",
4-
"hatch-vcs==0.4.0",
4+
"hatch-vcs==0.5.0",
55
"cloudpickle==3.1.1",
66
"pyzmq==26.4.0",
77
]

0 commit comments

Comments
 (0)