Skip to content

Commit 1a0edc7

Browse files
authored
Merge pull request #769 from pyiron/dependencies
Updated dependencies
2 parents 607ae5e + bba7a20 commit 1a0edc7

File tree

15 files changed

+30
-25
lines changed

15 files changed

+30
-25
lines changed

.binder/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- bagofholding =0.1.4
4+
- bagofholding =0.1.5
55
- bidict =0.23.1
66
- cloudpickle =3.1.1
77
- executorlib =1.7.1
88
- graphviz =9.0.0
99
- hatchling =1.27.0
1010
- hatch-vcs =0.5.0
11-
- pandas =2.3.2
11+
- pandas =2.3.3
1212
- pint =0.25
13-
- pyiron_snippets =0.2.0
13+
- pyiron_snippets =1.0.2
1414
- python >=3.11,<3.14
1515
- python-graphviz =0.21
1616
- rdflib =7.1.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- pysqa =0.3.1
4+
- pysqa =0.3.2
55
- h5py =3.14.0

.ci_support/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- bagofholding =0.1.4
4+
- bagofholding =0.1.5
55
- bidict =0.23.1
66
- cloudpickle =3.1.1
77
- executorlib =1.7.1
88
- graphviz =9.0.0
99
- hatchling =1.27.0
1010
- hatch-vcs =0.5.0
11-
- pandas =2.3.2
11+
- pandas =2.3.3
1212
- pint =0.25
13-
- pyiron_snippets =0.2.0
13+
- pyiron_snippets =1.0.2
1414
- python >=3.11,<3.14
1515
- python-graphviz =0.21
1616
- rdflib =7.1.4

.ci_support/upper_bound.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
channels:
2+
- conda-forge
3+
dependencies:
4+
- pyiron_snippets =2.0.0

.github/workflows/daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
codeql:
12-
uses: pyiron/actions/.github/workflows/[email protected].8
12+
uses: pyiron/actions/.github/workflows/[email protected].10
1313
secrets: inherit
1414
with:
1515
extra-python-paths: tests tests/benchmark tests/integration tests/static tests/unit # For executorlib

.github/workflows/dependabot-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ on:
66

77
jobs:
88
pyiron:
9-
uses: pyiron/actions/.github/workflows/[email protected].8
9+
uses: pyiron/actions/.github/workflows/[email protected].10
1010
secrets: inherit

.github/workflows/pr-labeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ on:
88

99
jobs:
1010
pyiron:
11-
uses: pyiron/actions/.github/workflows/[email protected].8
11+
uses: pyiron/actions/.github/workflows/[email protected].10
1212
secrets: inherit

.github/workflows/pr-target-opened.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ on:
88

99
jobs:
1010
pyiron:
11-
uses: pyiron/actions/.github/workflows/[email protected].8
11+
uses: pyiron/actions/.github/workflows/[email protected].10
1212
secrets: inherit

.github/workflows/push-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
pyiron:
12-
uses: pyiron/actions/.github/workflows/[email protected].8
12+
uses: pyiron/actions/.github/workflows/[email protected].10
1313
secrets: inherit
1414
with:
1515
docs-env-files: .ci_support/environment.yml

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ on:
88

99
jobs:
1010
pyiron:
11-
uses: pyiron/actions/.github/workflows/[email protected].8
11+
uses: pyiron/actions/.github/workflows/[email protected].10
1212
secrets: inherit
1313
with:
1414
semantic-upper-bound: 'minor'
1515
lower-bound-yaml: '.ci_support/lower_bound.yml'
16+
upper-bound-yaml: '.ci_support/upper_bound.yml'
1617
publish-to-pypi: ${{ github.event_name == 'release' && github.event.action == 'published' }}

0 commit comments

Comments
 (0)