Skip to content

Commit

Permalink
Merge pull request #91 from salesforce/update-submodule-september-2021
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kmcquade authored Sep 11, 2021
2 parents fb8c270 + d7a49f6 commit e8ef075
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-azure-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
python-version: 3.7

- name: Update the Git submodule with the latest changes from Azure Policies
run: make update-submodule-with-merge

- name: Update IAM Definition
run: make update-iam-definition

Expand Down
22 changes: 11 additions & 11 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ bandit==1.7.0

# Testing
nose==1.3.7
pytest==6.2.4
pytest==6.2.5
coverage==5.5
pylint==2.8.3
invoke==1.5.0
pylint==2.10.2
invoke==1.6.0

# Terraform testing
bc-python-hcl2==0.3.18
bc-python-hcl2==0.3.21

# Documentation
mkdocs==1.2.1
mkdocs-material==7.1.8
mkdocs-material-extensions==1.0.1
mkdocs==1.2.2
mkdocs-material==7.2.6
mkdocs-material-extensions==1.0.3
mkdocstrings==0.15.2
Pygments==2.9.0
Pygments==2.10.0
pymdown-extensions==8.2
pytkdocs==0.11.1
mkdocs-table-reader-plugin==0.5
mkdocs-table-reader-plugin==0.6

# Automation to create the excel spreadsheets
openpyxl==3.0.7
pandas==1.3.0
openpyxl==3.0.8
pandas==1.3.2
lxml==4.6.3

# Docs
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
click==7.1.2
click_option_group==0.5.2
click==8.0.1
click_option_group==0.5.3
PyYAML==5.4.1
# Required for printing things
jinja2==2.11.3
jinja2==3.0.1
tabulate==0.8.9
ruamel.yaml==0.17.4
ruamel.yaml==0.17.16
colorama==0.4.4
# Scrapers
beautifulsoup4==4.9.3
requests==2.25.1
beautifulsoup4==4.10.0
requests==2.26.0

0 comments on commit e8ef075

Please sign in to comment.