File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pycparser==2.21
180180 # cffi
181181pygments==2.17.2
182182 # via ipython
183- pyjwt==2.10.1
183+ pyjwt==2.12.0
184184 # via -r prod.txt
185185pyproject-hooks==1.0.0
186186 # via
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ pycparser==2.21
176176 # cffi
177177pygments==2.19.2
178178 # via pytest
179- pyjwt==2.10.1
179+ pyjwt==2.12.0
180180 # via -r prod.txt
181181pyproject-hooks==1.0.0
182182 # via
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ pygments==2.19.2
266266 # -r functests.txt
267267 # -r tests.txt
268268 # pytest
269- pyjwt==2.10.1
269+ pyjwt==2.12.0
270270 # via
271271 # -r functests.txt
272272 # -r tests.txt
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ pyasn1-modules==0.3.0
9595 # via google-auth
9696pycparser==2.21
9797 # via cffi
98- pyjwt==2.10.1
98+ pyjwt==2.12.0
9999 # via -r prod.in
100100pyramid==2.0.2
101101 # via
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ pycparser==2.21
180180 # cffi
181181pygments==2.19.2
182182 # via pytest
183- pyjwt==2.10.1
183+ pyjwt==2.12.0
184184 # via -r prod.txt
185185pyproject-hooks==1.0.0
186186 # via
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ pycparser==2.21
160160 # via
161161 # -r prod.txt
162162 # cffi
163- pyjwt==2.10.1
163+ pyjwt==2.12.0
164164 # via -r prod.txt
165165pyproject-hooks==1.1.0
166166 # via
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def pyramid_settings():
3030 "data_directory" : "tests/data_directory" ,
3131 "dev" : False ,
3232 "youtube_transcripts" : True ,
33- "api_jwt_secret" : "secret " ,
33+ "api_jwt_secret" : "test_api_jwt_secret_at_least_32_bytes_long " ,
3434 "youtube_api_key" : "test_youtube_api_key" ,
3535 "supadata_api_key" : "test_supadata_api_key" ,
3636 "database_url" : environ ["DATABASE_URL" ],
You can’t perform that action at this time.
0 commit comments