Skip to content

Commit ff82cc5

Browse files
fix(deps): update dependency pyjwt to v2.12.0 [security]
1 parent 2c5bed9 commit ff82cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"httpx~=0.28.1",
1313
"pydantic>=2.10.4",
1414
"pyjwt>=2.10.0 ; python_full_version >= '3.9'",
15-
"pyjwt>=2.9.0,<2.10 ; python_full_version == '3.8.*'",
15+
"pyjwt>=2.12,<2.13; python_full_version == '3.8.*'",
1616
]
1717

1818
[project.urls]

0 commit comments

Comments
 (0)