We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dfcbb commit 1156c2fCopy full SHA for 1156c2f
docs/requirements.txt
@@ -20,6 +20,8 @@ idna==3.4
20
# via requests
21
imagesize==1.4.1
22
# via sphinx
23
+importlib-metadata==8.5.0
24
+ # via sphinx
25
jinja2==3.1.2
26
27
markupsafe==2.1.2
@@ -28,7 +30,7 @@ packaging==23.1
28
30
29
31
pygments==2.15.1
32
-requests==2.30.0
33
+requests==2.32.2
34
35
snowballstemmer==2.2.0
36
@@ -55,3 +57,5 @@ sphinxcontrib-serializinghtml==1.1.5
55
57
56
58
urllib3==2.0.2
59
60
+zipp==3.21.0
61
+ # via importlib-metadata
0 commit comments