Skip to content

Commit 53ff181

Browse files
committed
security: patch
1 parent 35eceb8 commit 53ff181

13 files changed

Lines changed: 1027 additions & 830 deletions

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
* security dependencies patch
1011

1112
## [1.1.1] - 2025-01-24
1213

pdm-py38macos.lock

Lines changed: 103 additions & 72 deletions
Large diffs are not rendered by default.

pdm-py38unix.lock

Lines changed: 99 additions & 68 deletions
Large diffs are not rendered by default.

pdm-py38win.lock

Lines changed: 100 additions & 69 deletions
Large diffs are not rendered by default.

pdm-py39+macos.lock

Lines changed: 199 additions & 159 deletions
Large diffs are not rendered by default.

pdm-py39+unix.lock

Lines changed: 185 additions & 149 deletions
Large diffs are not rendered by default.

pdm-py39+win.lock

Lines changed: 186 additions & 150 deletions
Large diffs are not rendered by default.

requirements/requirementspy38mac.txt

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# Please do not edit it manually.
33

44
aiohappyeyeballs==2.4.0; python_version == "3.8"
5-
aiohttp==3.10.5; python_version == "3.8"
5+
aiohttp==3.10.11; python_version == "3.8"
66
aiosignal==1.3.1; python_version == "3.8"
77
alabaster==0.7.13; python_version == "3.8"
88
annotated-types==0.7.0; python_version == "3.8"
99
anyio==4.4.0; python_version == "3.8"
10-
appnope==0.1.4; sys_platform == "darwin" and python_version == "3.8" or platform_system == "Darwin" and python_version == "3.8"
10+
appnope==0.1.4; platform_system == "Darwin" and python_version == "3.8" or sys_platform == "darwin" and python_version == "3.8"
1111
argon2-cffi==23.1.0; python_version == "3.8"
1212
argon2-cffi-bindings==21.2.0; python_version == "3.8"
1313
arrow==1.3.0; python_version == "3.8"
@@ -18,7 +18,7 @@ attrs==24.2.0; python_version == "3.8"
1818
babel==2.16.0; python_version == "3.8"
1919
backcall==0.2.0; python_version == "3.8"
2020
beautifulsoup4==4.12.3; python_version == "3.8"
21-
bleach==6.1.0; python_version == "3.8"
21+
bleach[css]==6.1.0; python_version == "3.8"
2222
cachetools==5.5.0; python_version == "3.8"
2323
certifi==2024.8.30; python_version == "3.8"
2424
cffi==1.17.1; python_version == "3.8"
@@ -30,7 +30,6 @@ colorama==0.4.6; python_version == "3.8"
3030
colorcet==3.1.0; python_version == "3.8"
3131
comm==0.2.2; python_version == "3.8"
3232
contourpy==1.1.1; python_version == "3.8"
33-
coverage==7.6.1; python_version == "3.8"
3433
coverage[toml]==7.6.1; python_version == "3.8"
3534
cycler==0.12.1; python_version == "3.8"
3635
debugpy==1.8.5; python_version == "3.8"
@@ -42,7 +41,7 @@ et-xmlfile==1.1.0; python_version == "3.8"
4241
exceptiongroup==1.2.2; python_version == "3.8"
4342
executing==2.1.0; python_version == "3.8"
4443
fastjsonschema==2.20.0; python_version == "3.8"
45-
filelock==3.16.0; python_version == "3.8"
44+
filelock==3.16.1; python_version == "3.8"
4645
fonttools==4.53.1; python_version == "3.8"
4746
fqdn==1.5.1; python_version == "3.8"
4847
frozenlist==1.4.1; python_version == "3.8"
@@ -63,20 +62,19 @@ ipython==8.12.3; python_version == "3.8"
6362
ipywidgets==8.1.5; python_version == "3.8"
6463
isoduration==20.11.0; python_version == "3.8"
6564
jedi==0.19.1; python_version == "3.8"
66-
jinja2==3.1.4; python_version == "3.8"
65+
jinja2==3.1.5; python_version == "3.8"
6766
json5==0.9.25; python_version == "3.8"
6867
jsonpointer==3.0.0; python_version == "3.8"
69-
jsonschema==4.23.0; python_version == "3.8"
7068
jsonschema-specifications==2023.12.1; python_version == "3.8"
7169
jsonschema[format-nongpl]==4.23.0; python_version == "3.8"
72-
jupyter-client==8.6.2; python_version == "3.8"
70+
jupyter-client==8.6.3; python_version == "3.8"
7371
jupyter-core==5.7.2; python_version == "3.8"
7472
jupyter-events==0.10.0; python_version == "3.8"
7573
jupyter-lsp==2.2.5; python_version == "3.8"
7674
jupyter-server==2.14.2; python_version == "3.8"
7775
jupyter-server-proxy==4.4.0; python_version == "3.8"
7876
jupyter-server-terminals==0.5.3; python_version == "3.8"
79-
jupyterlab==4.2.5; python_version == "3.8"
77+
jupyterlab==4.3.5; python_version == "3.8"
8078
jupyterlab-pygments==0.3.0; python_version == "3.8"
8179
jupyterlab-server==2.27.3; python_version == "3.8"
8280
jupyterlab-widgets==3.0.13; python_version == "3.8"
@@ -92,17 +90,17 @@ more-itertools==10.5.0; python_version == "3.8"
9290
msgpack==1.1.0; python_version == "3.8"
9391
multidict==6.1.0; python_version == "3.8"
9492
nbclient==0.10.0; python_version == "3.8"
95-
nbconvert==7.16.4; python_version == "3.8"
93+
nbconvert==7.16.6; python_version == "3.8"
9694
nbformat==5.10.4; python_version == "3.8"
97-
nbsphinx==0.9.5; python_version == "3.8"
95+
nbsphinx==0.9.6; python_version == "3.8"
9896
nest-asyncio==1.6.0; python_version == "3.8"
9997
nodeenv==1.9.1; python_version == "3.8"
100-
notebook==7.2.2; python_version == "3.8"
98+
notebook==7.3.2; python_version == "3.8"
10199
notebook-shim==0.2.4; python_version == "3.8"
102100
numpy==1.24.4; python_version == "3.8"
103101
openpyxl==3.1.5; python_version == "3.8"
104102
overrides==7.7.0; python_version == "3.8"
105-
packaging==24.1; python_version == "3.8"
103+
packaging==24.2; python_version == "3.8"
106104
pandas==2.0.3; python_version == "3.8"
107105
pandoc==2.4; python_version == "3.8"
108106
pandocfilters==1.5.1; python_version == "3.8"
@@ -111,14 +109,15 @@ pexpect==4.9.0; sys_platform != "win32" and python_version == "3.8"
111109
pickleshare==0.7.5; python_version == "3.8"
112110
pillow==10.4.0; python_version == "3.8"
113111
pkgutil-resolve-name==1.3.10; python_version == "3.8"
114-
platformdirs==4.3.2; python_version == "3.8"
112+
platformdirs==4.3.6; python_version == "3.8"
115113
pluggy==1.5.0; python_version == "3.8"
116114
plumbum==1.8.3; python_version == "3.8"
117115
ply==3.11; python_version == "3.8"
118116
pooch==1.8.2; python_version == "3.8"
119117
pre-commit==3.5.0; python_version == "3.8"
120118
prometheus-client==0.20.0; python_version == "3.8"
121119
prompt-toolkit==3.0.47; python_version == "3.8"
120+
propcache==0.2.0; python_version == "3.8"
122121
psutil==6.0.0; python_version == "3.8"
123122
ptyprocess==0.7.0; os_name != "nt" and python_version == "3.8" or sys_platform != "win32" and python_version == "3.8"
124123
pure-eval==0.2.3; python_version == "3.8"
@@ -127,7 +126,7 @@ pydantic==2.9.1; python_version == "3.8"
127126
pydantic-core==2.23.3; python_version == "3.8"
128127
pygments==2.18.0; python_version == "3.8"
129128
pyparsing==3.1.4; python_version == "3.8"
130-
pyproject-api==1.7.1; python_version == "3.8"
129+
pyproject-api==1.8.0; python_version == "3.8"
131130
pyqt5==5.15.10; python_version == "3.8"
132131
pyqt5-qt5==5.15.14; python_version == "3.8"
133132
pyqt5-sip==12.15.0; python_version == "3.8"
@@ -136,7 +135,6 @@ pytest-cov==5.0.0; python_version == "3.8"
136135
python-dateutil==2.9.0.post0; python_version == "3.8"
137136
python-json-logger==2.0.7; python_version == "3.8"
138137
pytz==2024.2; python_version == "3.8"
139-
pyvista==0.44.1; python_version == "3.8"
140138
pyvista[all]==0.44.1; python_version == "3.8"
141139
pyvista[colormaps,io,jupyter]==0.44.1; python_version == "3.8"
142140
pyvistaqt==0.11.1; python_version == "3.8"
@@ -169,10 +167,10 @@ sphinxcontrib-qthelp==1.0.3; python_version == "3.8"
169167
sphinxcontrib-serializinghtml==1.1.5; python_version == "3.8"
170168
stack-data==0.6.3; python_version == "3.8"
171169
terminado==0.18.1; python_version == "3.8"
172-
tinycss2==1.3.0; python_version == "3.8"
173-
tomli==2.0.1; python_version == "3.8"
174-
tornado==6.4.1; python_version == "3.8"
175-
tox==4.18.1; python_version == "3.8"
170+
tinycss2==1.2.1; python_version == "3.8"
171+
tomli==2.2.1; python_version == "3.8"
172+
tornado==6.4.2; python_version == "3.8"
173+
tox==4.24.1; python_version == "3.8"
176174
tqdm==4.66.5; python_version == "3.8"
177175
traitlets==5.14.3; python_version == "3.8"
178176
trame==3.6.5; python_version == "3.8"
@@ -185,13 +183,13 @@ typing-extensions==4.12.2; python_version == "3.8"
185183
tzdata==2024.1; python_version == "3.8"
186184
uri-template==1.3.0; python_version == "3.8"
187185
urllib3==2.2.2; python_version == "3.8"
188-
virtualenv==20.26.4; python_version == "3.8"
189-
vtk @ https://files.pythonhosted.org/packages/b3/15/40f8264f1b5379f12caf0e5153006a61c1f808937877c996e907610e8f23/vtk-9.3.1-cp38-cp38-macosx_10_10_x86_64.whl ; python_version == "3.8"
186+
virtualenv==20.29.1; python_version == "3.8"
187+
vtk==9.3.1; python_version == "3.8"
190188
wcwidth==0.2.13; python_version == "3.8"
191189
webcolors==24.8.0; python_version == "3.8"
192190
webencodings==0.5.1; python_version == "3.8"
193191
websocket-client==1.8.0; python_version == "3.8"
194192
widgetsnbextension==4.0.13; python_version == "3.8"
195193
wslink==2.1.3; python_version == "3.8"
196-
yarl==1.11.1; python_version == "3.8"
194+
yarl==1.15.2; python_version == "3.8"
197195
zipp==3.20.1; python_version == "3.8"

