-
Notifications
You must be signed in to change notification settings - Fork 4
Commit 0286994
authored
build(deps-dev): bump the development group across 1 directory with 3 updates (#1010)
Bumps the development group with 3 updates in the / directory:
[pytest](https://github.com/pytest-dev/pytest),
[pytest-cov](https://github.com/pytest-dev/pytest-cov) and
[syrupy](https://github.com/syrupy-project/syrupy).
Updates `pytest` from 8.3.4 to 8.3.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>8.3.5</h2>
<h1>pytest 8.3.5 (2025-03-02)</h1>
<h2>Bug fixes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/11777">#11777</a>:
Fixed issue where sequences were still being shortened even with
<code>-vv</code> verbosity.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12888">#12888</a>:
Fixed broken input when using Python 3.13+ and a <code>libedit</code>
build of Python, such as on macOS or with uv-managed Python binaries
from the <code>python-build-standalone</code> project. This could
manifest e.g. by a broken prompt when using <code>Pdb</code>, or seeing
empty inputs with manual usage of <code>input()</code> and suspended
capturing.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13026">#13026</a>:
Fixed <code>AttributeError</code>{.interpreted-text
role="class"} crash when using
<code>--import-mode=importlib</code> when top-level directory same name
as another module of the standard library.</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13053">#13053</a>:
Fixed a regression in pytest 8.3.4 where, when using
<code>--import-mode=importlib</code>, a directory containing py file
with the same name would cause an <code>ImportError</code></li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13083">#13083</a>:
Fixed issue where pytest could crash if one of the collected directories
got removed during collection.</li>
</ul>
<h2>Improved documentation</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/12842">#12842</a>:
Added dedicated page about using types with pytest.</p>
<p>See <code>types</code>{.interpreted-text role="ref"} for
detailed usage.</p>
</li>
</ul>
<h2>Contributor-facing changes</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13112">#13112</a>:
Fixed selftest failures in <code>test_terminal.py</code> with Pygments
>= 2.19.0</li>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13256">#13256</a>:
Support for Towncrier versions released in 2024 has been re-enabled
when building Sphinx docs -- by <code>webknjaz</code>{.interpreted-text
role="user"}.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/b55ab2aabb68c0ce94c3903139b062d0c2790152"><code>b55ab2a</code></a>
Prepare release version 8.3.5</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/e217726d2a0edfaf58eae95bf835b85834b96da3"><code>e217726</code></a>
Added dedicated page about using types with pytest <a
href="https://redirect.github.com/pytest-dev/pytest/issues/12842">#12842</a>
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/12963">#12963</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13260">#13260</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/2fa3f8306c3da4aad7f7349a4947ac37ba6c652f"><code>2fa3f83</code></a>
Add more resources and studies to flaky tests page in docs (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13250">#13250</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13259">#13259</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/e5c2efe3c36199731b41fd68bbf4df5e21404a8b"><code>e5c2efe</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/13256">#13256</a>
from webknjaz/maintenance/towncrier-bump (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13258">#13258</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/3419674225a3a7b7d6f93650d75f6de52fe637d5"><code>3419674</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/13187">#13187</a>
from pytest-dev/patchback/backports/8.3.x/b4009b319...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/b75cfb162dbb927739698effa3fbcf279655da49"><code>b75cfb1</code></a>
Add readline workaround for libedit (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13176">#13176</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/edbfff72a4051ed9c5f3d9b5d6f316b407cb6961"><code>edbfff7</code></a>
doc: Clarify capturing .readouterr() return value (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13222">#13222</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13225">#13225</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/2ebba0063c66b77a7bd171221de059f3b3e47b86"><code>2ebba00</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/13199">#13199</a>
from jakkdl/tox_docs_no_fetch (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13200">#13200</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/eb6496b79759f9acde581ed9d7a0777a49b5f820"><code>eb6496b</code></a>
doc: Change training to remote only (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13196">#13196</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13197">#13197</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/78cf1f67f707fc07372a89775fd10d2065b5f17a"><code>78cf1f6</code></a>
ci: Bump build-and-inspect-python-package (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13188">#13188</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5">compare
view</a></li>
</ul>
</details>
<br />
Updates `pytest-cov` from 6.0.0 to 6.1.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's
changelog</a>.</em></p>
<blockquote>
<h2>6.1.0 (2025-04-01)</h2>
<ul>
<li>Change terminal output to use full width lines for the coverage
header.
Contributed by Tsvika Shapira in
<code>[#678](pytest-dev/pytest-cov#678)
<https://github.com/pytest-dev/pytest-cov/pull/678></code>_.</li>
<li>Removed unnecessary CovFailUnderWarning. Fixes
<code>[#675](pytest-dev/pytest-cov#675)
<https://github.com/pytest-dev/pytest-cov/issues/675></code>_.</li>
<li>Fixed the term report not using the precision specified via
<code>--cov-precision</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/10f8cde38c3b0aaf2c75d9ed62d4f333d8809d96"><code>10f8cde</code></a>
Bump version: 6.0.0 → 6.1.0</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/10b14afffcd53b19967785c0b3e8b35ebac70b6f"><code>10b14af</code></a>
Update changelog.</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/aa57aed273475b4f9975cc9a8a1662b336718662"><code>aa57aed</code></a>
Refactor a bit the internals to be a bit less boilerplatey and have more
clar...</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/e760099a7fd5f49c235dc798bf7f222c0372b7e3"><code>e760099</code></a>
Make sure the CLI precision is used when creating report. Fixes <a
href="https://redirect.github.com/pytest-dev/pytest-cov/issues/674">#674</a>.</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/44540e1e9f02f3b69b62834636cf3057edc960d6"><code>44540e1</code></a>
Remove unnecessary CovFailUnderWarning. Closes <a
href="https://redirect.github.com/pytest-dev/pytest-cov/issues/675">#675</a>.</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/204af146f8f4ff03076825a693ee6aef587deb6b"><code>204af14</code></a>
Update changelog.</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/089e7bb5c16dcfdedd54f27fda094ccb3eeaae2c"><code>089e7bb</code></a>
Upgrade ruff.</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/ab2cd263ee46ae0777516ac681984c692feff3cf"><code>ab2cd26</code></a>
Add py 3.13 to test grid and update some deps.</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/2de0c6c4bd0d4f421d2d599a60ac9826662b22f2"><code>2de0c6c</code></a>
add reference to code source</li>
<li><a
href="https://github.com/pytest-dev/pytest-cov/commit/362a35966723a7a51e1cbefb57035b10f12bc65a"><code>362a359</code></a>
move section between functions</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest-cov/compare/v6.0.0...v6.1.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `syrupy` from 4.8.2 to 4.9.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/syrupy-project/syrupy/releases">syrupy's
releases</a>.</em></p>
<blockquote>
<h2>v4.9.1</h2>
<h2><a
href="https://github.com/syrupy-project/syrupy/compare/v4.9.0...v4.9.1">4.9.1</a>
(2025-03-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>serializer:</strong> preserve trailing newlines in ambr
serialization (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/950">#950</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/5897490e9821156327fe56bc5f7695146e2363a5">5897490</a>)</li>
<li><strong>serializer:</strong> preserve trailing newlines in ambr
serialization (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/950">#950</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/5037477ceece0f2cf861aabd356f4dd07a9eeb71">5037477</a>)</li>
</ul>
<h2>v4.9.0</h2>
<h1><a
href="https://github.com/syrupy-project/syrupy/compare/v4.8.3...v4.9.0">4.9.0</a>
(2025-03-08)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>serializer:</strong> raise TypeError when serializing
non-byte like object in binary mode (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/951">#951</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/2bd0f54ea0923f4c549209abc40d2eec9b973d65">2bd0f54</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add --snapshot-ignore-file-extensions argument to support DVC (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/943">#943</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/056cc6e1057f6d1c49b4b609aa09be9f507dd55c">056cc6e</a>)</li>
<li>add compose_matchers utility for composing 1 or more matchers (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/952">#952</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/157dbecc87fd03ea938c4a7dc194418da43c90a5">157dbec</a>)</li>
<li>add SingleFileAmberSnapshotExtension as a single-file variant of the
default amber extension (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/959">#959</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/a753b7a0aa6763a7489da78291bf27b7b5081b74">a753b7a</a>)</li>
<li>include details about created/updated snapshots in detailed report
(<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/942">#942</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/25d37ef978cbbd5b034fe394d283e923295b1750">25d37ef</a>)</li>
</ul>
<h2>v4.8.3</h2>
<h2><a
href="https://github.com/syrupy-project/syrupy/compare/v4.8.2...v4.8.3">4.8.3</a>
(2025-03-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>snapshots of deselected parametrized tests wrongly marked as unused
(<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/965">#965</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/52f3bb2089f6289ef6502486301d56d7b13fdf28">52f3bb2</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/syrupy-project/syrupy/blob/main/CHANGELOG.md">syrupy's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/syrupy-project/syrupy/compare/v4.9.0...v4.9.1">4.9.1</a>
(2025-03-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>serializer:</strong> preserve trailing newlines in ambr
serialization (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/950">#950</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/5897490e9821156327fe56bc5f7695146e2363a5">5897490</a>)</li>
<li><strong>serializer:</strong> preserve trailing newlines in ambr
serialization (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/950">#950</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/5037477ceece0f2cf861aabd356f4dd07a9eeb71">5037477</a>)</li>
</ul>
<h1><a
href="https://github.com/syrupy-project/syrupy/compare/v4.8.3...v4.9.0">4.9.0</a>
(2025-03-08)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>serializer:</strong> raise TypeError when serializing
non-byte like object in binary mode (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/951">#951</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/2bd0f54ea0923f4c549209abc40d2eec9b973d65">2bd0f54</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add --snapshot-ignore-file-extensions argument to support DVC (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/943">#943</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/056cc6e1057f6d1c49b4b609aa09be9f507dd55c">056cc6e</a>)</li>
<li>add compose_matchers utility for composing 1 or more matchers (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/952">#952</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/157dbecc87fd03ea938c4a7dc194418da43c90a5">157dbec</a>)</li>
<li>add SingleFileAmberSnapshotExtension as a single-file variant of the
default amber extension (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/959">#959</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/a753b7a0aa6763a7489da78291bf27b7b5081b74">a753b7a</a>)</li>
<li>include details about created/updated snapshots in detailed report
(<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/942">#942</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/25d37ef978cbbd5b034fe394d283e923295b1750">25d37ef</a>)</li>
</ul>
<h2><a
href="https://github.com/syrupy-project/syrupy/compare/v4.8.2...v4.8.3">4.8.3</a>
(2025-03-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>snapshots of deselected parametrized tests wrongly marked as unused
(<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/965">#965</a>)
(<a
href="https://github.com/syrupy-project/syrupy/commit/52f3bb2089f6289ef6502486301d56d7b13fdf28">52f3bb2</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/syrupy-project/syrupy/commit/431b76d9d9fa4a99a4b6d67aa203ad7c152e97ba"><code>431b76d</code></a>
chore(release): 4.9.1 [skip ci]</li>
<li><a
href="https://github.com/syrupy-project/syrupy/commit/5897490e9821156327fe56bc5f7695146e2363a5"><code>5897490</code></a>
fix(serializer): preserve trailing newlines in ambr serialization (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/950">#950</a>)</li>
<li><a
href="https://github.com/syrupy-project/syrupy/commit/5037477ceece0f2cf861aabd356f4dd07a9eeb71"><code>5037477</code></a>
fix(serializer): preserve trailing newlines in ambr serialization (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/950">#950</a>)</li>
<li><a
href="https://github.com/syrupy-project/syrupy/commit/b2a72f7eb998df9b1eb02d8c1952db5a9e449517"><code>b2a72f7</code></a>
chore(release): 4.9.0 [skip ci]</li>
<li><a
href="https://github.com/syrupy-project/syrupy/commit/3330c42817cbf4488921270d5ef657ae3358d14d"><code>3330c42</code></a>
Merge pull request <a
href="https://redirect.github.com/syrupy-project/syrupy/issues/967">#967</a></li>
<li><a
href="https://github.com/syrupy-project/syrupy/commit/33aca90b2d3cf6cbc3051d6553c7dba9a84a2e7f"><code>33aca90</code></a>
chore: py3.8 backwards compatibility fix</li>
<li><a
href="https://github.com/syrupy-project/syrupy/commit/a753b7a0aa6763a7489da78291bf27b7b5081b74"><code>a753b7a</code></a>
feat: add SingleFileAmberSnapshotExtension as a single-file variant of
the de...</li>
<li><a
href="https://github.com/syrupy-project/syrupy/commit/157dbecc87fd03ea938c4a7dc194418da43c90a5"><code>157dbec</code></a>
feat: add compose_matchers utility for composing 1 or more matchers (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/952">#952</a>)</li>
<li><a
href="https://github.com/syrupy-project/syrupy/commit/2bd0f54ea0923f4c549209abc40d2eec9b973d65"><code>2bd0f54</code></a>
fix(serializer): raise TypeError when serializing non-byte like object
in bin...</li>
<li><a
href="https://github.com/syrupy-project/syrupy/commit/056cc6e1057f6d1c49b4b609aa09be9f507dd55c"><code>056cc6e</code></a>
feat: add --snapshot-ignore-file-extensions argument to support DVC (<a
href="https://redirect.github.com/syrupy-project/syrupy/issues/943">#943</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/syrupy-project/syrupy/compare/v4.8.2...v4.9.1">compare
view</a></li>
</ul>
</details>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 63feb9c commit 0286994Copy full SHA for 0286994
Expand file treeCollapse file tree
1 file changed
+9
-9
lines changed+9-9Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments