Skip to content

Commit 15e80f1

Browse files
authored
Merge pull request #403 from kmcquade/update-dependencies
Update dependencies and fix ReadTheDocs build
2 parents c44eaf6 + 9471824 commit 15e80f1

File tree

4 files changed

+26
-22
lines changed

4 files changed

+26
-22
lines changed

docs/requirements.txt

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
# unique to ReadTheDocs
22
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
77
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
1315
# 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
1720
# For the automatic method documentation generation, get the latest version of policy sentry
1821
policy_sentry

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ plugins:
1414
python:
1515
rendering:
1616
show_source: true
17+
# show_if_no_docstring: yes
1718
watch:
1819
- policy_sentry/
1920
extra_css:

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Unit Testing
2-
pytest==6.2.4
3-
pylint==2.8.2
2+
pytest==7.1.1
3+
pylint==2.13.5
44
nose==1.3.7
5-
coverage==5.5
5+
coverage==6.3.2
66
# Integration tests and tasks
7-
invoke==1.5.0
7+
invoke==1.7.0
88
# Security testing
99
safety==1.10.3
10-
bandit==1.7.0
10+
bandit==1.7.4
1111
# Formatting
12-
black==20.8b1
12+
black==22.3.0
1313
# Other? Maybe this is from the docs? Not sure.
1414
# appdirs==1.4.4
1515
# astroid==2.5.6

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Command line
2-
click==8.0.3
2+
click==8.1.2
33
# Web Scraping
4-
beautifulsoup4==4.10.0
5-
requests==2.26.0
4+
beautifulsoup4==4.11.1
5+
requests==2.27.1
66
# Config files and schema validation
77
PyYAML==6.0
8-
schema==0.7.4
8+
schema==0.7.5

0 commit comments

Comments
 (0)