Skip to content

Commit 358e12a

Browse files
Merge branch 'zarr-developers:main' into 2.15_release_notes
2 parents 3cdf1e9 + 4b0705c commit 358e12a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
name: releases
6666
path: dist
67-
- uses: pypa/gh-action-pypi-publish@v1.8.1
67+
- uses: pypa/gh-action-pypi-publish@v1.8.3
6868
with:
6969
user: __token__
7070
password: ${{ secrets.pypi_password }}

requirements_dev_optional.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
lmdb==1.4.0; sys_platform != 'win32'
44
# optional library requirements for Jupyter
55
ipytree==0.2.2
6-
ipywidgets==8.0.4
6+
ipywidgets==8.0.6
77
# optional library requirements for services
88
# don't let pyup change pinning for azure-storage-blob, need to pin to older
99
# version to get compatibility with azure storage emulator on appveyor (FIXME)

0 commit comments

Comments
 (0)