File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ atomicwrites==1.4.1
3
3
distlib == 0.3.9
4
4
filelock == 3.18.0
5
5
mkdocs == 1.6.1
6
- mkdocs-material == 9.6.14
6
+ mkdocs-material == 9.6.15
7
7
mkdocs-material-extensions == 1.3.1
8
8
mkdocstrings == 0.29.1
9
- mkdocstrings-python == 1.16.11
9
+ mkdocstrings-python == 1.16.12
10
10
mkdocstrings-python-legacy == 0.2.7
11
- Pygments == 2.19.1
12
- pymdown-extensions == 10.15
11
+ Pygments == 2.19.2
12
+ pymdown-extensions == 10.16
13
13
pytkdocs == 0.16.5
14
14
docutils == 0.21.2
Original file line number Diff line number Diff line change 1
1
# CI
2
2
pre-commit == 4.2.0
3
3
# Unit testing
4
- pytest == 8.3.5
5
- coverage == 7.8.2
4
+ pytest == 8.4.1
5
+ coverage == 7.9.1
6
6
# type check
7
- mypy [faster-cache ]== 1.16.0
8
- boto3-stubs-lite [iam,s3,sts ]== 1.38.27
7
+ mypy [faster-cache ]== 1.16.1
8
+ boto3-stubs-lite [iam,s3,sts ]== 1.39.1
9
9
types-PyYAML == 6.0.12.20250516
Original file line number Diff line number Diff line change 1
1
# AWS
2
- boto3 == 1.38.27
3
- botocore == 1.38.27
2
+ boto3 == 1.39.1
3
+ botocore == 1.39.1
4
4
# Speeds up IAM logic
5
5
cached-property == 2.0.1
6
6
# Command line
@@ -10,7 +10,7 @@ click_option_group==0.5.7
10
10
jinja2 == 3.1.6
11
11
pyyaml == 6.0.2
12
12
# We render Markdown glossary files as HTML in the Cloudsplaining report
13
- markdown == 3.8
13
+ markdown == 3.8.2
14
14
# AWS IAM Logic
15
15
policy-sentry == 0.14.0
16
16
# Schema validation
You can’t perform that action at this time.
0 commit comments