Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Aug 25, 2024
1 parent af42643 commit c5c5d6c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: actionlint-docker
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.3
rev: v0.6.2
hooks:
- id: ruff
files: ^(cloudsplaining/|setup.py)
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# CI
pre-commit==3.5.0 # 3.6+ requires Python 3.9
# Unit testing
pytest==8.2.2
coverage==7.6.0
pytest==8.3.2
coverage==7.6.1
# type check
mypy==1.11.0
boto3-stubs-lite[iam,s3,sts]==1.34.146
types-PyYAML==6.0.12.20240311
mypy==1.11.2
boto3-stubs-lite[iam,s3,sts]==1.35.5
types-PyYAML==6.0.12.20240808
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# AWS
boto3==1.34.146
botocore==1.34.146
boto3==1.35.5
botocore==1.35.5
# Speeds up IAM logic
cached-property==1.5.2
# Command line
click==8.1.7
click_option_group==0.5.6
# Templating - required for exclusions YAML files and inserting content to HTML report
jinja2==3.1.4
pyyaml==6.0.1
pyyaml==6.0.2
# We render Markdown glossary files as HTML in the Cloudsplaining report
markdown==3.6
markdown==3.7
# AWS IAM Logic
policy-sentry==0.13.0
policy-sentry==0.13.1
# Schema validation
schema==0.7.7

0 comments on commit c5c5d6c

Please sign in to comment.