Skip to content

Commit e7a4e75

Browse files
Bump pytest-codspeed from 5.0.1 to 5.0.2 (#12542)
Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 5.0.1 to 5.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CodSpeedHQ/pytest-codspeed/releases">pytest-codspeed's releases</a>.</em></p> <blockquote> <h2>v5.0.2</h2> <h2>What's Changed</h2> <ul> <li>feat: skip Python runtime objects in callgrind by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/122">CodSpeedHQ/pytest-codspeed#122</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v5.0.1...v5.0.2">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v5.0.1...v5.0.2</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md">pytest-codspeed's changelog</a>.</em></p> <blockquote> <h2>[5.0.2] - 2026-05-14</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Skip Python runtime objects in callgrind by <a href="https://github.com/not-matthias"><code>@​not-matthias</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/122">#122</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/fc33d2098d7a1296b320b30e9ed14c270ab714b8"><code>fc33d20</code></a> Release v5.0.2 🚀</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/3bbabe482458518555fa9939902410ae8cf1baa8"><code>3bbabe4</code></a> feat: skip Python runtime objects in callgrind</li> <li>See full diff in <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v5.0.1...v5.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-codspeed&package-manager=pip&previous-version=5.0.1&new-version=5.0.2)](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 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>
1 parent 125dfae commit e7a4e75

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ pytest-aiohttp==1.1.0
206206
# -r requirements/test-common.in
207207
pytest-asyncio==1.4.0a2
208208
# via pytest-aiohttp
209-
pytest-codspeed==5.0.1
209+
pytest-codspeed==5.0.2
210210
# via
211211
# -r requirements/lint.in
212212
# -r requirements/test-common.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ pytest-aiohttp==1.1.0
201201
# -r requirements/test-common.in
202202
pytest-asyncio==1.4.0a2
203203
# via pytest-aiohttp
204-
pytest-codspeed==5.0.1
204+
pytest-codspeed==5.0.2
205205
# via
206206
# -r requirements/lint.in
207207
# -r requirements/test-common.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pytest-aiohttp==1.1.0
121121
# via -r requirements/lint.in
122122
pytest-asyncio==1.4.0a2
123123
# via pytest-aiohttp
124-
pytest-codspeed==5.0.1
124+
pytest-codspeed==5.0.2
125125
# via -r requirements/lint.in
126126
pytest-mock==3.15.1
127127
# via -r requirements/lint.in

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pytest-aiohttp==1.1.0
105105
# via -r requirements/test-common.in
106106
pytest-asyncio==1.3.0
107107
# via pytest-aiohttp
108-
pytest-codspeed==5.0.1
108+
pytest-codspeed==5.0.2
109109
# via -r requirements/test-common.in
110110
pytest-cov==7.1.0
111111
# via -r requirements/test-common.in

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ pytest-aiohttp==1.1.0
128128
# via -r requirements/test-common.in
129129
pytest-asyncio==1.4.0a2
130130
# via pytest-aiohttp
131-
pytest-codspeed==5.0.1
131+
pytest-codspeed==5.0.2
132132
# via -r requirements/test-common.in
133133
pytest-cov==7.1.0
134134
# via -r requirements/test-common.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ pytest-aiohttp==1.1.0
128128
# via -r requirements/test-common.in
129129
pytest-asyncio==1.4.0a2
130130
# via pytest-aiohttp
131-
pytest-codspeed==5.0.1
131+
pytest-codspeed==5.0.2
132132
# via -r requirements/test-common.in
133133
pytest-cov==7.1.0
134134
# via -r requirements/test-common.in

0 commit comments

Comments
 (0)