chore(deps): Bump httpx from 0.26.0 to 0.27.0 in /cirrus/server (#10320)

Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.27.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/encode/httpx/releases">httpx's
releases</a>.</em></p>
<blockquote>
<h2>Version 0.27.0</h2>
<h2>0.27.0 (21st February, 2024)</h2>
<h3>Deprecated</h3>
<ul>
<li>The <code>app=...</code> shortcut has been deprecated. Use the
explicit style of <code>transport=httpx.WSGITransport()</code> or
<code>transport=httpx.ASGITransport()</code> instead.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Respect the <code>http1</code> argument while configuring proxy
transports. (<a
href="https://redirect.github.com/encode/httpx/issues/3023">#3023</a>)</li>
<li>Fix RFC 2069 mode digest authentication. (<a
href="https://redirect.github.com/encode/httpx/issues/3045">#3045</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/encode/httpx/blob/master/CHANGELOG.md">httpx's
changelog</a>.</em></p>
<blockquote>
<h2>0.27.0 (21st February, 2024)</h2>
<h3>Deprecated</h3>
<ul>
<li>The <code>app=...</code> shortcut has been deprecated. Use the
explicit style of <code>transport=httpx.WSGITransport()</code> or
<code>transport=httpx.ASGITransport()</code> instead.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Respect the <code>http1</code> argument while configuring proxy
transports. (<a
href="https://redirect.github.com/encode/httpx/issues/3023">#3023</a>)</li>
<li>Fix RFC 2069 mode digest authentication. (<a
href="https://redirect.github.com/encode/httpx/issues/3045">#3045</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="326b9431c7"><code>326b943</code></a>
Version 0.27.0 (<a
href="https://redirect.github.com/encode/httpx/issues/3095">#3095</a>)</li>
<li><a
href="3faa4a8f2e"><code>3faa4a8</code></a>
Improve 'Custom transports' docs (<a
href="https://redirect.github.com/encode/httpx/issues/3081">#3081</a>)</li>
<li><a
href="c51af4ba52"><code>c51af4b</code></a>
Extensions docs (<a
href="https://redirect.github.com/encode/httpx/issues/3080">#3080</a>)</li>
<li><a
href="cabd1c095e"><code>cabd1c0</code></a>
Deprecate <code>app=...</code> in favor of explicit
<code>WSGITransport</code>/<code>ASGITransport</code>. (<a
href="https://redirect.github.com/encode/httpx/issues/3">#3</a>...</li>
<li><a
href="6f461522a5"><code>6f46152</code></a>
Bump the python-packages group with 6 updates (<a
href="https://redirect.github.com/encode/httpx/issues/3077">#3077</a>)</li>
<li><a
href="37a2901af3"><code>37a2901</code></a>
Mention NO_PROXY environment variable on Advanced Usage page (<a
href="https://redirect.github.com/encode/httpx/issues/3066">#3066</a>)</li>
<li><a
href="371b6e946c"><code>371b6e9</code></a>
Use <code>__future__.annotations</code> (<a
href="https://redirect.github.com/encode/httpx/issues/3068">#3068</a>)</li>
<li><a
href="4f6edf36e9"><code>4f6edf3</code></a>
test <code>parse_header_links</code> via public api (<a
href="https://redirect.github.com/encode/httpx/issues/3061">#3061</a>)</li>
<li><a
href="c7cd6aa5bd"><code>c7cd6aa</code></a>
test <code>obfuscate_sensitive_headers</code> via public api (<a
href="https://redirect.github.com/encode/httpx/issues/3063">#3063</a>)</li>
<li><a
href="15f925336c"><code>15f9253</code></a>
Drop outdated section (<a
href="https://redirect.github.com/encode/httpx/issues/3057">#3057</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/encode/httpx/compare/0.26.0...0.27.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=httpx&package-manager=pip&previous-version=0.26.0&new-version=0.27.0)](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:
dependabot[bot] 2024-02-26 15:51:21 -05:00 коммит произвёл GitHub
Родитель 0a4471e3dd
Коммит 3767b1ff7c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 5 добавлений и 5 удалений

8
cirrus/server/poetry.lock сгенерированный
Просмотреть файл

@ -440,13 +440,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"]
[[package]]
name = "httpx"
version = "0.26.0"
version = "0.27.0"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.8"
files = [
{file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"},
{file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"},
{file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"},
{file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"},
]
[package.dependencies]
@ -1385,4 +1385,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)",
[metadata]
lock-version = "2.0"
python-versions = "^3.10.10"
content-hash = "63faee9880d5bd20a360bc13fcd52fd66962fa713d1bd00f27608942bac6c326"
content-hash = "630ce633ceed9bd39d55de7fbcea789b643930965923bdbec52286cc9634c80c"

Просмотреть файл

@ -10,7 +10,7 @@ ruff = "^0.2.0"
fastapi = "^0.110.0"
uvicorn = "^0.27.0"
pytest = "^7.2.2"
httpx = "^0.26.0"
httpx = "^0.27.0"
pytest-cov = "^4.0.0"
black = "^23.12.1"
pyright = "^1.1.300"