diff --git a/docs/requirements.txt b/docs/requirements.txt index 9eb09cfd..f0b2475a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,10 +3,10 @@ atomicwrites==1.4.1 distlib==0.3.9 filelock==3.17.0 mkdocs==1.6.1 -mkdocs-material==9.6.1 +mkdocs-material==9.6.6 mkdocs-material-extensions==1.3.1 -mkdocstrings==0.27.0 -mkdocstrings-python==1.13.0 +mkdocstrings==0.28.2 +mkdocstrings-python==1.16.2 mkdocstrings-python-legacy==0.2.4 Pygments==2.19.1 pymdown-extensions==10.14.3 diff --git a/requirements-dev.txt b/requirements-dev.txt index dcbbeaea..3de7c246 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,8 +2,8 @@ pre-commit==4.1.0 # Unit testing pytest==8.3.4 -coverage==7.6.10 +coverage==7.6.12 # type check -mypy[faster-cache]==1.14.1 -boto3-stubs-lite[iam,s3,sts]==1.36.11 +mypy[faster-cache]==1.15.0 +boto3-stubs-lite[iam,s3,sts]==1.37.4 types-PyYAML==6.0.12.20241230 diff --git a/requirements.txt b/requirements.txt index 1376d7c2..1765bf5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # AWS -boto3==1.36.11 -botocore==1.36.11 +boto3==1.37.4 +botocore==1.37.4 # Speeds up IAM logic cached-property==2.0.1 # Command line