Skip to content

Commit

Permalink
Merge dependabot/pip/requirements/pyjwt-2.10.1 into combined-prs-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 2, 2024
2 parents eee247b + 2d3302e commit f98c77e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions primed/drupal_oauth_provider/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def get_mocked_response(self):
"name": "testmaster",
"email": "[email protected]",
"email_verified": "True",
"sub": 20122
"sub": "20122"
}""",
),
]
Expand Down Expand Up @@ -198,7 +198,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 @@ -144,7 +144,7 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pyjwt==2.9.0
pyjwt==2.10.1
# via -r requirements/requirements.in
pyparsing==3.1.1
# via packaging
Expand Down

0 comments on commit f98c77e

Please sign in to comment.