Skip to content

Commit e3d9183

Browse files
authored
Pin to pypiserver==2.3.2 (#619)
* Trigger CI * pin pypiserver * bump pypiserver * ignore jupyter blog links
1 parent 6accaa3 commit e3d9183

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
3535
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
36+
with:
37+
ignore_links: https://blog.jupyter.org/.*
3638

3739
test:
3840
runs-on: ${{ matrix.os }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"packaging",
3434
"pkginfo",
3535
"pypiserver==2.2.0; python_version < '3.13'",
36-
"pypiserver; python_version >= '3.13'",
36+
"pypiserver==2.3.2; python_version >= '3.13'",
3737
"pipx",
3838
"requests",
3939
"requests_cache",

0 commit comments

Comments
 (0)