nephila / djangocms-page-sitemap

django CMS page extension to handle sitemap customization
BSD 3-Clause "New" or "Revised" License
9 stars 20 forks source link

Update html5lib requirement from <0.99999999 to <1.1 #44

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on html5lib to permit the latest version.

Changelog *Sourced from [html5lib's changelog](https://github.com/html5lib/html5lib-python/blob/master/CHANGES.rst).* > 1.0.1 > ===== > > Released on December 7, 2017 > > Breaking changes: > > - Drop support for Python 2.6. ([#330](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/330)) (Thank you, Hugo, Will Kahn-Greene!) > - Remove `utils/spider.py` ([#353](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/353)) (Thank you, Jon Dufresne!) > > Features: > > - Improve documentation. ([#300](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/300), [#307](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/307)) (Thank you, Jon Dufresne, Tom Most, Will Kahn-Greene!) > - Add iframe seamless boolean attribute. (Thank you, Ritwik Gupta!) > - Add itemscope as a boolean attribute. ([#194](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/194)) (Thank you, Jonathan Vanasco!) > - Support Python 3.6. ([#333](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/333)) (Thank you, Jon Dufresne!) > - Add CI support for Windows using AppVeyor. (Thank you, John Vandenberg!) > - Improve testing and CI and add code coverage ([#323](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/323), [#334](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/334)), (Thank you, Jon Dufresne, John Vandenberg, Geoffrey Sneddon, Will Kahn-Greene!) > - Semver-compliant version number. > > Bug fixes: > > - Add support for setuptools < 18.5 to support environment markers. (Thank you, John Vandenberg!) > - Add explicit dependency for six >= 1.9. (Thank you, Eric Amorde!) > - Fix regexes to work with Python 3.7 regex adjustments. ([#318](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/318), [#379](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/379)) (Thank you, Benedikt Morbach, Ville Skyttä, Mark Vasilkov!) > - Fix alphabeticalattributes filter namespace bug. ([#324](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/324)) (Thank you, Will Kahn-Greene!) > - Include license file in generated wheel package. ([#350](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/350)) (Thank you, Jon Dufresne!) > - Fix annotation-xml typo. ([#339](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/339)) (Thank you, Will Kahn-Greene!) > - Allow uppercase hex chararcters in CSS colour check. ([#377](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/377)) (Thank you, Komal Dembla, Hugo!) > > 1.0 > === > > Released and unreleased on December 7, 2017. Badly packaged release. > > 0.999999999/1.0b10 > ================== > > Released on July 15, 2016 > > - Fix attribute order going to the tree builder to be document order instead of reverse document order(!). > > 0.99999999/1.0b9 > ================ > > Released on July 14, 2016 > > - **Added ordereddict as a mandatory dependency on Python 2.6.** > - Added `lxml`, `genshi`, `datrie`, `charade`, and `all` extras that will do the right thing based on the specific interpreter implementation. > - Now requires the `mock` package for the testsuite. > ... (truncated)
Commits - [`93eb5c1`](https://github.com/html5lib/html5lib-python/commit/93eb5c193892b7fdc5e08d28c2984249b43e0cd1) Fix CHANGES.rst to have 1.0.1 instead of unrelased - [`07404ca`](https://github.com/html5lib/html5lib-python/commit/07404cabc5ea2cab65be063225a093362175e45f) Bump version number for release - [`0f1994b`](https://github.com/html5lib/html5lib-python/commit/0f1994b1a2c19a6b835ed1d763defc857080c9ef) Document html5lib.treewalkers ([#386](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/386)) - [`4ed8b8b`](https://github.com/html5lib/html5lib-python/commit/4ed8b8ba30da519e349f1d0e0de0b8ecf3880576) Merge pull request [#384](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/384) from hugovk/update-changes - [`6263ec1`](https://github.com/html5lib/html5lib-python/commit/6263ec1a21d3419e15407286ec95105ed9da70f8) Update changes since last release - [`41bd598`](https://github.com/html5lib/html5lib-python/commit/41bd598ed867f3076223328e9db577c4366ad518) Merge pull request [#385](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/385) from hugovk/speedup-ci - [`1c249d1`](https://github.com/html5lib/html5lib-python/commit/1c249d1cd2d0e0c28f6efb59de4baa449ed289af) Merge pull request [#383](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/383) from hugovk/update-authors - [`f7708c4`](https://github.com/html5lib/html5lib-python/commit/f7708c43f86c6e912dd29f3d77bd17bc76695d51) First pass at documenting html5lib.filters ([#375](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/375)) - [`69152dc`](https://github.com/html5lib/html5lib-python/commit/69152dc4edb2487fbf03c893d162994fbbe3e2a3) Merge pull request [#374](https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/374) from willkg/307-html5parser - [`e8f93e9`](https://github.com/html5lib/html5lib-python/commit/e8f93e9bfeab9016889b05e77eb141a8cce90196) Via: git log --format="%aN" --reverse | perl -e 'my %dedupe; while (\) ... - Additional commits viewable in [compare view](https://github.com/html5lib/html5lib-python/compare/0.2...1.0.1)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this ['minor'|'major'] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.