Skip to content

Commit 87e0a01

Browse files
authored
Fix min version check again (#1049)
1 parent efba15a commit 87e0a01

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/python-tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,11 @@ jobs:
176176
needs:
177177
- build
178178
- pre-commit
179+
- test_docs
180+
- test_minimum_versions
179181
- test_prereleases
180-
- make_sdist
182+
- client8
183+
- check_links
181184
- test_sdist
182185
runs-on: ubuntu-latest
183186
steps:

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ dependencies = [
3030
"anyio>=3.1.0,<4",
3131
"argon2-cffi",
3232
"jinja2",
33-
"jupyter_client>=7.2",
33+
"jupyter_client>=7.4.4",
3434
"jupyter_core>=4.9.2",
3535
"jupyter_server_terminals",
3636
"nbconvert>=6.4.4",
3737
"nbformat>=5.2.0",
3838
"packaging",
3939
"prometheus_client",
4040
"pywinpty;os_name=='nt'",
41-
"pyzmq>=17",
41+
"pyzmq>=24",
4242
"Send2Trash",
4343
"terminado>=0.8.3",
44-
"tornado>=6.1.0",
44+
"tornado>=6.2.0",
4545
"traitlets>=5.1",
4646
"websocket-client",
4747
"jupyter_events>=0.4.0"

0 commit comments

Comments
 (0)