Skip to content

Commit

Permalink
chore(deps): bump yarl from 1.11.1 to 1.12.1 in /_integration-tests/u…
Browse files Browse the repository at this point in the history
…tils/agent (#294)

Bumps [yarl](https://github.com/aio-libs/yarl) from 1.11.1 to 1.12.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/yarl/releases">yarl's
releases</a>.</em></p>
<blockquote>
<h2>1.12.1</h2>
<p>No significant changes.</p>
<p>This release was created because the signatures failed to upload for
1.12.0</p>
<hr />
<h2>1.12.0</h2>
<h2>Features</h2>
<ul>
<li>
<p>Added :attr:<code>~yarl.URL.path_safe</code> to be able to fetch the
path without <code>%2F</code> and <code>%25</code> decoded -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/yarl/issues/1150">#1150</a>.</p>
</li>
</ul>
<h2>Removals and backward incompatible breaking changes</h2>
<ul>
<li>
<p>Restore decoding <code>%2F</code> (<code>/</code>) in
<code>URL.path</code> -- by :user:<code>bdraco</code>.</p>
<p>This change restored the behavior before <a
href="https://redirect.github.com/aio-libs/yarl/issues/1057">#1057</a>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/yarl/issues/1151">#1151</a>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of processing paths -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
<a
href="https://redirect.github.com/aio-libs/yarl/issues/1143">#1143</a>.</p>
</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/yarl/blob/master/CHANGES.rst">yarl's
changelog</a>.</em></p>
<blockquote>
<h1>1.12.1</h1>
<p><em>(2024-09-23)</em></p>
<p>No significant changes.</p>
<hr />
<h1>1.12.0</h1>
<p><em>(2024-09-23)</em></p>
<h2>Features</h2>
<ul>
<li>
<p>Added :attr:<code>~yarl.URL.path_safe</code> to be able to fetch the
path without <code>%2F</code> and <code>%25</code> decoded -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1150</code>.</p>
</li>
</ul>
<h2>Removals and backward incompatible breaking changes</h2>
<ul>
<li>
<p>Restore decoding <code>%2F</code> (<code>/</code>) in
<code>URL.path</code> -- by :user:<code>bdraco</code>.</p>
<p>This change restored the behavior before
:issue:<code>1057</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1151</code>.</p>
</li>
</ul>
<h2>Miscellaneous internal changes</h2>
<ul>
<li>
<p>Improved performance of processing paths -- by
:user:<code>bdraco</code>.</p>
<p><em>Related issues and pull requests on GitHub:</em>
:issue:<code>1143</code>.</p>
</li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/yarl/commit/19f25164d5f941cf3b6d47174b6ad876be96123f"><code>19f2516</code></a>
Release 1.12.1</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/cf5a99630719ab15966c2e85639c54c8a78b2d70"><code>cf5a996</code></a>
Increase release timeout from 7 to 14 minutes (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1153">#1153</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/56e51de88feab4ae65dac64cda80e8dfdafb9f67"><code>56e51de</code></a>
Release 1.12.0</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/e7c47b106b917f96bbf94f69ef7ec991a5d5b56f"><code>e7c47b1</code></a>
Add path_safe method (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1150">#1150</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/497752c16f0514afffb1ce17af21b63e19e98590"><code>497752c</code></a>
Restore unquoting of %2F in paths (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1151">#1151</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/6795a590c20d7bc65504807c42eb8863d77fbcec"><code>6795a59</code></a>
Bump pypa/cibuildwheel from 2.21.0 to 2.21.1 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1148">#1148</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/a57826bef52e596e9fd14516bb3c5f2ba08b0246"><code>a57826b</code></a>
Bump pypa/cibuildwheel from 2.20.0 to 2.21.0 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1147">#1147</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/31b01058ea7267a40f97cc1347715a9030cab265"><code>31b0105</code></a>
Bump idna from 3.8 to 3.10 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1146">#1146</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/ab0819b55c1e66c0160acf7c730a640f78da448f"><code>ab0819b</code></a>
Bump pytest from 8.3.2 to 8.3.3 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1145">#1145</a>)</li>
<li><a
href="https://github.com/aio-libs/yarl/commit/6e6aac07842bfe1e76a624a51d34e0cc66cdfa78"><code>6e6aac0</code></a>
Bump multidict from 6.0.5 to 6.1.0 (<a
href="https://redirect.github.com/aio-libs/yarl/issues/1144">#1144</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aio-libs/yarl/compare/v1.11.1...v1.12.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yarl&package-manager=pip&previous-version=1.11.1&new-version=1.12.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>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent 57adc7b commit 4067f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _integration-tests/utils/agent/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ requests==2.32.3
six==1.16.0
typing_extensions==4.12.2
urllib3==2.2.3
yarl==1.11.1
yarl==1.12.1

0 comments on commit 4067f55

Please sign in to comment.