Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3-jupyter-server/2.13.0 package update #14035

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions py3-jupyter-server.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generated from https://pypi.org/project/jupyter-server/
package:
name: py3-jupyter-server
version: 2.12.5
epoch: 1
version: 2.13.0
epoch: 0
description: The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
copyright:
- license: BSD-3-Clause
Expand Down Expand Up @@ -43,7 +43,7 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: b48e64c7cf3082429c7f7ad88f7e0021a5d4eeb1
expected-commit: d1b8e2c21a4d0f390de58a4a5e942b5c6eeced82
repository: https://github.com/jupyter-server/jupyter_server
tag: v${{package.version}}

Expand Down
Loading