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
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 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.18
mkdocs-material-extensions==1.3.1
mkdocstrings==0.30.0
mkdocstrings-python==1.16.12
mkdocstrings-python==1.18.2
mkdocstrings-python-legacy==0.2.7
Pygments==2.19.2
pymdown-extensions==10.16.1
Expand Down
8 changes: 4 additions & 4 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
coverage==7.10.6
# type check
mypy[faster-cache]==1.17.1
boto3-stubs-lite[iam,s3,sts]==1.40.1
types-PyYAML==6.0.12.20250516
boto3-stubs-lite[iam,s3,sts]==1.40.21
types-PyYAML==6.0.12.20250822
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.40.1
botocore==1.40.1
boto3==1.40.21
botocore==1.40.21
# Speeds up IAM logic
cached-property==2.0.1
# Command line
Expand Down