Skip to content
Open
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
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# unique to ReadTheDocs
atomicwrites==1.4.1
distlib==0.4.0
filelock==3.18.0
filelock==3.19.1
mkdocs==1.6.1
mkdocs-material==9.6.16
mkdocs-material==9.6.21
mkdocs-material-extensions==1.3.1
mkdocstrings==0.30.0
mkdocstrings-python==1.16.12
mkdocstrings==0.30.1
mkdocstrings-python==1.18.2
mkdocstrings-python-legacy==0.2.7
Pygments==2.19.2
pymdown-extensions==10.16.1
pytkdocs==0.16.5
docutils==0.22
docutils==0.22.2
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# CI
pre-commit==4.2.0
pre-commit==4.3.0
# Unit testing
pytest==8.4.1
coverage==7.10.1
pytest==8.4.2
coverage==7.10.7
# type check
mypy[faster-cache]==1.17.1
boto3-stubs-lite[iam,s3,sts]==1.40.1
types-PyYAML==6.0.12.20250516
mypy[faster-cache]==1.18.2
boto3-stubs-lite[iam,s3,sts]==1.40.43
types-PyYAML==6.0.12.20250915
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# AWS
boto3==1.40.1
botocore==1.40.1
boto3==1.40.43
botocore==1.40.43
# Speeds up IAM logic
cached-property==2.0.1
# Command line
click==8.1.8
click_option_group==0.5.7
click_option_group==0.5.8
# Templating - required for exclusions YAML files and inserting content to HTML report
jinja2==3.1.6
pyyaml==6.0.2
pyyaml==6.0.3
# We render Markdown glossary files as HTML in the Cloudsplaining report
markdown==3.8.2
markdown==3.9
# AWS IAM Logic
policy-sentry==0.14.0
# Schema validation
Expand Down
Loading