Skip to content

Commit 8758d51

Browse files
build(deps): bump apispec from 6.9.0 to 6.10.0 (#784)
Bumps [apispec](https://github.com/marshmallow-code/apispec) from 6.9.0 to 6.10.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst">apispec's changelog</a>.</em></p> <blockquote> <p>6.10.0 (2026-03-06)</p> <hr /> <p>Features:</p> <ul> <li>Support <code>links</code> (:issue:<code>615</code>). Thanks :user:<code>kingdomOfIT</code> for the PR (:pr:<code>1014</code>).</li> </ul> <p>Bug fixes:</p> <ul> <li><code>MarshmallowPlugin</code>: Handle <code>DateTime</code> fields with the <code>&quot;iso8601&quot;</code> and <code>&quot;rfc822&quot;</code> formats (:issue:<code>970</code>). Thanks :user:<code>matejsp</code> for reporting and <code>karthiksai109</code> for the PR (:pr:<code>1013</code>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marshmallow-code/apispec/commit/450a56c5980c7732787a0897c7cd9c4f1edb0525"><code>450a56c</code></a> Bump version and update changelog</li> <li><a href="https://github.com/marshmallow-code/apispec/commit/0f40e7aabf67d879793a706a682df7d032bbac77"><code>0f40e7a</code></a> Merge pull request <a href="https://redirect.github.com/marshmallow-code/apispec/issues/1022">#1022</a> from marshmallow-code/tests_utils_get</li> <li><a href="https://github.com/marshmallow-code/apispec/commit/6784476991dcb8910b0c2990faa675fdab9d45ed"><code>6784476</code></a> Rework test.utils.get_* methods</li> <li><a href="https://github.com/marshmallow-code/apispec/commit/f86aa987d901f3675a8aaaa14cc67240788db1f3"><code>f86aa98</code></a> Merge pull request <a href="https://redirect.github.com/marshmallow-code/apispec/issues/1014">#1014</a> from kingdomOfIT/feature/openapi-links</li> <li><a href="https://github.com/marshmallow-code/apispec/commit/fd962d964711e5ea072aaa9a1ce40f8e503f3fb7"><code>fd962d9</code></a> docs: remove reference to removed validate_spec utility (<a href="https://redirect.github.com/marshmallow-code/apispec/issues/1021">#1021</a>)</li> <li><a href="https://github.com/marshmallow-code/apispec/commit/6031276836c18181ea9f18fcdb1a38c544b7d9af"><code>6031276</code></a> Bump openapi-spec-validator from 0.8.1 to 0.8.4</li> <li><a href="https://github.com/marshmallow-code/apispec/commit/7278e0f11a8b82d0dee53219c410239ef086164d"><code>7278e0f</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/marshmallow-code/apispec/commit/ad467c80f0640ef3ae705ad2f5a0953ff2369f21"><code>ad467c8</code></a> Bump actions/upload-artifact from 6 to 7</li> <li><a href="https://github.com/marshmallow-code/apispec/commit/e7e6c808d41f3a09ed87314d0c0cecb8a0c09ea1"><code>e7e6c80</code></a> Bump actions/download-artifact from 7 to 8</li> <li><a href="https://github.com/marshmallow-code/apispec/commit/cc2c9880b70fdd2dcd7a3c58af1fc7314e3fe307"><code>cc2c988</code></a> Bump openapi-spec-validator from 0.8.0 to 0.8.1</li> <li>Additional commits viewable in <a href="https://github.com/marshmallow-code/apispec/compare/6.9.0...6.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=apispec&package-manager=pip&previous-version=6.9.0&new-version=6.10.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 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 e5940d5 commit 8758d51

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ aiohttp = "3.13.3"
2222
neuro-auth-client = "25.8.2"
2323
neuro-logging = "25.11.0"
2424
marshmallow = "3.26.2"
25-
apispec = "6.9.0"
25+
apispec = "6.10.0"
2626
aiohttp-apispec = "3.0.0b2"
2727
markupsafe = "3.0.3"
2828
aiobotocore = "3.1.1"

0 commit comments

Comments
 (0)