requirements/requirementspy38unix.txt

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Please do not edit it manually.
33

44
aiohappyeyeballs==2.4.0; python_version == "3.8"
5-
aiohttp==3.10.5; python_version == "3.8"
5+
aiohttp==3.10.11; python_version == "3.8"
66
aiosignal==1.3.1; python_version == "3.8"
77
alabaster==0.7.13; python_version == "3.8"
88
annotated-types==0.7.0; python_version == "3.8"
@@ -17,7 +17,7 @@ attrs==24.2.0; python_version == "3.8"
1717
babel==2.16.0; python_version == "3.8"
1818
backcall==0.2.0; python_version == "3.8"
1919
beautifulsoup4==4.12.3; python_version == "3.8"
20-
bleach==6.1.0; python_version == "3.8"
20+
bleach[css]==6.1.0; python_version == "3.8"
2121
cachetools==5.5.0; python_version == "3.8"
2222
certifi==2024.8.30; python_version == "3.8"
2323
cffi==1.17.1; python_version == "3.8"
@@ -29,7 +29,6 @@ colorama==0.4.6; python_version == "3.8"
2929
colorcet==3.1.0; python_version == "3.8"
3030
comm==0.2.2; python_version == "3.8"
3131
contourpy==1.1.1; python_version == "3.8"
32-
coverage==7.6.1; python_version == "3.8"
3332
coverage[toml]==7.6.1; python_version == "3.8"
3433
cycler==0.12.1; python_version == "3.8"
3534
debugpy==1.8.5; python_version == "3.8"
@@ -41,7 +40,7 @@ et-xmlfile==1.1.0; python_version == "3.8"
4140
exceptiongroup==1.2.2; python_version == "3.8"
4241
executing==2.1.0; python_version == "3.8"
4342
fastjsonschema==2.20.0; python_version == "3.8"
44-
filelock==3.16.0; python_version == "3.8"
43+
filelock==3.16.1; python_version == "3.8"
4544
fonttools==4.53.1; python_version == "3.8"
4645
fqdn==1.5.1; python_version == "3.8"
4746
frozenlist==1.4.1; python_version == "3.8"
@@ -62,20 +61,19 @@ ipython==8.12.3; python_version == "3.8"
6261
ipywidgets==8.1.5; python_version == "3.8"
6362
isoduration==20.11.0; python_version == "3.8"
6463
jedi==0.19.1; python_version == "3.8"
65-
jinja2==3.1.4; python_version == "3.8"
64+
jinja2==3.1.5; python_version == "3.8"
6665
json5==0.9.25; python_version == "3.8"
6766
jsonpointer==3.0.0; python_version == "3.8"
68-
jsonschema==4.23.0; python_version == "3.8"
6967
jsonschema-specifications==2023.12.1; python_version == "3.8"
7068
jsonschema[format-nongpl]==4.23.0; python_version == "3.8"
71-
jupyter-client==8.6.2; python_version == "3.8"
69+
jupyter-client==8.6.3; python_version == "3.8"
7270
jupyter-core==5.7.2; python_version == "3.8"
7371
jupyter-events==0.10.0; python_version == "3.8"
7472
jupyter-lsp==2.2.5; python_version == "3.8"
7573
jupyter-server==2.14.2; python_version == "3.8"
7674
jupyter-server-proxy==4.4.0; python_version == "3.8"
7775
jupyter-server-terminals==0.5.3; python_version == "3.8"
78-
jupyterlab==4.2.5; python_version == "3.8"
76+
jupyterlab==4.3.5; python_version == "3.8"
7977
jupyterlab-pygments==0.3.0; python_version == "3.8"
8078
jupyterlab-server==2.27.3; python_version == "3.8"
8179
jupyterlab-widgets==3.0.13; python_version == "3.8"
@@ -91,17 +89,17 @@ more-itertools==10.5.0; python_version == "3.8"
9189
msgpack==1.1.0; python_version == "3.8"
9290
multidict==6.1.0; python_version == "3.8"
9391
nbclient==0.10.0; python_version == "3.8"
94-
nbconvert==7.16.4; python_version == "3.8"
92+
nbconvert==7.16.6; python_version == "3.8"
9593
nbformat==5.10.4; python_version == "3.8"
96-
nbsphinx==0.9.5; python_version == "3.8"
94+
nbsphinx==0.9.6; python_version == "3.8"
9795
nest-asyncio==1.6.0; python_version == "3.8"
9896
nodeenv==1.9.1; python_version == "3.8"
99-
notebook==7.2.2; python_version == "3.8"
97+
notebook==7.3.2; python_version == "3.8"
10098
notebook-shim==0.2.4; python_version == "3.8"
10199
numpy==1.24.4; python_version == "3.8"
102100
openpyxl==3.1.5; python_version == "3.8"
103101
overrides==7.7.0; python_version == "3.8"
104-
packaging==24.1; python_version == "3.8"
102+
packaging==24.2; python_version == "3.8"
105103
pandas==2.0.3; python_version == "3.8"
106104
pandoc==2.4; python_version == "3.8"
107105
pandocfilters==1.5.1; python_version == "3.8"
@@ -110,14 +108,15 @@ pexpect==4.9.0; sys_platform != "win32" and python_version == "3.8"
110108
pickleshare==0.7.5; python_version == "3.8"
111109
pillow==10.4.0; python_version == "3.8"
112110
pkgutil-resolve-name==1.3.10; python_version == "3.8"
113-
platformdirs==4.3.2; python_version == "3.8"
111+
platformdirs==4.3.6; python_version == "3.8"
114112
pluggy==1.5.0; python_version == "3.8"
115113
plumbum==1.8.3; python_version == "3.8"
116114
ply==3.11; python_version == "3.8"
117115
pooch==1.8.2; python_version == "3.8"
118116
pre-commit==3.5.0; python_version == "3.8"
119117
prometheus-client==0.20.0; python_version == "3.8"
120118
prompt-toolkit==3.0.47; python_version == "3.8"
119+
propcache==0.2.0; python_version == "3.8"
121120
psutil==6.0.0; python_version == "3.8"
122121
ptyprocess==0.7.0; os_name != "nt" and python_version == "3.8" or sys_platform != "win32" and python_version == "3.8"
123122
pure-eval==0.2.3; python_version == "3.8"
@@ -126,7 +125,7 @@ pydantic==2.9.1; python_version == "3.8"
126125
pydantic-core==2.23.3; python_version == "3.8"
127126
pygments==2.18.0; python_version == "3.8"
128127
pyparsing==3.1.4; python_version == "3.8"
129-
pyproject-api==1.7.1; python_version == "3.8"
128+
pyproject-api==1.8.0; python_version == "3.8"
130129
pyqt5==5.15.10; python_version == "3.8"
131130
pyqt5-qt5==5.15.2; python_version == "3.8"
132131
pyqt5-sip==12.15.0; python_version == "3.8"
@@ -135,7 +134,6 @@ pytest-cov==5.0.0; python_version == "3.8"
135134
python-dateutil==2.9.0.post0; python_version == "3.8"
136135
python-json-logger==2.0.7; python_version == "3.8"
137136
pytz==2024.2; python_version == "3.8"
138-
pyvista==0.44.1; python_version == "3.8"
139137
pyvista[all]==0.44.1; python_version == "3.8"
140138
pyvista[colormaps,io,jupyter]==0.44.1; python_version == "3.8"
141139
pyvistaqt==0.11.1; python_version == "3.8"
@@ -168,10 +166,10 @@ sphinxcontrib-qthelp==1.0.3; python_version == "3.8"
168166
sphinxcontrib-serializinghtml==1.1.5; python_version == "3.8"
169167
stack-data==0.6.3; python_version == "3.8"
170168
terminado==0.18.1; python_version == "3.8"
171-
tinycss2==1.3.0; python_version == "3.8"
172-
tomli==2.0.1; python_version == "3.8"
173-
tornado==6.4.1; python_version == "3.8"
174-
tox==4.18.1; python_version == "3.8"
169+
tinycss2==1.2.1; python_version == "3.8"
170+
tomli==2.2.1; python_version == "3.8"
171+
tornado==6.4.2; python_version == "3.8"
172+
tox==4.24.1; python_version == "3.8"
175173
tqdm==4.66.5; python_version == "3.8"
176174
traitlets==5.14.3; python_version == "3.8"
177175
trame==3.6.5; python_version == "3.8"
@@ -184,13 +182,13 @@ typing-extensions==4.12.2; python_version == "3.8"
184182
tzdata==2024.1; python_version == "3.8"
185183
uri-template==1.3.0; python_version == "3.8"
186184
urllib3==2.2.2; python_version == "3.8"
187-
virtualenv==20.26.4; python_version == "3.8"
185+
virtualenv==20.29.1; python_version == "3.8"
188186
vtk==9.3.1; python_version == "3.8"
189187
wcwidth==0.2.13; python_version == "3.8"
190188
webcolors==24.8.0; python_version == "3.8"
191189
webencodings==0.5.1; python_version == "3.8"
192190
websocket-client==1.8.0; python_version == "3.8"
193191
widgetsnbextension==4.0.13; python_version == "3.8"
194192
wslink==2.1.3; python_version == "3.8"
195-
yarl==1.11.1; python_version == "3.8"
193+
yarl==1.15.2; python_version == "3.8"
196194
zipp==3.20.1; python_version == "3.8"

0 commit comments

Comments
 (0)