Skip to content

Commit e8b12a0

Browse files
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="https://github.com/gawel/pyquery/commit/c5dbf4cea3ad4c2a1541ab3bbfe6ffabd4785330"><code>c5dbf4c</code></a> Preparing release 2.0.1</li> <li><a href="https://github.com/gawel/pyquery/commit/4fecdb3d9bf970216f82343816def9352223e6a7"><code>4fecdb3</code></a> changes</li> <li><a href="https://github.com/gawel/pyquery/commit/f2533d1974d125eafb950d742193b3509f437ce5"><code>f2533d1</code></a> py37 is no longer supported</li> <li><a href="https://github.com/gawel/pyquery/commit/5431f163224bd6e56c1c3079af84e41f4a4b2510"><code>5431f16</code></a> ruff check --fix</li> <li><a href="https://github.com/gawel/pyquery/commit/2005fe5134a31287a99c64432e46a8decd9d66d9"><code>2005fe5</code></a> use ruff as linter</li> <li><a href="https://github.com/gawel/pyquery/commit/60ea3abafdf3e9cddcc580b9f94197c6badab09b"><code>60ea3ab</code></a> backport 3.12 OrderedDict.<strong>repr</strong> to run doctest on older py versions. fixed...</li> <li><a href="https://github.com/gawel/pyquery/commit/b0cc1275565afe0d72e3796ccf84875af5e5463c"><code>b0cc127</code></a> breaking change: its no longer possible to use the html parser with a xml file</li> <li><a href="https://github.com/gawel/pyquery/commit/2d8caa97bbe0d302d6acb72fe53327a9e368d817"><code>2d8caa9</code></a> add 3.12 on gha</li> <li><a href="https://github.com/gawel/pyquery/commit/0a7cbf0c21132727d0ebf6fb5b78120d4a037221"><code>0a7cbf0</code></a> 3.12 is not avaliable on gha</li> <li><a href="https://github.com/gawel/pyquery/commit/e51b9b6f64989b2c8b106ee15875694d5c159d8c"><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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4aa5cce commit e8b12a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/requirements_tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r ../requirements.txt
22
pytest==8.3.2
33
pytest-cov==5.0.0
4-
pyquery==2.0.0
4+
pyquery==2.0.1
55
black~=24.4

0 commit comments

Comments
 (0)