Skip to content

Update bottleneck requirement from <1.6.1,>=1.3 to >=1.6.0,<1.6.1#82

Merged
colectric-auto-merge-bot[bot] merged 1 commit into
mainfrom
dependabot/pip/main/bottleneck-gte-1.6.0-and-lt-1.6.1
Apr 13, 2026
Merged

Update bottleneck requirement from <1.6.1,>=1.3 to >=1.6.0,<1.6.1#82
colectric-auto-merge-bot[bot] merged 1 commit into
mainfrom
dependabot/pip/main/bottleneck-gte-1.6.0-and-lt-1.6.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Updates the requirements on bottleneck to permit the latest version.

Changelog

Sourced from bottleneck's changelog.

Bottleneck 1.6.0

Release date 2025-09-05

Maintenance

- Add Python 3.14 support, drop Python 3.9
- Add free-threading trove classifier
- Bump upper bound on numpy to account for numpy 2.3.x

Bottleneck 1.5.0

Release date: 2025-05-12

Maintenance

  • Drop unnecessary build dependency on wheel
  • Remove 32-bit Linux wheels, because NumPy no longer provides them
  • Some code cleanups: removed Python 2.x-specific code paths, fixes for deprecation warnings coming from setuptools

Enhancements

- Support for free-threaded CPython
- Improved platform support: wheels for Linux aarch64, macOS x86-64 and arm64,
  and free-threaded CPython

Bottleneck 1.4.2

Release date: 2024-10-18

Maintenance

- Add `python_requires` to `setup.py` to limit build to 3.9+
- Update the classifiers

Bottleneck 1.4.1

Release date: 2024-10-12

Maintenance
</code></pre>
<ul>
<li>Deprecate Python 3.7 and 3.8</li>
<li>Add python 3.13 build</li>
</ul>
<p>Bottleneck 1.4.0</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/pydata/bottleneck/commit/3e5e705762b866e401eb9c0de9ce16b4cabc6348&quot;&gt;&lt;code&gt;3e5e705&lt;/code&gt;&lt;/a> MAINT: fix warning about <code>pp_*</code> skip selector for PyPy wheels not being neede...</li>
<li><a href="https://github.com/pydata/bottleneck/commit/e3978ab0b742fc1d826193dbdf81f8c0f96b9bcf&quot;&gt;&lt;code&gt;e3978ab&lt;/code&gt;&lt;/a> MNT: Prepare changelog for 1.6.0 (<a href="https://redirect.github.com/pydata/bottleneck/issues/482&quot;&gt;#482&lt;/a&gt;)&lt;/li>
<li><a href="https://github.com/pydata/bottleneck/commit/aff8796c9ccb5e4fe5baa7b0dff0076eacdfcae3&quot;&gt;&lt;code&gt;aff8796&lt;/code&gt;&lt;/a> CI: windows-2019 runner was retired, move to windows-2022</li>
<li><a href="https://github.com/pydata/bottleneck/commit/f5f011f1e165f7ad8ce64d306aaff0a3f4d335a8&quot;&gt;&lt;code&gt;f5f011f&lt;/code&gt;&lt;/a> MAINT: add Python 3.14 support, drop Python 3.9</li>
<li><a href="https://github.com/pydata/bottleneck/commit/f3944e9b02b1fa48322624e2efd1468f33a05f79&quot;&gt;&lt;code&gt;f3944e9&lt;/code&gt;&lt;/a> MAINT: add free-threading trove classifier</li>
<li><a href="https://github.com/pydata/bottleneck/commit/148684f2bfd1af29e791fa6a7773641a7e025754&quot;&gt;&lt;code&gt;148684f&lt;/code&gt;&lt;/a> BLD: bump upper bound on numpy to account for numpy 2.3.x</li>
<li><a href="https://github.com/pydata/bottleneck/commit/7a0110dff7e14012fb2924ba50668b2f1f83008c&quot;&gt;&lt;code&gt;7a0110d&lt;/code&gt;&lt;/a> RLS: add v1.5.0 release notes</li>
<li><a href="https://github.com/pydata/bottleneck/commit/bf18fd5044dc0813dc38be62016b0d52b6f67fd6&quot;&gt;&lt;code&gt;bf18fd5&lt;/code&gt;&lt;/a> MNT: fix missing <code>build-backend</code> key in pyproject.toml</li>
<li><a href="https://github.com/pydata/bottleneck/commit/dd6dbc25596199d673bf4d8313a1f7680dcac80e&quot;&gt;&lt;code&gt;dd6dbc2&lt;/code&gt;&lt;/a> BLD: remove <code>wheel</code> as a build dependency from pyproject.toml</li>
<li><a href="https://github.com/pydata/bottleneck/commit/f76d4430761ba9a05a50cfb9aaae4ba6b06066d5&quot;&gt;&lt;code&gt;f76d443&lt;/code&gt;&lt;/a> MNT: fix a few warnings that show up when sdist or wheel is built</li>
<li>Additional commits viewable in <a href="https://github.com/pydata/bottleneck/compare/v1.3.0...v1.6.0&quot;&gt;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 commands and options

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)

Updates the requirements on [bottleneck](https://github.com/pydata/bottleneck) to permit the latest version.
- [Release notes](https://github.com/pydata/bottleneck/releases)
- [Changelog](https://github.com/pydata/bottleneck/blob/master/RELEASE.rst)
- [Commits](pydata/bottleneck@v1.3.0...v1.6.0)

---
updated-dependencies:
- dependency-name: bottleneck
  dependency-version: 1.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 13, 2026
@colectric-auto-merge-bot colectric-auto-merge-bot Bot merged commit bdeef99 into main Apr 13, 2026
10 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/main/bottleneck-gte-1.6.0-and-lt-1.6.1 branch April 13, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants