Skip to content

Commit 1548455

Browse files
committed
Merge branch 'develop' into refactor/310_plus_typehints
2 parents 5244134 + 12f5bb0 commit 1548455

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ jobs:
129129
runs-on: ubuntu-latest
130130
steps:
131131
- uses: actions/checkout@v4
132-
- uses: crate-ci/typos@v1.31.1
132+
- uses: crate-ci/typos@v1.31.2

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ jobs:
180180
runs-on: ubuntu-latest
181181
steps:
182182
- uses: actions/checkout@v4
183-
- uses: crate-ci/typos@v1.31.1
183+
- uses: crate-ci/typos@v1.31.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Issues = "https://github.com/Libensemble/libensemble/issues"
3939

4040
[build-system]
4141
build-backend = "setuptools.build_meta"
42-
requires = ["setuptools", "wheel", "pip>=24.3.1,<26", "setuptools>=75.1.0,<80", ]
42+
requires = ["setuptools", "wheel", "pip>=24.3.1,<26", "setuptools>=75.1.0,<81", ]
4343

4444
[tool.setuptools.packages.find]
4545
where = ["."]

0 commit comments

Comments
 (0)