Skip to content

Commit

Permalink
bump python dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 14, 2024
1 parent c113c80 commit b95998c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildutils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.3.0b3,<4.4" hatch
python -m pip install -U "jupyterlab>=4.3.0rc0,<4.4" hatch
jlpm
jlpm run build
Expand Down Expand Up @@ -79,6 +79,6 @@ jobs:

- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.3.0b3,<4.4" pip
python -m pip install -U "jupyterlab>=4.3.0rc0,<4.4" pip
jlpm
jlpm run build
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
files: "^notebook"
stages: [manual]
args: ["--install-types", "--non-interactive"]
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.3.0b3,<4.4"]
additional_dependencies: ["traitlets>=5.13", "tornado", "jupyter_server>=2.10", "jupyterlab_server>=2.25", "jupyterlab>=4.3.0rc0,<4.4"]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: 'v1.10.0'
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.11", "jupyterlab>=4.3.0b3,<4.4"]
requires = ["hatchling>=1.11", "jupyterlab>=4.3.0rc0,<4.4"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -32,7 +32,7 @@ classifiers = [
]
dependencies = [
"jupyter_server>=2.4.0,<3",
"jupyterlab>=4.3.0b3,<4.4",
"jupyterlab>=4.3.0rc0,<4.4",
"jupyterlab_server>=2.27.1,<3",
"notebook_shim>=0.2,<0.3",
"tornado>=6.2.0",
Expand Down Expand Up @@ -175,7 +175,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit"

[tool.jupyter-releaser.hooks]
before-bump-version = [
"python -m pip install -U \"jupyterlab>=4.3.0b3,<4.4\"",
"python -m pip install -U \"jupyterlab>=4.3.0rc0,<4.4\"",
"jlpm",
"jlpm run build:utils",
"python -m pip install hatch"
Expand Down

0 comments on commit b95998c

Please sign in to comment.