File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- globus-compute-sdk==3.16.1
1+ globus-compute-sdk==4.2.0
Original file line number Diff line number Diff line change 11flake8==7.3.0
22coverage>=7.5
3- pytest==8.4.2
3+ pytest==9.0.1
44pytest-cov==7.0.0
55pytest-timeout==2.4.0
66mock==5.2.0
77python-dateutil==2.9.0.post0
8- anyio==4.11 .0
8+ anyio==4.12 .0
99matplotlib==3.10.7
1010mpmath==1.3.0
1111rich==14.2.0
You can’t perform that action at this time.
0 commit comments