Skip to content

Commit aa773c9

Browse files
committed
ci: update deps
1 parent 167c18c commit aa773c9

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

requirements/base.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ cyclebane==24.6.0
2323
# via sciline
2424
cycler==0.12.1
2525
# via matplotlib
26-
dask==2024.7.0
26+
dask==2024.7.1
2727
# via -r base.in
2828
decorator==5.1.1
2929
# via ipython
30-
essreduce==24.6.0
30+
essreduce==24.7.1
3131
# via -r base.in
32-
exceptiongroup==1.2.1
32+
exceptiongroup==1.2.2
3333
# via ipython
3434
executing==2.0.1
3535
# via stack-data
@@ -73,7 +73,7 @@ mpltoolbox==24.5.1
7373
# via scippneutron
7474
networkx==3.3
7575
# via cyclebane
76-
numpy==2.0.0
76+
numpy==2.0.1
7777
# via
7878
# contourpy
7979
# h5py
@@ -84,7 +84,7 @@ numpy==2.0.0
8484
# scipp
8585
# scippneutron
8686
# scipy
87-
orsopy==1.2.0
87+
orsopy==1.2.1
8888
# via -r base.in
8989
packaging==24.1
9090
# via
@@ -111,7 +111,7 @@ prompt-toolkit==3.0.47
111111
# via ipython
112112
ptyprocess==0.7.0
113113
# via pexpect
114-
pure-eval==0.2.2
114+
pure-eval==0.2.3
115115
# via stack-data
116116
pygments==2.18.0
117117
# via ipython

requirements/basetest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
#
66
# pip-compile-multi
77
#
8-
exceptiongroup==1.2.1
8+
exceptiongroup==1.2.2
99
# via pytest
1010
iniconfig==2.0.0
1111
# via pytest
1212
packaging==24.1
1313
# via pytest
1414
pluggy==1.5.0
1515
# via pytest
16-
pytest==8.2.2
16+
pytest==8.3.1
1717
# via -r basetest.in
1818
tomli==2.0.1
1919
# via pytest

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# pip-compile-multi
77
#
8-
cachetools==5.3.3
8+
cachetools==5.4.0
99
# via tox
1010
certifi==2024.7.4
1111
# via requests

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ json5==0.9.25
5050
# via jupyterlab-server
5151
jsonpointer==3.0.0
5252
# via jsonschema
53-
jsonschema[format-nongpl]==4.22.0
53+
jsonschema[format-nongpl]==4.23.0
5454
# via
5555
# jupyter-events
5656
# jupyterlab-server
@@ -59,17 +59,17 @@ jupyter-events==0.10.0
5959
# via jupyter-server
6060
jupyter-lsp==2.2.5
6161
# via jupyterlab
62-
jupyter-server==2.14.1
62+
jupyter-server==2.14.2
6363
# via
6464
# jupyter-lsp
6565
# jupyterlab
6666
# jupyterlab-server
6767
# notebook-shim
6868
jupyter-server-terminals==0.5.3
6969
# via jupyter-server
70-
jupyterlab==4.2.3
70+
jupyterlab==4.2.4
7171
# via -r dev.in
72-
jupyterlab-server==2.27.2
72+
jupyterlab-server==2.27.3
7373
# via jupyterlab
7474
notebook-shim==0.2.4
7575
# via jupyterlab

requirements/docs.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jinja2==3.1.4
4646
# nbconvert
4747
# nbsphinx
4848
# sphinx
49-
jsonschema==4.22.0
49+
jsonschema==4.23.0
5050
# via nbformat
5151
jsonschema-specifications==2023.12.1
5252
# via jsonschema
@@ -106,15 +106,15 @@ referencing==0.35.1
106106
# via
107107
# jsonschema
108108
# jsonschema-specifications
109-
rpds-py==0.18.1
109+
rpds-py==0.19.0
110110
# via
111111
# jsonschema
112112
# referencing
113113
snowballstemmer==2.2.0
114114
# via sphinx
115115
soupsieve==2.5
116116
# via beautifulsoup4
117-
sphinx==7.3.7
117+
sphinx==7.4.7
118118
# via
119119
# -r docs.in
120120
# myst-parser
@@ -123,7 +123,7 @@ sphinx==7.3.7
123123
# sphinx-autodoc-typehints
124124
# sphinx-copybutton
125125
# sphinx-design
126-
sphinx-autodoc-typehints==2.2.2
126+
sphinx-autodoc-typehints==2.2.3
127127
# via -r docs.in
128128
sphinx-copybutton==0.5.2
129129
# via -r docs.in
@@ -133,11 +133,11 @@ sphinxcontrib-applehelp==1.0.8
133133
# via sphinx
134134
sphinxcontrib-devhelp==1.0.6
135135
# via sphinx
136-
sphinxcontrib-htmlhelp==2.0.5
136+
sphinxcontrib-htmlhelp==2.0.6
137137
# via sphinx
138138
sphinxcontrib-jsmath==1.0.1
139139
# via sphinx
140-
sphinxcontrib-qthelp==1.0.7
140+
sphinxcontrib-qthelp==1.0.8
141141
# via sphinx
142142
sphinxcontrib-serializinghtml==1.1.10
143143
# via sphinx

requirements/mypy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# pip-compile-multi
77
#
88
-r test.txt
9-
mypy==1.10.1
9+
mypy==1.11.0
1010
# via -r mypy.in
1111
mypy-extensions==1.0.0
1212
# via mypy

requirements/nightly.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ plopp @ git+https://github.com/scipp/plopp@main
1111
sciline @ git+https://github.com/scipp/sciline@main
1212
scippneutron @ git+https://github.com/scipp/scippneutron@main
1313
scippnexus @ git+https://github.com/scipp/scippnexus@main
14-
https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
14+
scipp @ https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

requirements/nightly.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:0d2767c7e7d393923911be667ad07d7dd7cd5e79
1+
# SHA1:e9966047ff7ccde31021cec89e7c13d1677ca1b4
22
#
33
# This file is autogenerated by pip-compile-multi
44
# To update, run:
@@ -24,11 +24,11 @@ cyclebane==24.6.0
2424
# via sciline
2525
cycler==0.12.1
2626
# via matplotlib
27-
dask==2024.7.0
27+
dask==2024.7.1
2828
# via -r nightly.in
2929
decorator==5.1.1
3030
# via ipython
31-
essreduce==24.6.0
31+
essreduce==24.7.1
3232
# via -r nightly.in
3333
executing==2.0.1
3434
# via stack-data
@@ -72,7 +72,7 @@ mpltoolbox==24.5.1
7272
# via scippneutron
7373
networkx==3.3
7474
# via cyclebane
75-
numpy==2.0.0
75+
numpy==2.0.1
7676
# via
7777
# contourpy
7878
# h5py
@@ -83,7 +83,7 @@ numpy==2.0.0
8383
# scipp
8484
# scippneutron
8585
# scipy
86-
orsopy==1.2.0
86+
orsopy==1.2.1
8787
# via -r nightly.in
8888
parso==0.8.4
8989
# via jedi
@@ -105,7 +105,7 @@ prompt-toolkit==3.0.47
105105
# via ipython
106106
ptyprocess==0.7.0
107107
# via pexpect
108-
pure-eval==0.2.2
108+
pure-eval==0.2.3
109109
# via stack-data
110110
pygments==2.18.0
111111
# via ipython

0 commit comments

Comments
 (0)