Skip to content

Commit

Permalink
Update mistune requirement from <0.9,>=0.8.1 to >=0.8.1,<2.1
Browse files Browse the repository at this point in the history
Updates the requirements on [mistune](https://github.com/lepture/mistune) to permit the latest version.
- [Release notes](https://github.com/lepture/mistune/releases)
- [Changelog](https://github.com/lepture/mistune/blob/master/docs/changes.rst)
- [Commits](lepture/mistune@v0.8.1...v2.0.0)

---
updated-dependencies:
- dependency-name: mistune
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 22, 2021
1 parent d7121d8 commit 283eaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ruamel.yaml>= 0.12.4, != 0.16.6, < 0.18
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
rdflib>= 4.2.2, < 7.0.0
rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'
mistune>=0.8.1,<0.9
mistune>=0.8.1,<2.1
CacheControl==0.12.10
lockfile==0.12.2 # needed for CacheControl's FileCache
black
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"rdflib >= 4.2.2, < 6.0.0;python_version<='3.6'",
"rdflib >= 4.2.2, < 7.0.0",
"rdflib-jsonld >= 0.3.0, <= 0.6.1;python_version<='3.6'",
"mistune >= 0.8.1, < 0.9",
"mistune >= 0.8.1, < 2.1",
"CacheControl >= 0.11.7, < 0.13",
"lockfile >= 0.9", # needed for CacheControl's FileCache
]
Expand Down

0 comments on commit 283eaf1

Please sign in to comment.