Skip to content

Commit 20b1ae9

Browse files
authored
Merge branch 'master' into honor-database-assigment-from-router
2 parents 4de971a + 1d19e3d commit 20b1ae9

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
* #1446 use generic models pk instead of id.
2626
* Transactions wrapping writes of the Tokens now rely on Django's database routers to determine the correct
2727
database to use instead of assuming that 'default' is the correct one.
28-
* Bump oauthlib version to 3.2.0 and above
28+
* Bump oauthlib version to 3.2.2 and above
2929
* Update the OAuth2Validator's invalidate_authorization_code method to return an InvalidGrantError if the associated grant does not exist.
3030

3131
### Deprecated

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Requirements
4545

4646
* Python 3.8+
4747
* Django 4.2, 5.0 or 5.1
48-
* oauthlib 3.2+
48+
* oauthlib 3.2.2+
4949

5050
Installation
5151
------------

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Requirements
2323

2424
* Python 3.8+
2525
* Django 4.2, 5.0 or 5.1
26-
* oauthlib 3.2+
26+
* oauthlib 3.2.2+
2727

2828
Index
2929
=====

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Django
2-
oauthlib>=3.2.0
2+
oauthlib>=3.2.2
33
m2r>=0.2.1
44
mistune<2
55
sphinx==7.2.6

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
dependencies = [
3737
"django >= 4.2",
3838
"requests >= 2.13.0",
39-
"oauthlib >= 3.2.0",
39+
"oauthlib >= 3.2.2",
4040
"jwcrypto >= 0.8.0",
4141
]
4242

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ deps =
4141
dj51: Django>=5.1,<5.2
4242
djmain: https://github.com/django/django/archive/main.tar.gz
4343
djangorestframework
44-
oauthlib>=3.2.0
44+
oauthlib>=3.2.2
4545
jwcrypto
4646
coverage
4747
pytest
@@ -74,7 +74,7 @@ commands =
7474
deps =
7575
Jinja2<3.1
7676
sphinx<3
77-
oauthlib>=3.2.0
77+
oauthlib>=3.2.2
7878
m2r>=0.2.1
7979
mistune<2
8080
sphinx-rtd-theme

0 commit comments

Comments
 (0)