Skip to content

Commit df47028

Browse files
committed
Updated requirements
1 parent ac16a4a commit df47028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ python_dateutil = ">=2.5.3"
2222
setuptools = ">=21.0.0"
2323
urllib3 = ">=2.0.7"
2424
requests = ">=2.31.0"
25-
pyjwt = "2.6.0"
25+
pyjwt = ">=2.6.0"
2626

2727

2828
[build-system]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ python_dateutil >= 2.5.3
44
setuptools >= 21.0.0
55
urllib3 >= 2.0.7
66
requests>=2.31.0
7-
pyjwt==2.6.0
7+
pyjwt >= 2.6.0

0 commit comments

Comments
 (0)