mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
build(deps): raise pyjwt floor to >=2.13.0 and format bump_version
pyjwt 2.12.1 (pulled transitively by mcp and msal) carries four disclosed CVEs fixed in 2.13.0; add a uv constraint-dependencies floor and refresh the lock. Also apply ruff formatting to the changelog scaffold f-string in the version-bump script.
This commit is contained in:
@@ -131,6 +131,15 @@ explicit = true
|
||||
[tool.uv.sources]
|
||||
torch = [{ index = "pytorch-cpu" }]
|
||||
|
||||
# =============================================================================
|
||||
# uv: raise the floor on vulnerable transitive dependencies
|
||||
# =============================================================================
|
||||
# pyjwt is pulled in transitively (by mcp and msal). 2.12.1 carries four
|
||||
# disclosed CVEs that are fixed in 2.13.0; constrain the floor so the resolver
|
||||
# picks a patched release while leaving the direct dependents' own ranges intact.
|
||||
[tool.uv]
|
||||
constraint-dependencies = ["pyjwt>=2.13.0"]
|
||||
|
||||
# =============================================================================
|
||||
# RUFF Configuration
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user