Skip to content

Commit 95a0770

Browse files
Bump pyenchant from 3.2.2 to 3.3.0 (#11506)
Bumps [pyenchant](https://github.com/pyenchant/pyenchant) from 3.2.2 to 3.3.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyenchant/pyenchant/commit/f8b40fdf543dea52e043a89bfbd5d0e0b8ed3c99"><code>f8b40fd</code></a> Bump to 3.3.0</li> <li><a href="https://github.com/pyenchant/pyenchant/commit/07928e1be608a2b8b33f36594329eb02559e030c"><code>07928e1</code></a> Update changelog</li> <li><a href="https://github.com/pyenchant/pyenchant/commit/bc49633f76781885dea3d1e06422e250347fba50"><code>bc49633</code></a> Bump to 3.3.0rc4</li> <li><a href="https://github.com/pyenchant/pyenchant/commit/f74975f419f79c12b7bf265998114bc85b854a2d"><code>f74975f</code></a> tbump: don't try and make a release after the push</li> <li><a href="https://github.com/pyenchant/pyenchant/commit/6f32de5ac51d46ab5abdad67306d43abf92001d5"><code>6f32de5</code></a> Bump to 3.3.0rc3</li> <li><a href="https://github.com/pyenchant/pyenchant/commit/86ae615568c368030342c8e38c68ea696b5919dc"><code>86ae615</code></a> Try to publish to pypi.org from GitHub</li> <li><a href="https://github.com/pyenchant/pyenchant/commit/1dd14706cfcc7439fe6e825ca4e7d4870c0316c2"><code>1dd1470</code></a> Rename build.py -&gt; build_artifacts.py</li> <li><a href="https://github.com/pyenchant/pyenchant/commit/6283bcea20bb65522a25af52530c2710a1198f6a"><code>6283bce</code></a> Add workflow to publish to testpypi</li> <li><a href="https://github.com/pyenchant/pyenchant/commit/53ab967f5fa7ac7b149793d64d43bf4e812b86e7"><code>53ab967</code></a> Bump to 3.3.0rc2</li> <li><a href="https://github.com/pyenchant/pyenchant/commit/640a82a3c93a5c79bff263720677b417cb9fffd8"><code>640a82a</code></a> rename release -&gt; build, don't use setup.py do build</li> <li>Additional commits viewable in <a href="https://github.com/pyenchant/pyenchant/compare/v3.2.2...v3.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyenchant&package-manager=pip&previous-version=3.2.2&new-version=3.3.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b130bca commit 95a0770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pydantic==2.12.0a1
161161
# via python-on-whales
162162
pydantic-core==2.37.2
163163
# via pydantic
164-
pyenchant==3.2.2
164+
pyenchant==3.3.0
165165
# via sphinxcontrib-spelling
166166
pygments==2.19.2
167167
# via

requirements/doc-spelling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ markupsafe==3.0.2
3030
# via jinja2
3131
packaging==25.0
3232
# via sphinx
33-
pyenchant==3.2.2
33+
pyenchant==3.3.0
3434
# via sphinxcontrib-spelling
3535
pygments==2.19.2
3636
# via sphinx

0 commit comments

Comments
 (0)