Skip to content

Commit 63c5f5a

Browse files
committed
Merge branch 'develop' into refactor/deprecate_from_yaml_toml_json
2 parents dba3978 + 79b5cbd commit 63c5f5a

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/basic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash -l {0}
4040

4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
- name: Setup conda - Python ${{ matrix.python-version }}
4444
uses: conda-incubator/setup-miniconda@v3
4545
with:
@@ -114,5 +114,5 @@ jobs:
114114
if: contains(github.base_ref, 'develop')
115115
runs-on: ubuntu-latest
116116
steps:
117-
- uses: actions/checkout@v5
118-
- uses: crate-ci/typos@v1.38.1
117+
- uses: actions/checkout@v6
118+
- uses: crate-ci/typos@v1.40.0

.github/workflows/extra.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
shell: bash -l {0}
4242

4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
- name: Setup conda - Python ${{ matrix.python-version }}
4646
uses: conda-incubator/setup-miniconda@v3
4747
with:
@@ -121,7 +121,7 @@ jobs:
121121
122122
- name: Start Redis
123123
if: matrix.os == 'ubuntu-latest'
124-
uses: supercharge/redis-github-action@1.8.0
124+
uses: supercharge/redis-github-action@1.8.1
125125
with:
126126
redis-version: 7
127127

@@ -143,5 +143,5 @@ jobs:
143143
if: contains(github.base_ref, 'develop')
144144
runs-on: ubuntu-latest
145145
steps:
146-
- uses: actions/checkout@v5
147-
- uses: crate-ci/typos@v1.38.1
146+
- uses: actions/checkout@v6
147+
- uses: crate-ci/typos@v1.40.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
globus-compute-sdk==3.16.1
1+
globus-compute-sdk==4.2.0

install/testing_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
flake8==7.3.0
22
coverage>=7.5
3-
pytest==8.4.2
3+
pytest==9.0.1
44
pytest-cov==7.0.0
55
pytest-timeout==2.4.0
66
mock==5.2.0
77
python-dateutil==2.9.0.post0
8-
anyio==4.11.0
8+
anyio==4.12.0
99
matplotlib==3.10.7
1010
mpmath==1.3.0
1111
rich==14.2.0

0 commit comments

Comments
 (0)