Skip to content

Commit 73ff3e3

Browse files
authored
Merge pull request #760 from pyiron/dependabot/pip/bagofholding-0.1.4
Bump bagofholding from 0.1.3 to 0.1.4
2 parents b8f3f8a + 83d49b9 commit 73ff3e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- bagofholding =0.1.3
4+
- bagofholding =0.1.4
55
- bidict =0.23.1
66
- cloudpickle =3.1.1
77
- executorlib =1.7.1

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- bagofholding =0.1.3
4+
- bagofholding =0.1.4
55
- bidict =0.23.1
66
- cloudpickle =3.1.1
77
- executorlib =1.7.1

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- sphinx-gallery
88
- sphinx-rtd-theme
99
- versioneer
10-
- bagofholding =0.1.3
10+
- bagofholding =0.1.4
1111
- bidict =0.23.1
1212
- cloudpickle =3.1.1
1313
- executorlib =1.7.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
"Programming Language :: Python :: 3.13",
3636
]
3737
dependencies = [
38-
"bagofholding==0.1.3",
38+
"bagofholding==0.1.4",
3939
"bidict==0.23.1",
4040
"cloudpickle==3.1.1",
4141
"executorlib==1.7.1",

0 commit comments

Comments
 (0)