diff --git a/docs/requirements.txt b/docs/requirements.txt index d75bb7e9..a287545a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index b99f55b6..7d8be63b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 9e6b246e..17309509 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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