[PR #9] Bump html5lib from 0.999 to 0.999999999 #9

Open
opened 2026-02-27 15:43:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/P1XELWAY/pve-backup-monitor/pull/9
Author: @dependabot[bot]
Created: 7/6/2022
Status: 🔄 Open

Base: masterHead: dependabot/pip/html5lib-0.999999999


📝 Commits (1)

  • a8abdd2 Bump html5lib from 0.999 to 0.999999999

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Pipfile (+1 -1)

📄 Description

Bumps html5lib from 0.999 to 0.999999999.

Changelog

Sourced from html5lib's changelog.

Commits
  • 6a73efa Yes, another release, already. :(
  • e0dc25f Fix attribute order to the treebuilder to be document order
  • a3b8252 Back to -dev
  • ebf6225 0.99999999 release! Let's party!
  • a8ba43e Merge pull request #270 from gsnedders/rename_stuff
  • 8cb144b Update the docs after all the renaming and add CHANGES
  • 00977d6 Rename a bunch of serializer module variables to be underscore prefixed
  • 18a7102 Have only one set of allowed elements/attributes for the sanitizer
  • c4dd677 Move a whole bunch of private modules to be underscore prefixed
  • 8db5828 Rename treewalkers.lxmletree to .etree_lxml for consistency
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/P1XELWAY/pve-backup-monitor/pull/9 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/6/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/pip/html5lib-0.999999999` --- ### 📝 Commits (1) - [`a8abdd2`](https://github.com/P1XELWAY/pve-backup-monitor/commit/a8abdd205af3d9b10fab70033e118a119bedb5e4) Bump html5lib from 0.999 to 0.999999999 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Pipfile` (+1 -1) </details> ### 📄 Description Bumps [html5lib](https://github.com/html5lib/html5lib-python) from 0.999 to 0.999999999. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/html5lib/html5lib-python/blob/master/CHANGES.rst">html5lib's changelog</a>.</em></p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/html5lib/html5lib-python/commit/6a73efa01754253605284b5a5688de3961b120fa"><code>6a73efa</code></a> Yes, another release, already. :(</li> <li><a href="https://github.com/html5lib/html5lib-python/commit/e0dc25f335d3df610f752df29d5c4301717eb452"><code>e0dc25f</code></a> Fix attribute order to the treebuilder to be document order</li> <li><a href="https://github.com/html5lib/html5lib-python/commit/a3b82521a3b7a57cedb7caa8d5f15974cdfa7c30"><code>a3b8252</code></a> Back to -dev</li> <li><a href="https://github.com/html5lib/html5lib-python/commit/ebf62250d23317ae1f51d8b8e4a1d3b62b260ff1"><code>ebf6225</code></a> 0.99999999 release! Let's party!</li> <li><a href="https://github.com/html5lib/html5lib-python/commit/a8ba43ed0dea63664f29ac8183ef7752d6d593b1"><code>a8ba43e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/html5lib/html5lib-python/issues/270">#270</a> from gsnedders/rename_stuff</li> <li><a href="https://github.com/html5lib/html5lib-python/commit/8cb144bce7b81a65cbd9401ba4b987e5055e5ba3"><code>8cb144b</code></a> Update the docs after all the renaming and add CHANGES</li> <li><a href="https://github.com/html5lib/html5lib-python/commit/00977d6ebe97ba71c4244ba2103134cde8084b97"><code>00977d6</code></a> Rename a bunch of serializer module variables to be underscore prefixed</li> <li><a href="https://github.com/html5lib/html5lib-python/commit/18a7102f1b1754b430f459ec6e4996ed6464ad88"><code>18a7102</code></a> Have only one set of allowed elements/attributes for the sanitizer</li> <li><a href="https://github.com/html5lib/html5lib-python/commit/c4dd6771836841ee796af8035dbf8239074ed5ec"><code>c4dd677</code></a> Move a whole bunch of private modules to be underscore prefixed</li> <li><a href="https://github.com/html5lib/html5lib-python/commit/8db5828d3624d0892f0d5903d089972dce6c48f0"><code>8db5828</code></a> Rename treewalkers.lxmletree to .etree_lxml for consistency</li> <li>Additional commits viewable in <a href="https://github.com/html5lib/html5lib-python/compare/0.999...0.999999999">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=html5lib&package-manager=pip&previous-version=0.999&new-version=0.999999999)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/P1XELWAY/pve-backup-monitor/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pve-backup-monitor#9
No description provided.