Skip to content

Commit

Permalink
update deps and upper bound policy_sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Jul 15, 2024
1 parent 9b40627 commit 1eff0ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Linter
pylint==2.17.5
# Unit testing
pytest==7.4.1
pytest==7.4.4
coverage==7.2.7
# Security testing
bandit==1.7.5
Expand All @@ -10,4 +10,4 @@ black==23.3.0
# type check
mypy==1.4.1
boto3-stubs-lite[iam,s3,sts]==1.28.41
types-PyYAML==6.0.12.11
types-PyYAML==6.0.12.20240311
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.28.41
botocore==1.31.41
boto3==1.33.13
botocore==1.33.13
# 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.2
jinja2==3.1.4
pyyaml==6.0.1
# We render Markdown glossary files as HTML in the Cloudsplaining report
markdown==3.4.4
# AWS IAM Logic
policy-sentry==0.12.10
policy-sentry==0.12.15
# Schema validation
schema==0.7.5
schema==0.7.7
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'click_option_group',
'jinja2',
'markdown',
'policy_sentry>=0.11.3',
'policy_sentry>=0.11.3,<0.13',
'pyyaml',
'schema',
]
Expand Down

0 comments on commit 1eff0ce

Please sign in to comment.