Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Update mkdocs-material requirement from <7.2.0,>=5.5.0 to >=5.5.0,<7.…
Browse files Browse the repository at this point in the history
…3.0 (#289)

* Update mkdocs-material requirement from <7.2.0,>=5.5.0 to >=5.5.0,<7.3.0

Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md)
- [Commits](squidfunk/mkdocs-material@5.5.0...7.2.0)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update changelog check

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dirk Groeneveld <dirkg@allenai.org>
  • Loading branch information
dependabot[bot] and dirkgr committed Jul 22, 2021
1 parent db0e21a commit f991ae0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Debugging info
- name: Check if source files have changed
run: |
git remote -v
git diff --name-only $(git merge-base origin/main HEAD) | grep '^allennlp_models/.*\.py$' && echo "source_files_changed=true" >> $GITHUB_ENV || echo "source_files_changed=false" >> $GITHUB_ENV
- name: Check that CHANGELOG has been updated
if: env.source_files_changed == 'true'
run: |
# If this step fails, this means you haven't updated the CHANGELOG.md
# file with notes on your contribution.
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ nr.databind.core<0.0.17
nr.interface<0.0.6

mkdocs==1.1.2
mkdocs-material>=5.5.0,<7.2.0
mkdocs-material>=5.5.0,<7.3.0
markdown-include==0.6.0

#### PACKAGE-UPLOAD PACKAGES ####
Expand Down

0 comments on commit f991ae0

Please sign in to comment.