diff --git a/.github/workflows/update-azure-data.yml b/.github/workflows/update-azure-data.yml index a8eb35b..c8088b6 100644 --- a/.github/workflows/update-azure-data.yml +++ b/.github/workflows/update-azure-data.yml @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt index 6fadd3d..2f4943d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 2be29e5..f9a2806 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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