Skip to content

Commit 0a18cdc

Browse files
authored
feat: bump pyasn1 from 0.6.2 to 0.6.3 (fix high CVE-2026-30922) (backport #403) (#404)
Add also missing dependencies<hr>This is an automatic backport of pull request #403 done by [Mergify](https://mergify.com).
1 parent 0a85599 commit 0a18cdc

2 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
@@ -1,6 +1,7 @@
11
| Name | Version | Layer |
22
| --- | --- | --- |
33
| [aiofiles](https://pypi.org/project/aiofiles) | 0.8.0 | ldap |
4+
| [annotated-doc](https://github.com/fastapi/annotated-doc) | 0.0.4 | ldap |
45
| [anyio](https://pypi.org/project/anyio) | 3.7.1 | ldap |
56
| [aredis](https://github.com/NoneGG/aredis) | 1.1.8 | ldap |
67
| [asgi-ratelimit](https://github.com/abersheeran/asgi-ratelimit) | 0.7.0 | ldap |
@@ -26,14 +27,16 @@
2627
| [MarkupSafe](https://palletsprojects.com/p/markupsafe/) | 2.1.0 | ldap |
2728
| [mflog](https://github.com/metwork-framework/mflog) | 0.1.0 | ldap |
2829
| [openjdk](https://adoptopenjdk.net) | 11.0.5+10 | java |
29-
| [pyasn1-modules](https://github.com/etingof/pyasn1-modules) | 0.2.8 | ldap |
30-
| [pyasn1](https://github.com/etingof/pyasn1) | 0.4.8 | ldap |
30+
| [packaging](https://pypi.org/project/packaging) | 26.0 | ldap |
31+
| [pyasn1](https://github.com/pyasn1/pyasn1) | 0.6.3 | ldap |
32+
| [pyasn1_modules](https://github.com/pyasn1/pyasn1-modules) | 0.4.1 | ldap |
3133
| [pydantic](https://github.com/pydantic/pydantic) | 1.10.17 | ldap |
3234
| [PyJWT](https://github.com/jpadilla/pyjwt) | 2.12.1 | ldap |
3335
| [python-ldap](https://www.python-ldap.org/) | 3.4.4 | ldap |
3436
| [python-multipart](https://github.com/Kludex/python-multipart) | 0.0.22 | ldap |
3537
| [redis](https://github.com/redis/redis-py) | 4.4.4 | ldap |
3638
| [setuptools-scm](https://github.com/pypa/setuptools_scm/) | 7.1.0 | ldap |
39+
| [setuptools](https://pypi.org/project/setuptools) | 81.0.0 | ldap |
3740
| [sniffio](https://github.com/python-trio/sniffio) | 1.2.0 | ldap |
3841
| [starlette](https://github.com/Kludex/starlette) | 0.49.1 | ldap |
3942
| [structlog](https://pypi.org/project/structlog) | 21.5.0 | ldap |
@@ -43,4 +46,4 @@
4346
| [uvicorn](https://www.uvicorn.org/) | 0.17.5 | ldap |
4447
| [zipp](https://github.com/jaraco/zipp) | 3.19.2 | ldap |
4548

46-
*(42 components)*
49+
*(45 components)*

layers/layer3_ldap/0500_ldap_deps/requirements3.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
aiofiles==0.8.0
2+
annotated-doc==0.0.4
23
anyio==3.7.1
34
aredis==1.1.8
45
asgi-ratelimit==0.7.0
@@ -17,13 +18,15 @@ importlib-metadata==3.7.3
1718
Jinja2==3.1.6
1819
MarkupSafe==2.1.0
1920
mflog==0.1.0
20-
pyasn1==0.4.8
21-
pyasn1-modules==0.2.8
21+
packaging==26.0
22+
pyasn1==0.6.3
23+
pyasn1-modules==0.4.1
2224
pydantic==1.10.17
2325
PyJWT==2.12.1
2426
python-ldap==3.4.4
2527
python-multipart==0.0.22
2628
redis==4.4.4
29+
setuptools==81.0.0
2730
setuptools-scm==7.1.0
2831
sniffio==1.2.0
2932
starlette==0.49.1

0 commit comments

Comments
 (0)