Skip to content

Commit d2394ff

Browse files
authored
Update Python dependencies (salesforce#266)
* Update dependencies * Update requirements-dev.txt * Update requirements.txt
1 parent 79ef691 commit d2394ff

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

docs/requirements.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# unique to ReadTheDocs
22
atomicwrites==1.4.0
3-
distlib==0.3.3
4-
filelock==3.4.0
5-
mkdocs==1.2.3
6-
mkdocs-material==8.0.2
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.16.2
9-
Pygments==2.10.0
10-
pymdown-extensions==9.1
11-
# mkdocstrings 0.16.2 dpeends on pytkdocs<0.13.0 and >=0.2.0
12-
pytkdocs<0.13.0
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
1314
docutils==0.18.1

requirements-dev.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Linter
2-
pylint==2.12.1
2+
pylint==2.13.5
33
# Unit testing - nose and pytest
44
nose==1.3.7
5-
pytest==6.2.5
6-
coverage==6.2
5+
pytest==7.1.1
6+
coverage==6.3.2
77
# Security testing
8-
bandit==1.7.1
8+
bandit==1.7.4
99
# Formatter
10-
black==20.8b1
10+
black==22.3.0
1111
# type check
12-
mypy==0.812
12+
mypy==0.942
13+
types-PyYAML==6.0.10

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# AWS
2-
boto3==1.20.50
3-
botocore==1.23.50
2+
boto3==1.21.39
3+
botocore==1.24.39
44
# Speeds up IAM logic
55
cached-property==1.5.2
66
# Command line
7-
click==8.0.3
7+
click==8.1.2
88
click_option_group==0.5.3
99
# Templating - required for exclusions YAML files and inserting content to HTML report
10-
jinja2==3.0.3
10+
jinja2==3.1.1
1111
pyyaml==6.0
1212
# We render Markdown glossary files as HTML in the Cloudsplaining report
1313
markdown==3.3.6
1414
# AWS IAM Logic
15-
policy-sentry==0.12.2
15+
policy-sentry==0.12.4
1616
# Schema validation
1717
schema==0.7.5

0 commit comments

Comments
 (0)