Skip to content

Commit

Permalink
Merge pull request #837 from UW-GAC/dependabot/pip/pyjwt-2.10.0
Browse files Browse the repository at this point in the history
Bump pyjwt from 2.9.0 to 2.10.0
  • Loading branch information
jmcarson authored Nov 22, 2024
2 parents 200e982 + c25a2a6 commit e5bf0bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gregor_django/drupal_oauth_provider/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def get_mocked_response(self):
"name": "testmaster",
"email": "[email protected]",
"email_verified": "True",
"sub": 20122
"sub": "20122"
}""",
),
]
Expand Down Expand Up @@ -184,7 +184,7 @@ def get_id_token(self):
"iat": self.setup_time,
"aud": allowed_audience,
"scope": ["authenticated", "oauth_client_user"],
"sub": 20122,
"sub": "20122",
}
)

Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pyjwt==2.9.0
pyjwt==2.10.0
# via -r requirements/requirements.in
pyproject-hooks==1.0.0
# via
Expand Down

0 comments on commit e5bf0bd

Please sign in to comment.