Skip to content

Commit 4f747d9

Browse files
author
Kevin Matlock
committed
Update doc dependencies and add Encoding key to API Documentation.
1 parent 97f607d commit 4f747d9

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

docs/modules.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ API Documentation
1313
.. autoclass:: DecodingKey
1414
:members:
1515

16+
.. autoclass:: EncodingKey
17+
:members:
18+
1619
JSON Web Keys (JWKs)
1720
====================
1821

docs/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
alabaster==0.7.16
22
autodoc==0.5.0
3-
Babel==2.14.0
3+
Babel==2.15.0
44
beautifulsoup4==4.12.3
5-
certifi==2024.2.2
5+
certifi==2024.7.4
66
charset-normalizer==3.3.2
77
decorator==5.1.1
88
docutils==0.20.1
99
idna==3.7
1010
imagesize==1.4.1
11-
Jinja2==3.1.3
11+
Jinja2==3.1.4
1212
MarkupSafe==2.1.5
13-
packaging==24.0
14-
Pygments==2.17.2
15-
requests==2.31.0
16-
setuptools==68.2.2
13+
packaging==24.1
14+
Pygments==2.18.0
15+
requests==2.32.3
16+
setuptools==70.3.0
1717
snowballstemmer==2.2.0
1818
soupsieve==2.5
19-
Sphinx==7.2.6
19+
Sphinx==7.4.4
2020
sphinx-rtd-theme==2.0.0
2121
sphinxcontrib-applehelp==1.0.8
2222
sphinxcontrib-devhelp==1.0.6
@@ -25,9 +25,9 @@ sphinxcontrib-jquery==4.1
2525
sphinxcontrib-jsmath==1.0.1
2626
sphinxcontrib-qthelp==1.0.7
2727
sphinxcontrib-serializinghtml==1.1.10
28-
urllib3==2.2.1
28+
urllib3==2.2.2
2929
waitress==3.0.0
3030
WebOb==1.8.7
3131
WebTest==3.0.0
32-
wheel==0.41.2
32+
wheel==0.43.0
3333
.

0 commit comments

Comments
 (0)