Skip to content

Commit ffc1e40

Browse files
authored
feat: bump black from 25.1.0 to 26.3.1 (fix high CVE-2026-32274) (#2688)
- black 26.3.1 requires update of pathspec from 0.12.1 to 1.0+ (1.12.4) - black 26.3.1 requires add of dependency pytokens (0.4.1) - pytokens requires add of mypy (1.19.1) to build - mypy requires add of dependency librt (0.8.1)
1 parent f46d277 commit ffc1e40

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

.metwork-framework/components.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | 4.13.3 | python3 |
2626
| [binaryornot](https://github.com/audreyr/binaryornot) | 0.4.5 | python3 |
2727
| [bjoern](https://github.com/jonashaag/bjoern) | 3.2.2 | python3 |
28-
| [black](https://pypi.org/project/black) | 25.1.0 | python3_devtools |
28+
| [black](https://pypi.org/project/black) | 26.3.1 | python3_devtools |
2929
| [bracex](https://github.com/facelessuser/bracex) | 2.5 | python3_devtools |
3030
| [bump-pydantic](https://pypi.org/project/bump-pydantic) | 0.8.0 | python3_devtools |
3131
| [cached-property](https://github.com/pydanny/cached-property) | 1.5.2 | python3_circus |
@@ -125,6 +125,7 @@
125125
| [libcst](https://pypi.org/project/libcst) | 1.8.6 | python3_devtools |
126126
| [libevent](https://libevent.org/) | 2.1.12 | core |
127127
| [libgeotiff](https://github.com/OSGeo/libgeotiff) | 1.7.4 | scientific_core |
128+
| [librt](https://github.com/mypyc/librt) | 0.8.1 | python3_devtools |
128129
| [libspatialite](https://www.gaia-gis.it/fossil/libspatialite) | 5.1.0 | scientific_core |
129130
| [libtiff](http://www.libtiff.org) | 4.7.0 | core |
130131
| [libtirpc](https://sourceforge.net/projects/libtirpc/) | 1.3.6 | core |
@@ -166,6 +167,7 @@
166167
| [more-itertools](https://github.com/more-itertools/more-itertools) | 10.6.0 | python3_devtools |
167168
| [msgpack](https://msgpack.org/) | 1.1.2 | python3 |
168169
| [multidict](https://github.com/aio-libs/multidict) | 6.1.0 | python3 |
170+
| [mypy](https://www.mypy-lang.org/) | 1.19.1 | python3_devtools |
169171
| [mypy_extensions](https://github.com/python/mypy_extensions) | 1.1.0 | python3 |
170172
| [natsort](https://github.com/SethMMorton/natsort) | 8.4.0 | python3_devtools |
171173
| [netcdf-c](http://www.unidata.ucar.edu/software/netcdf/) | 4.10.0 | scientific_core |
@@ -186,7 +188,7 @@
186188
| [panoply](https://github.com/jeremynac/panoply) | 0.1.56 | python3_devtools |
187189
| [paramiko](https://paramiko.org) | 3.5.1 | python3 |
188190
| [parso](https://github.com/davidhalter/parso) | 0.8.4 | python3 |
189-
| [pathspec](https://pypi.org/project/pathspec) | 0.12.1 | python3_core |
191+
| [pathspec](https://pypi.org/project/pathspec) | 1.0.4 | python3_core |
190192
| [pbr](https://docs.openstack.org/pbr/latest/) | 7.0.3 | python3 |
191193
| [pdm-backend](https://github.com/pdm-project/pdm-backend) | 2.4.4 | python3 |
192194
| [pdoc3](https://pdoc3.github.io/pdoc/) | 0.11.6 | python3_devtools |
@@ -253,6 +255,7 @@
253255
| [python-dateutil](https://github.com/dateutil/dateutil) | 2.9.0.post0 | python3 |
254256
| [python-ldap](https://www.python-ldap.org/) | 3.4.5 | python3 |
255257
| [Python](http://python.org/) | 3.13.11 | python3_core |
258+
| [pytokens](https://github.com/tusharsadhwani/pytokens) | 0.4.1 | python3_devtools |
256259
| [pytz](http://pythonhosted.org/pytz) | 2025.1 | python3 |
257260
| [PyYAML-ft](https://github.com/Quansight-Labs/pyyaml-ft/) | 8.0.0 | python3_devtools |
258261
| [PyYAML](https://pyyaml.org/) | 6.0.3 | python3 |
@@ -330,4 +333,4 @@
330333
| [zeromq](https://zeromq.org/) | 4.3.5 | core |
331334
| [zipp](https://pypi.org/project/zipp) | 3.21.0 | python3_core |
332335

333-
*(329 components)*
336+
*(332 components)*
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pathspec==0.12.1
1+
pathspec==1.0.4
22
pluggy==1.6.0
33
trove-classifiers==2025.11.14.15
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
flit-scm==1.7.0
2+
librt==0.8.1
3+
mypy==1.19.1

layers/layer7_python3_devtools/0500_extra_python_packages/requirements3.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ altgraph==0.17.5
33
astroid==3.3.9
44
backrefs==5.8
55
bandit==1.8.3
6-
black==25.1.0
6+
black==26.3.1
77
bracex==2.5
88
bump-pydantic==0.8.0
99
cfgv==3.4.0
@@ -66,6 +66,7 @@ pytest-json-report==1.5.0
6666
pytest-metadata==3.1.1
6767
pytest-mock==3.14.0
6868
pytest-xdist==3.6.1
69+
pytokens==0.4.1
6970
pyyaml-env-tag==0.1
7071
pyyaml-ft==8.0.0
7172
sarif-om==1.0.4

0 commit comments

Comments
 (0)