Skip to content

Commit c2714ed

Browse files
authored
feat: bump PyJWT from 2.12.1 to 2.13.0 (fix high CVE-2026-48526) (#420)
1 parent a988abd commit c2714ed

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
@@ -31,7 +31,7 @@
3131
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | 2.14.1 | ldap |
3232
| [pydantic](https://github.com/pydantic/pydantic) | 2.13.4 | ldap |
3333
| [pydantic_core](https://github.com/pydantic/pydantic) | 2.46.4 | ldap |
34-
| [PyJWT](https://github.com/jpadilla/pyjwt) | 2.12.1 | ldap |
34+
| [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 |
3737
| [python-multipart](https://github.com/Kludex/python-multipart) | 0.0.29 | ldap |

layers/layer3_ldap/0500_ldap_deps/requirements3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pyasn1-modules==0.4.1
2323
pydantic==2.13.4
2424
pydantic-core==2.46.4
2525
pydantic-settings==2.14.1
26-
PyJWT==2.12.1
26+
PyJWT==2.13.0
2727
python-dotenv==1.2.2
2828
python-ldap==3.4.5
2929
python-multipart==0.0.29

0 commit comments

Comments
 (0)