mirror of
https://github.com/haidaraM/ansible-playbook-grapher
synced 2024-11-10 06:04:15 +00:00
chore(deps): bump pyquery from 2.0.0 to 2.0.1 (#197)
Bumps [pyquery](https://github.com/gawel/pyquery) from 2.0.0 to 2.0.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gawel/pyquery/blob/master/CHANGES.rst">pyquery's changelog</a>.</em></p> <blockquote> <h2>2.0.1 (2024-08-30)</h2> <ul> <li> <p>Breaking change: its seems no longer possible to use the html parser with a xml file so its no longer tested</p> </li> <li> <p>Drop support for python 3.7</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c5dbf4cea3
"><code>c5dbf4c</code></a> Preparing release 2.0.1</li> <li><a href="4fecdb3d9b
"><code>4fecdb3</code></a> changes</li> <li><a href="f2533d1974
"><code>f2533d1</code></a> py37 is no longer supported</li> <li><a href="5431f16322
"><code>5431f16</code></a> ruff check --fix</li> <li><a href="2005fe5134
"><code>2005fe5</code></a> use ruff as linter</li> <li><a href="60ea3abafd
"><code>60ea3ab</code></a> backport 3.12 OrderedDict.<strong>repr</strong> to run doctest on older py versions. fixed...</li> <li><a href="b0cc127556
"><code>b0cc127</code></a> breaking change: its no longer possible to use the html parser with a xml file</li> <li><a href="2d8caa97bb
"><code>2d8caa9</code></a> add 3.12 on gha</li> <li><a href="0a7cbf0c21
"><code>0a7cbf0</code></a> 3.12 is not avaliable on gha</li> <li><a href="e51b9b6f64
"><code>e51b9b6</code></a> try with a valid escape sequence</li> <li>Additional commits viewable in <a href="https://github.com/gawel/pyquery/compare/2.0.0...2.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyquery&package-manager=pip&previous-version=2.0.0&new-version=2.0.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4aa5cceeda
commit
e8b12a05fb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
-r ../requirements.txt
|
||||
pytest==8.3.2
|
||||
pytest-cov==5.0.0
|
||||
pyquery==2.0.0
|
||||
pyquery==2.0.1
|
||||
black~=24.4
|
Loading…
Reference in a new issue