Skip to content

Commit

Permalink
Require authlib>=1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
byrman committed Sep 23, 2024
1 parent c7ec89a commit 9a70392
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Changelog of nens-auth-client

- README fixes and updates (``path()`` instead of ``url()``, for instance).

- Require "authlib>=1.3.1" because of
https://security.snyk.io/vuln/SNYK-PYTHON-AUTHLIB-7231109.


1.6.0 (2024-03-20)
------------------
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

install_requires = [
"Django",
"authlib>=1.2",
# https://security.snyk.io/vuln/SNYK-PYTHON-AUTHLIB-7231109
"authlib>=1.3.1",
"django-appconf",
"requests",
]
Expand Down

0 comments on commit 9a70392

Please sign in to comment.