Skip to content

Commit e9b2ba5

Browse files
authored
feat: bump python-multipart to 0.0.31 (fix low CVE-2026-53540) (#437)
1 parent f14068f commit e9b2ba5

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
@@ -34,7 +34,7 @@
3434
| [PyJWT](https://github.com/jpadilla/pyjwt) | 2.13.0 | ldap |
3535
| [python-dotenv](https://pypi.org/project/python-dotenv) | 1.2.2 | ldap |
3636
| [python-ldap](https://www.python-ldap.org/) | 3.4.5 | ldap |
37-
| [python-multipart](https://github.com/Kludex/python-multipart) | 0.0.30 | ldap |
37+
| [python-multipart](https://github.com/Kludex/python-multipart) | 0.0.31 | ldap |
3838
| [redis](https://github.com/redis/redis-py) | 7.1.1 | ldap |
3939
| [setuptools](https://pypi.org/project/setuptools) | 82.0.1 | ldap |
4040
| [six](https://github.com/benjaminp/six) | 1.17.0 | ldap |

layers/layer3_ldap/0500_ldap_deps/requirements3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pydantic-settings==2.14.2
2626
PyJWT==2.13.0
2727
python-dotenv==1.2.2
2828
python-ldap==3.4.5
29-
python-multipart==0.0.30
29+
python-multipart==0.0.31
3030
redis==7.1.1
3131
setuptools==82.0.1
3232
six==1.17.0

0 commit comments

Comments
 (0)