Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ atomicwrites==1.4.1
distlib==0.3.9
filelock==3.16.1
mkdocs==1.6.1
mkdocs-material==9.5.47
mkdocs-material==9.5.49
mkdocs-material-extensions==1.3.1
mkdocstrings==0.26.1
mkdocstrings-python==1.11.1
mkdocstrings-python-legacy==0.2.4
Pygments==2.18.0
pymdown-extensions==10.12
pymdown-extensions==10.13
pytkdocs==0.16.2
docutils==0.20.1
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ pre-commit==3.5.0 # 3.6+ requires Python 3.9
pytest==8.3.4
coverage==7.6.1
# type check
mypy==1.13.0
mypy==1.14.1
boto3-stubs-lite[iam,s3,sts]==1.35.70
types-PyYAML==6.0.12.20240917
types-PyYAML==6.0.12.20241230
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# AWS
boto3==1.35.71
botocore==1.35.71
boto3==1.35.90
botocore==1.35.90
# Speeds up IAM logic
cached-property==2.0.1
# Command line
click==8.1.7
click==8.1.8
click_option_group==0.5.6
# Templating - required for exclusions YAML files and inserting content to HTML report
jinja2==3.1.4
jinja2==3.1.5
pyyaml==6.0.2
# We render Markdown glossary files as HTML in the Cloudsplaining report
markdown==3.7
Expand Down
Loading