File tree Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change 94
94
rev : 6.4.0
95
95
hooks :
96
96
- id : pip-compile
97
- entry : pip-compile -q --strip-extras --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra test --extra yamllint
97
+ entry : pip-compile -q --strip-extras --no-annotate --output-file=requirements.txt tools/opts.txt setup.cfg --extra docs --extra test --extra yamllint
98
98
- id : pip-compile
99
99
name : pip-compile-upgrade
100
- entry : pip-compile -q --strip-extras -q --upgrade --no-annotate --output-file=requirements.txt setup.cfg --extra test --extra yamllint
100
+ entry : pip-compile -q --strip-extras -q --upgrade --no-annotate --output-file=requirements.txt setup.cfg --extra docs --extra test --extra yamllint
101
101
files : ^(setup\.cfg|requirements.txt|constraints\.txt)$
102
102
stages : [manual]
Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile with python 3.6
3
3
# To update, run:
4
4
#
5
- # pip-compile --extra=test --extra=yamllint --no-annotate --output-file=requirements.txt --strip-extras setup.cfg tools/opts.txt
5
+ # pip-compile --extra=docs --extra= test --extra=yamllint --no-annotate --output-file=requirements.txt --strip-extras setup.cfg tools/opts.txt
6
6
#
7
+ alabaster == 0.7.12
7
8
ansi2html == 1.6.0
8
9
ansible-compat == 1.0.0
10
+ ansible-pygments == 0.1.0
9
11
arrow == 1.2.1
10
12
attrs == 21.4.0
13
+ babel == 2.9.1
11
14
bcrypt == 3.2.0
12
15
binaryornot == 0.4.4
13
16
cached-property == 1.5.2
@@ -25,26 +28,28 @@ coverage==6.2
25
28
cryptography == 36.0.1
26
29
dataclasses == 0.8 ; python_version < "3.7"
27
30
distro == 1.6.0
31
+ docutils == 0.17.1
28
32
enrich == 1.2.7
29
33
execnet == 1.9.0
30
34
filelock == 3.4.1
31
35
idna == 3.3
32
- importlib-metadata == 4.2.0 ; python_version < "3.8"
36
+ imagesize == 1.3.0
37
+ importlib-metadata == 4.8.3 ; python_version < "3.8"
33
38
iniconfig == 1.1.1
34
39
jinja2 == 3.0.3
35
40
jinja2-time == 0.2.0
36
41
markupsafe == 2.0.1
37
42
more-itertools == 8.12.0
38
43
packaging == 21.3
39
- paramiko == 2.9.1
44
+ paramiko == 2.9.2
40
45
pexpect == 4.8.0
41
46
pluggy == 1.0.0
42
47
poyo == 0.5.0
43
48
ptyprocess == 0.7.0
44
49
py == 1.11.0
45
50
pycparser == 2.21
46
51
pygments == 2.11.2
47
- pynacl == 1.4 .0
52
+ pynacl == 1.5 .0
48
53
pyparsing == 3.0.6
49
54
pytest == 6.2.5
50
55
pytest-cov == 3.0.0
@@ -57,11 +62,24 @@ pytest-testinfra==6.5.0
57
62
pytest-xdist == 2.5.0
58
63
python-dateutil == 2.8.2
59
64
python-slugify == 5.0.2
65
+ pytz == 2021.3
60
66
pyyaml == 6.0
61
67
requests == 2.27.1
62
68
rich == 11.0.0
63
69
selinux == 0.2.1
70
+ simplejson == 3.17.6
64
71
six == 1.16.0
72
+ snowballstemmer == 2.2.0
73
+ sphinx == 4.3.2
74
+ sphinx-ansible-theme == 0.9.0
75
+ sphinx-notfound-page == 0.8
76
+ sphinx-rtd-theme == 1.0.0
77
+ sphinxcontrib-applehelp == 1.0.2
78
+ sphinxcontrib-devhelp == 1.0.2
79
+ sphinxcontrib-htmlhelp == 2.0.0
80
+ sphinxcontrib-jsmath == 1.0.1
81
+ sphinxcontrib-qthelp == 1.0.3
82
+ sphinxcontrib-serializinghtml == 1.1.5
65
83
subprocess-tee == 0.3.5
66
84
text-unidecode == 1.3
67
85
toml == 0.10.2
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ ansible =
82
82
ansible-base =
83
83
ansible-base >= 2.10
84
84
docs =
85
- Sphinx >= 4.0.2
85
+ Sphinx >= 4.3.2, < 4.4.0 # https://github.com/sphinx-doc/sphinx/issues/10112
86
86
simplejson >= 3.17.2
87
87
sphinx-ansible-theme >= 0.8.0, < 0.10.0
88
88
sphinx-notfound-page >= 0.7.1
You can’t perform that action at this time.
0 commit comments