File tree Expand file tree Collapse file tree 4 files changed +26
-22
lines changed Expand file tree Collapse file tree 4 files changed +26
-22
lines changed Original file line number Diff line number Diff line change 1
1
# unique to ReadTheDocs
2
2
atomicwrites == 1.4.0
3
- distlib == 0.3.2
4
- filelock == 3.0.12
5
- mkdocs == 1.2.3
6
- mkdocs-material == 7 .2.6
3
+ distlib == 0.3.4
4
+ filelock == 3.6.0
5
+ mkdocs == 1.3.0
6
+ mkdocs-material == 8 .2.9
7
7
mkdocs-material-extensions == 1.0.3
8
- mkdocstrings == 0.15.2
9
- Pygments == 2.10.0
10
- pymdown-extensions == 8.2
11
- pytkdocs == 0.11.1
12
- docutils == 0.17.1
8
+ mkdocstrings == 0.18.1
9
+ mkdocstrings-python >= 0.5.2
10
+ mkdocstrings-python-legacy == 0.2.2
11
+ Pygments == 2.11.2
12
+ pymdown-extensions == 9.3
13
+ pytkdocs == 0.16.1
14
+ docutils == 0.18.1
13
15
# Trying to see if RTFD needs these
14
- markdown == 3.3.4
15
- typed-ast == 1.4.3
16
- MarkupSafe == 2.0.1
16
+ markdown == 3.3.6
17
+ typed-ast == 1.5.2
18
+ MarkupSafe == 2.1.1
19
+ Jinja2 == 3.1.1
17
20
# For the automatic method documentation generation, get the latest version of policy sentry
18
21
policy_sentry
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ plugins:
14
14
python :
15
15
rendering :
16
16
show_source : true
17
+ # show_if_no_docstring: yes
17
18
watch :
18
19
- policy_sentry/
19
20
extra_css :
Original file line number Diff line number Diff line change 1
1
# Unit Testing
2
- pytest == 6.2.4
3
- pylint == 2.8.2
2
+ pytest == 7.1.1
3
+ pylint == 2.13.5
4
4
nose == 1.3.7
5
- coverage == 5.5
5
+ coverage == 6.3.2
6
6
# Integration tests and tasks
7
- invoke == 1.5 .0
7
+ invoke == 1.7 .0
8
8
# Security testing
9
9
safety == 1.10.3
10
- bandit == 1.7.0
10
+ bandit == 1.7.4
11
11
# Formatting
12
- black == 20.8b1
12
+ black == 22.3.0
13
13
# Other? Maybe this is from the docs? Not sure.
14
14
# appdirs==1.4.4
15
15
# astroid==2.5.6
Original file line number Diff line number Diff line change 1
1
# Command line
2
- click == 8.0.3
2
+ click == 8.1.2
3
3
# Web Scraping
4
- beautifulsoup4 == 4.10.0
5
- requests == 2.26.0
4
+ beautifulsoup4 == 4.11.1
5
+ requests == 2.27.1
6
6
# Config files and schema validation
7
7
PyYAML == 6.0
8
- schema == 0.7.4
8
+ schema == 0.7.5
You can’t perform that action at this time.
0 commit comments