Skip to content

Commit

Permalink
Merge branch 'main' into list_comprehension
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b committed Oct 31, 2023
2 parents 4a03219 + d756626 commit 9d45f19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: true
fetch-depth: 0

- uses: actions/setup-python@v4.6.0
- uses: actions/setup-python@v4.7.1
name: Install Python
with:
python-version: '3.8'
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev_minimal.txt
@@ -1,6 +1,6 @@
# library requirements
asciitree==0.3.3
fasteners==0.18
fasteners==0.19
numcodecs==0.11.0
msgpack-python==0.5.6
setuptools-scm==7.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev_optional.txt
Expand Up @@ -15,7 +15,7 @@ pymongo==4.5.0
# optional test requirements
coverage
pytest-cov==4.1.0
pytest-doctestplus==0.13.0
pytest-doctestplus==1.0.0
pytest-timeout==2.1.0
h5py==3.9.0
fsspec==2023.6.0
Expand Down

0 comments on commit 9d45f19

Please sign in to comment.