Skip to content

Commit cb76b93

Browse files
committed
Block pyyaml
1 parent 65fe92f commit cb76b93

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

requirements/docs.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pyup: ignore file
12
# Packages required to build docs, independent of application dependencies
23

34
Sphinx==4.5.0
@@ -24,3 +25,6 @@ rstcheck==5.0.0
2425

2526
# Markdown
2627
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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pyup: ignore file
2-
2+
#
33
# This file is autogenerated by pip-compile with python 3.7
44
# To update, run:
55
#
@@ -65,7 +65,9 @@ pyparsing==3.0.8
6565
pytz==2022.1
6666
# via babel
6767
pyyaml==5.4.1
68-
# via myst-parser
68+
# via
69+
# -r docs.in
70+
# myst-parser
6971
readthedocs-sphinx-search==0.1.1
7072
# via -r docs.in
7173
requests==2.27.1

0 commit comments

Comments
 (0)