File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
- uses : actions/checkout@v4
101
101
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
102
102
with :
103
- dependency_type : pre
103
+ dependency_type : minimum
104
104
- name : Run the unit tests
105
105
run : |
106
106
hatch run test:nowarn || hatch run test:nowarn --lf
Original file line number Diff line number Diff line change @@ -23,18 +23,19 @@ urls = {Homepage = "https://jupyter.org"}
23
23
requires-python = " >=3.8"
24
24
dynamic = [" version" ]
25
25
dependencies = [
26
- " click" ,
27
- " ghapi<=1.0.4" ,
26
+ " click>=8.0.2" ,
27
+ " ghapi>=1.0,<=1.0.4" ,
28
+ " numpy>=1.24.4,<2.0.0" ,
28
29
" github-activity~=0.2" ,
29
- " importlib_resources" ,
30
+ " importlib_resources>=5.11 " ,
30
31
" jsonschema>=3.0.1" ,
31
- " mdformat" ,
32
- " packaging" ,
33
- " pkginfo" ,
34
- " pypiserver" ,
35
- " pipx" ,
36
- " requests" ,
37
- " requests_cache" ,
32
+ " mdformat>=0.7.5 " ,
33
+ " packaging>=23.0 " ,
34
+ " pkginfo>=1.7.1 " ,
35
+ " pypiserver>=2.0.1 " ,
36
+ " pipx>=1.3.3 " ,
37
+ " requests>=2.2 " ,
38
+ " requests_cache>=1.1 " ,
38
39
" toml~=0.10" ,
39
40
]
40
41
You can’t perform that action at this time.
0 commit comments