fix test for pyjwt upgrade

This commit is contained in:
Kenneth Kehl
2026-03-17 07:51:12 -07:00
parent 776a33a9e3
commit d033af8f76
3 changed files with 32 additions and 18 deletions

View File

@@ -41,7 +41,7 @@ newrelic = "^11.5.0"
packaging = "==26.0"
poetry-dotenv-plugin = "==0.2.0"
psycopg2-binary = "==2.9.11"
pyjwt = "==2.10.1"
pyjwt = "==2.12.0"
python-dotenv = "==1.2.1"
sqlalchemy = "==2.0.47"
werkzeug = "^3.1.5"