Skip to content

Commit

Permalink
Bump itsdangerous from 2.1.2 to 2.2.0 (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 6e0ba13 commit cb675b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/model/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def remove_role(self, role, library=None):
def generate_reset_password_token(self, secret_key: str) -> str:
serializer = URLSafeTimedSerializer(secret_key)

return serializer.dumps(self.email, salt=self.password_hashed) # type: ignore[return-value]
return serializer.dumps(self.email, salt=self.password_hashed)

@staticmethod
def validate_reset_password_token_and_fetch_admin(
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb675b8

Please sign in to comment.