Skip to content

Commit 1ee92ef

Browse files
authored
feat: bump python-multipart to 0.0.29 (fix high CVE-2026-42561) (#412)
1 parent 3165921 commit 1ee92ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.metwork-framework/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
| [pydantic](https://github.com/pydantic/pydantic) | 1.10.17 | ldap |
3131
| [PyJWT](https://github.com/jpadilla/pyjwt) | 2.12.1 | ldap |
3232
| [python-ldap](https://www.python-ldap.org/) | 3.4.5 | ldap |
33-
| [python-multipart](https://github.com/Kludex/python-multipart) | 0.0.26 | ldap |
33+
| [python-multipart](https://github.com/Kludex/python-multipart) | 0.0.29 | ldap |
3434
| [redis](https://github.com/redis/redis-py) | 4.4.4 | ldap |
3535
| [setuptools](https://pypi.org/project/setuptools) | 81.0.0 | ldap |
3636
| [sniffio](https://github.com/python-trio/sniffio) | 1.2.0 | ldap |

layers/layer3_ldap/0500_ldap_deps/requirements3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pyasn1-modules==0.4.1
2222
pydantic==1.10.17
2323
PyJWT==2.12.1
2424
python-ldap==3.4.5
25-
python-multipart==0.0.26
25+
python-multipart==0.0.29
2626
redis==4.4.4
2727
setuptools==81.0.0
2828
sniffio==1.2.0

0 commit comments

Comments
 (0)