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

Updated dependencies. #123

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- 0.1.x
pull_request:
branches:
- '*'
Expand All @@ -19,7 +18,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
node_version: '20.x'
python_version: '3.11'
python_version: '3.12'

- name: Check Release
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- 0.1.x
pull_request:
branches:
- '*'
Expand All @@ -26,7 +25,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
node_version: '20.x'
python_version: '3.11'
python_version: '3.12'

- name: Install dependencies
run: python -m pip install -U pip
Expand Down Expand Up @@ -85,7 +84,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, windows, macos]
python-version: ['3.8', '3.11']
python-version: ['3.8', '3.12']

steps:
- name: Install Python
Expand All @@ -107,7 +106,7 @@ jobs:
sudo rm -rf $(which node)

- name: Install Built Package (wheel)
if: matrix.python-version == '3.11'
if: matrix.python-version == '3.12'
run: |-
python -m pip install -v -r dist/requirements-wheel.txt

Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-lts-latest
tools:
python: '3.11'
python: '3.12'
nodejs: '20'
apt_packages:
- libarchive-dev
Expand Down
30 changes: 18 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@
"test": "jlpm test:py"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"lerna": "^7.2.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"typescript": "~5.2.2",
"@stylistic/eslint-plugin": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lerna": "^7.4.2",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"typescript": "~5.4.5",
"yarn-berry-deduplicate": "^6.1.1"
},
"prettier": {
Expand Down Expand Up @@ -94,7 +95,8 @@
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
"@typescript-eslint",
"@stylistic/ts"
],
"rules": {
"@typescript-eslint/naming-convention": [
Expand All @@ -119,7 +121,7 @@
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-namespace": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/quotes": [
"@stylistic/ts/quotes": [
"error",
"single",
{
Expand All @@ -132,7 +134,11 @@
"all"
],
"eqeqeq": "error",
"prefer-arrow-callback": "error"
"prefer-arrow-callback": "error",
"@stylistic/ts/indent": [
"error",
2
]
}
}
}
14 changes: 7 additions & 7 deletions packages/pyodide-kernel-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyterlab/coreutils": "^6.1.1",
"@jupyterlite/contents": "^0.4.0-alpha.3",
"@jupyterlite/kernel": "^0.4.0-alpha.3",
"@jupyterlab/coreutils": "~6.2.4",
"@jupyterlite/contents": "^0.4.0-rc.0",
"@jupyterlite/kernel": "^0.4.0-rc.0",
"@jupyterlite/pyodide-kernel": "^0.4.0-rc.0",
"@jupyterlite/server": "^0.4.0-alpha.3"
"@jupyterlite/server": "^0.4.0-rc.0"
},
"devDependencies": {
"@jupyterlab/builder": "~4.2.1",
"rimraf": "^5.0.1",
"typescript": "~5.2.2"
"@jupyterlab/builder": "~4.2.4",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
},
"publishConfig": {
"access": "public"
Expand Down
22 changes: 11 additions & 11 deletions packages/pyodide-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyterlab/coreutils": "^6.1.1",
"@jupyterlite/contents": "^0.4.0-alpha.3",
"@jupyterlite/kernel": "^0.4.0-alpha.3",
"@jupyterlab/coreutils": "~6.2.4",
"@jupyterlite/contents": "^0.4.0-rc.0",
"@jupyterlite/kernel": "^0.4.0-rc.0",
"coincident": "^1.2.3",
"comlink": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.22.17",
"@jupyterlab/testutils": "~4.1.1",
"@types/jest": "^29.5.4",
"esbuild": "^0.19.2",
"@babel/core": "^7.24.7",
"@jupyterlab/testutils": "~4.2.4",
"@types/jest": "^29.5.12",
"esbuild": "^0.21.5",
"jest": "^29.7.0",
"pyodide": "0.26.1",
"rimraf": "^5.0.1",
"ts-jest": "^26.3.0",
"typescript": "~5.2.2"
"rimraf": "^5.0.7",
"ts-jest": "^29.1.5",
"typescript": "~5.4.5"
},
"publishConfig": {
"access": "public"
Expand All @@ -78,7 +78,7 @@
"packages": {
"py/pyodide-kernel": "0.4.0rc0",
"py/piplite": "0.4.0rc0",
"py/ipykernel": "6.9.2",
"py/ipykernel": "6.29.5",
"py/widgetsnbextension3/widgetsnbextension": "3.6.6",
"py/widgetsnbextension4/widgetsnbextension": "4.0.11"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/pyodide-kernel/py/ipykernel/ipykernel/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""An ipykernel mock"""

__version__ = "6.9.2"
__version__ = "6.29.5"
__all__ = ["Comm", "CommManager", "__version__"]

import re
Expand Down
2 changes: 1 addition & 1 deletion packages/pyodide-kernel/py/ipykernel/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.11"]
requires = ["hatchling>=1.25"]
build-backend = "hatchling.build"

[tool.hatch.version]
Expand Down
4 changes: 2 additions & 2 deletions packages/pyodide-kernel/py/piplite/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.11"]
requires = ["hatchling>=1.25"]
build-backend = "hatchling.build"

[tool.hatch.version]
Expand All @@ -11,7 +11,7 @@ authors = [
{name = "JupyterLite Contributors"},
]
readme = "README.md"
requires-python = ">=3.11,<3.12"
requires-python = ">=3.12,<3.13"
dynamic = ["version", "description"]
classifiers = [
"License :: OSI Approved :: BSD License",
Expand Down
4 changes: 2 additions & 2 deletions packages/pyodide-kernel/py/pyodide-kernel/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.11"]
requires = ["hatchling>=1.25"]
build-backend = "hatchling.build"

[tool.hatch.version]
Expand All @@ -11,7 +11,7 @@ authors = [
{name = "JupyterLite Contributors"},
]
readme = "README.md"
requires-python = ">=3.11,<3.12"
requires-python = ">=3.12,<3.13"
dynamic = ["version", "description"]
classifiers = [
"License :: OSI Approved :: BSD License",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.11"]
requires = ["hatchling>=1.25"]
build-backend = "hatchling.build"

[tool.hatch.version]
Expand All @@ -11,7 +11,7 @@ authors = [
{name = "JupyterLite Contributors"},
]
readme = "README.md"
requires-python = ">=3.11,<3.12"
requires-python = ">=3.12,<3.13"
dynamic = ["version", "description"]
classifiers = [
"License :: OSI Approved :: BSD License",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.11"]
requires = ["hatchling>=1.25"]
build-backend = "hatchling.build"

[tool.hatch.version]
Expand All @@ -11,7 +11,7 @@ authors = [
{name = "JupyterLite Contributors"},
]
readme = "README.md"
requires-python = ">=3.11,<3.12"
requires-python = ">=3.12,<3.13"
dynamic = ["version", "description"]
classifiers = [
"License :: OSI Approved :: BSD License",
Expand Down
7 changes: 0 additions & 7 deletions packages/pyodide-kernel/src/_pypi.ts

This file was deleted.

9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"hatchling >=1.4.0",
"jupyterlab >=4.2.1,<4.3.0",
"hatchling >=1.25",
"jupyterlab >=4.2.4,<4.3.0a0",
]
build-backend = "hatchling.build"

Expand Down Expand Up @@ -67,7 +67,7 @@ lint = [
]

test = [
"pytest-console-scripts >=1.4.0",
"pytest-console-scripts",
"pytest-cov",
"pytest-html",
"pytest",
Expand All @@ -77,10 +77,11 @@ docs = [
"ipywidgets >=8.1.3,<9",
"jupyterlab-language-pack-fr-FR",
"jupyterlab-language-pack-zh-CN",
"jupyterlab-language-pack-ko-KR",
"myst-parser",
"pydata-sphinx-theme",
"sphinx-copybutton",
"jupyter-server-mathjax",
"jupyterlab-mathjax2",
"libarchive-c"
]

Expand Down
Loading