Skip to content

Commit 4e065c6

Browse files
committed
Merge branch 'dev'
2 parents 3f29c17 + 04d04b6 commit 4e065c6

11 files changed

+417
-426
lines changed

.github/workflows/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
for VER in $PYTHON_VERSIONS
4646
do
4747
echo "::group::Updating dependencies for python $VER..."
48-
python$VER -m pip install pip-tools==7.4.1
48+
python$VER -m pip install pip-tools==7.5.2
4949
python$VER -m piptools compile --upgrade --no-annotate -o examples-requirements-py$VER.txt --all-extras ../pyproject.toml examples.in
5050
python$VER -m piptools compile --upgrade --no-annotate -o tests-requirements-py$VER.txt examples-requirements-py$VER.txt tests.in
5151
echo "::endgroup::"

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 25.9.0
3+
rev: 25.11.0
44
hooks:
55
- id: black
66
- id: black-jupyter
77
types: [jupyter]
88
args: [--line-length=85] # notebooks (for sphinx docs)
99

1010
- repo: https://github.com/pycqa/pylint
11-
rev: v4.0.0
11+
rev: v4.0.3
1212
hooks:
1313
- id: pylint
1414

requirements/docs-requirements.txt

Lines changed: 52 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --cert=None --client-cert=None --index-url=None --no-annotate --output-file=docs-requirements.txt --pip-args=None docs.in examples-requirements-py3.12.txt
5+
# pip-compile --no-annotate --output-file=docs-requirements.txt docs.in examples-requirements-py3.12.txt
66
#
77
accessible-pygments==0.0.5
88
alabaster==1.0.0
9-
anyio==4.10.0
9+
anyio==4.11.0
1010
apeye==1.4.1
1111
apeye-core==1.1.5
1212
argon2-cffi==25.1.0
1313
argon2-cffi-bindings==25.1.0
14-
arrow==1.3.0
15-
astroid==3.3.11
16-
asttokens==3.0.0
14+
arrow==1.4.0
15+
astroid==4.0.2
16+
asttokens==3.0.1
1717
async-lru==2.0.5
18-
attrs==25.3.0
18+
attrs==25.4.0
1919
autodocsumm==0.2.14
2020
babel==2.17.0
21-
beautifulsoup4==4.13.5
22-
bleach[css]==6.2.0
23-
cachecontrol[filecache]==0.14.3
24-
certifi==2025.8.3
21+
beautifulsoup4==4.14.2
22+
bleach[css]==6.3.0
23+
cachecontrol[filecache]==0.14.4
24+
certifi==2025.11.12
2525
cffi==2.0.0
26-
charset-normalizer==3.4.3
27-
click==8.3.0
26+
charset-normalizer==3.4.4
27+
click==8.3.1
2828
comm==0.2.3
2929
contourpy==1.3.3
3030
cssutils==2.11.1
3131
cycler==0.12.1
32-
cython==3.1.4
32+
cython==3.2.1
3333
debugpy==1.8.17
3434
decorator==5.2.1
3535
defusedxml==0.7.1
@@ -38,21 +38,21 @@ docutils==0.21.2
3838
domdf-python-tools==3.10.0
3939
executing==2.2.1
4040
fastjsonschema==2.21.2
41-
filelock==3.19.1
41+
filelock==3.20.0
4242
flexcache==0.3
4343
flexparser==0.4
44-
fonttools==4.60.0
44+
fonttools==4.60.1
4545
fqdn==1.5.1
4646
greenlet==3.2.4
4747
h11==0.16.0
4848
html5lib==1.1
4949
httpcore==1.0.9
5050
httpx==0.28.1
51-
idna==3.10
51+
idna==3.11
5252
imagesize==1.4.1
5353
importlib-metadata==8.7.0
54-
ipykernel==6.30.1
55-
ipython==9.5.0
54+
ipykernel==7.1.0
55+
ipython==9.7.0
5656
ipython-pygments-lexers==1.1.1
5757
isoduration==20.11.0
5858
jedi==0.19.2
@@ -63,25 +63,25 @@ jsonschema[format-nongpl]==4.25.1
6363
jsonschema-specifications==2025.9.1
6464
jupyter-cache==1.0.1
6565
jupyter-client==8.6.3
66-
jupyter-core==5.8.1
66+
jupyter-core==5.9.1
6767
jupyter-events==0.12.0
6868
jupyter-lsp==2.3.0
6969
jupyter-server==2.17.0
7070
jupyter-server-terminals==0.5.3
71-
jupyterlab==4.4.7
71+
jupyterlab==4.5.0
7272
jupyterlab-pygments==0.3.0
73-
jupyterlab-server==2.27.3
73+
jupyterlab-server==2.28.0
7474
kiwisolver==1.4.9
75-
lark==1.2.2
75+
lark==1.3.1
7676
markdown-it-py==3.0.0
77-
markupsafe==3.0.2
78-
matplotlib==3.10.6
79-
matplotlib-inline==0.1.7
77+
markupsafe==3.0.3
78+
matplotlib==3.10.7
79+
matplotlib-inline==0.2.1
8080
mdit-py-plugins==0.5.0
8181
mdurl==0.1.2
8282
mistune==3.1.4
8383
more-itertools==10.8.0
84-
msgpack==1.1.1
84+
msgpack==1.1.2
8585
myst-nb==1.3.0
8686
myst-parser==4.0.1
8787
natsort==8.4.0
@@ -90,48 +90,48 @@ nbconvert==7.16.6
9090
nbformat==5.10.4
9191
nest-asyncio==1.6.0
9292
notebook-shim==0.2.4
93-
numpy==2.3.3
93+
numpy==2.3.5
9494
packaging==25.0
95-
pandas==2.3.2
95+
pandas==2.3.3
9696
pandocfilters==1.5.1
9797
parso==0.8.5
9898
pexpect==4.9.0
99-
pillow==11.3.0
100-
pint==0.25
101-
platformdirs==4.4.0
99+
pillow==12.0.0
100+
pint==0.25.2
101+
platformdirs==4.5.0
102102
pockets==0.9.1
103103
prometheus-client==0.23.1
104104
prompt-toolkit==3.0.52
105-
psutil==7.1.0
105+
psutil==7.1.3
106106
ptyprocess==0.7.0
107107
pure-eval==0.2.3
108108
pycparser==2.23
109109
pydata-sphinx-theme==0.16.1
110110
pygments==2.19.2
111-
pyparsing==3.2.4
111+
pyparsing==3.2.5
112112
python-dateutil==2.9.0.post0
113-
python-json-logger==3.3.0
113+
python-json-logger==4.0.0
114114
pytz==2025.2
115-
pyyaml==6.0.2
115+
pyyaml==6.0.3
116116
pyzmq==27.1.0
117-
referencing==0.36.2
117+
referencing==0.37.0
118118
requests==2.32.5
119119
rfc3339-validator==0.1.4
120120
rfc3986-validator==0.1.1
121121
rfc3987-syntax==1.1.0
122122
roman-numerals-py==3.1.0
123-
rpds-py==0.27.1
123+
rpds-py==0.29.0
124124
ruamel-yaml==0.18.14
125-
ruamel-yaml-clib==0.2.12
126-
scipy==1.16.2
125+
ruamel-yaml-clib==0.2.15
126+
scipy==1.16.3
127127
send2trash==1.8.3
128128
six==1.17.0
129129
sniffio==1.3.1
130130
snowballstemmer==3.0.1
131131
soupsieve==2.8
132132
sphinx==8.2.3
133-
sphinx-autoapi==3.6.0
134-
sphinx-autodoc-typehints==3.2.0
133+
sphinx-autoapi==3.6.1
134+
sphinx-autodoc-typehints==3.5.2
135135
sphinx-codeautolink==0.17.5
136136
sphinx-gallery==0.19.0
137137
sphinx-jinja2-compat==0.4.1
@@ -145,30 +145,29 @@ sphinxcontrib-jsmath==1.0.1
145145
sphinxcontrib-napoleon==0.7
146146
sphinxcontrib-qthelp==2.0.0
147147
sphinxcontrib-serializinghtml==2.0.0
148-
sqlalchemy==2.0.43
148+
sqlalchemy==2.0.44
149149
stack-data==0.6.3
150150
tabulate==0.9.0
151151
terminado==0.18.1
152152
tinycss2==1.4.0
153153
tornado==6.5.2
154154
tqdm==4.67.1
155155
traitlets==5.14.3
156-
types-python-dateutil==2.9.0.20250822
157156
typing-extensions==4.15.0
158157
tzdata==2025.2
159158
uri-template==1.3.0
160159
urllib3==2.5.0
161-
wcwidth==0.2.13
162-
webcolors==24.11.1
160+
wcwidth==0.2.14
161+
webcolors==25.10.0
163162
webencodings==0.5.1
164-
websocket-client==1.8.0
165-
xcoll==0.6.5
166-
xdeps==0.10.6
167-
xfields==0.25.2
168-
xobjects==0.5.3
169-
xpart==0.23.1
170-
xsuite==0.38.2
171-
xtrack==0.90.2
163+
websocket-client==1.9.0
164+
xcoll==0.7.2
165+
xdeps==0.10.9
166+
xfields==0.25.5
167+
xobjects==0.5.7
168+
xpart==0.23.2
169+
xsuite==0.43.0
170+
xtrack==0.96.0
172171
zipp==3.23.0
173172

174173
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)