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.8
filelock==3.16.1
mkdocs==1.6.1
mkdocs-material==9.5.36
mkdocs-material==9.5.39
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.10.1
pymdown-extensions==10.11.2
pytkdocs==0.16.2
docutils==0.20.1
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pytest==8.3.3
coverage==7.6.1
# type check
mypy==1.11.2
boto3-stubs-lite[iam,s3,sts]==1.35.24
boto3-stubs-lite[iam,s3,sts]==1.35.33
types-PyYAML==6.0.12.20240917
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AWS
boto3==1.35.24
botocore==1.35.24
boto3==1.35.33
botocore==1.35.33
# Speeds up IAM logic
cached-property==1.5.2
# Command line
Expand Down