Skip to content

Commit ee268a1

Browse files
committed
Un-pin and bump PyJWT
1 parent 1965c7b commit ee268a1

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jsonschema[format]==4.23.0
1616
marshmallow-sqlalchemy==1.0.0
1717
marshmallow==3.21.3
1818
psycopg2-binary==2.9.10
19-
PyJWT==2.10.1
2019
SQLAlchemy==2.0.41
2120
pyorc==0.10.0
2221

requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,8 @@ pycurl==7.45.7
177177
# via
178178
# celery
179179
# kombu
180-
pyjwt==2.10.1
181-
# via
182-
# -r requirements.in
183-
# notifications-python-client
180+
pyjwt==2.11.0
181+
# via notifications-python-client
184182
pyorc==0.10.0
185183
# via -r requirements.in
186184
pypdf==6.7.3

requirements_for_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ pycparser==3.0
263263
# via cffi
264264
pycurl==7.45.7
265265
# via -r requirements.txt
266-
pyjwt==2.10.1
266+
pyjwt==2.11.0
267267
# via
268268
# -r requirements.txt
269269
# notifications-python-client

0 commit comments

Comments
 (0)