Skip to content

Commit 8a2aab1

Browse files
authored
build(deps): update jsonfeed-util requirement from <1.1.4,>=1.1.2 to >=1.1.2,<1.2.1 (#358)
Updates the requirements on [jsonfeed-util](https://github.com/lukasschwab/jsonfeed) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lukasschwab/jsonfeed/releases">jsonfeed-util's releases</a>.</em></p> <blockquote> <h2>1.2.0</h2> <h2>What's Changed</h2> <ul> <li>Reintroduce Python 3.9 support by <a href="https://github.com/lukasschwab"><code>@​lukasschwab</code></a> in <a href="https://redirect.github.com/lukasschwab/jsonfeed/pull/16">lukasschwab/jsonfeed#16</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lukasschwab/jsonfeed/compare/1.1.4...1.2.0">https://github.com/lukasschwab/jsonfeed/compare/1.1.4...1.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lukasschwab/jsonfeed/commit/fe24bc40c2d14e2d33f3dc8681a2795e3821c8f7"><code>fe24bc4</code></a> Bump version to 1.2.0 for release</li> <li><a href="https://github.com/lukasschwab/jsonfeed/commit/8815aee76545a8689656680daf7b91ecdb35295e"><code>8815aee</code></a> Upgrade actions/upload-pages-artifact: v1→v3</li> <li><a href="https://github.com/lukasschwab/jsonfeed/commit/966ba9f7f970bb43a57f27b6ea53c60a062d6af2"><code>966ba9f</code></a> Formalize Python 3.9...3.13 support (<a href="https://redirect.github.com/lukasschwab/jsonfeed/issues/16">#16</a>)</li> <li><a href="https://github.com/lukasschwab/jsonfeed/commit/fb1dfe35db1486cc0b56e2c5bea97874c0a2cf02"><code>fb1dfe3</code></a> Lint and style <a href="https://redirect.github.com/lukasschwab/jsonfeed/issues/14">#14</a></li> <li><a href="https://github.com/lukasschwab/jsonfeed/commit/ad1f34e420d6641f312f1db4ff79afb107ab4587"><code>ad1f34e</code></a> Eliminate default list reuse in <code>Feed</code> constructor (<a href="https://redirect.github.com/lukasschwab/jsonfeed/issues/14">#14</a>)</li> <li><a href="https://github.com/lukasschwab/jsonfeed/commit/4593ad1e002bf35805496fc55184198c6dffe1d2"><code>4593ad1</code></a> Add missing paren to usage example</li> <li><a href="https://github.com/lukasschwab/jsonfeed/commit/aa5e3c9bd40ad65faf09c76088aa25ff539bd773"><code>aa5e3c9</code></a> Bump version to 1.1.3 for release</li> <li><a href="https://github.com/lukasschwab/jsonfeed/commit/4b99f87d7f8e29752fbe478d3e40b22b4a2c1201"><code>4b99f87</code></a> Fix documentation generation (<a href="https://redirect.github.com/lukasschwab/jsonfeed/issues/12">#12</a>)</li> <li><a href="https://github.com/lukasschwab/jsonfeed/commit/f9584075e05744c063448852797170a12cf4033c"><code>f958407</code></a> Fix README reference to workflow: s/yml/yaml</li> <li><a href="https://github.com/lukasschwab/jsonfeed/commit/95aa54afca769391496b4bd84952b13b2d6fe305"><code>95aa54a</code></a> Remove 3.7 from test grid</li> <li>Additional commits viewable in <a href="https://github.com/lukasschwab/jsonfeed/compare/1.1.2...1.2.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | jsonfeed-util | [< 1.2, > 1.1.2] | </details> 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>
2 parents c582b3a + c4c1aab commit 8a2aab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/testing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# -------
55

66
feedparser>=6.0.11,<6.1
7-
jsonfeed-util>=1.1.2,<1.1.4
7+
jsonfeed-util>=1.1.2,<1.2.1
88
mkdocs-material[imaging]>=9.5.47
99
pytest-cov>=6,<7
1010
validator-collection>=1.5,<1.6

0 commit comments

Comments
 (0)