Skip to content

Commit 9d45f19

Browse files
authored
Merge branch 'main' into list_comprehension
2 parents 4a03219 + d756626 commit 9d45f19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
submodules: true
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-python@v4.6.0
19+
- uses: actions/setup-python@v4.7.1
2020
name: Install Python
2121
with:
2222
python-version: '3.8'

requirements_dev_minimal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# library requirements
22
asciitree==0.3.3
3-
fasteners==0.18
3+
fasteners==0.19
44
numcodecs==0.11.0
55
msgpack-python==0.5.6
66
setuptools-scm==7.1.0

requirements_dev_optional.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pymongo==4.5.0
1515
# optional test requirements
1616
coverage
1717
pytest-cov==4.1.0
18-
pytest-doctestplus==0.13.0
18+
pytest-doctestplus==1.0.0
1919
pytest-timeout==2.1.0
2020
h5py==3.9.0
2121
fsspec==2023.6.0

0 commit comments

Comments
 (0)