Skip to content

Commit 5d8bbe8

Browse files
committed
fix: bump PyJWT to avoid CVEs
Signed-off-by: Lídia Tarcza <100163235+diatrcz@users.noreply.github.com>
1 parent 0c15c6a commit 5d8bbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"requests>=2.32.4,<3.0.0",
3030
"urllib3>=2.4.0,<3.0.0",
3131
"python_dateutil>=2.9.0,<3.0.0",
32-
"PyJWT>=2.10.1,<3.0.0",
32+
"PyJWT>=2.11.0,<3.0.0",
3333
]
3434

3535
[project.urls]

0 commit comments

Comments
 (0)