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 65fe92f commit cb76b93Copy full SHA for cb76b93
requirements/docs.in
@@ -1,3 +1,4 @@
1
+# pyup: ignore file
2
# Packages required to build docs, independent of application dependencies
3
4
Sphinx==4.5.0
@@ -24,3 +25,6 @@ rstcheck==5.0.0
24
25
26
# Markdown
27
myst_parser==0.17.2
28
+
29
+# awscli (requirements/docker.txt) isn't compatible with pyyaml >= 5.5.
30
+pyyaml==5.4.1
requirements/docs.txt
@@ -1,5 +1,5 @@
# pyup: ignore file
-
+#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
5
#
@@ -65,7 +65,9 @@ pyparsing==3.0.8
65
pytz==2022.1
66
# via babel
67
pyyaml==5.4.1
68
- # via myst-parser
+ # via
69
+ # -r docs.in
70
+ # myst-parser
71
readthedocs-sphinx-search==0.1.1
72
# via -r docs.in
73
requests==2.27.1
0 commit comments