Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the requirements group across 1 directory with 8 updates #2742

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2025

Bumps the requirements group with 8 updates in the / directory:

Package From To
numpy 2.1.2 2.2.2
numcodecs 0.13.1 0.15.0
pytest 8.3.3 8.3.4
lmdb 1.5.1 1.6.2
azure-storage-blob 12.21.0 12.24.0
redis 5.1.1 5.2.1
pytest-cov 5.0.0 6.0.0
s3fs 2023.12.2 2024.12.0

Updates numpy from 2.1.2 to 2.2.2

Release notes

Sourced from numpy's releases.

2.2.2 (Jan 18, 2025)

NumPy 2.2.2 Release Notes

NumPy 2.2.2 is a patch release that fixes bugs found after the 2.2.1 release. The number of typing fixes/updates is notable. This release supports Python versions 3.10-3.13.

Contributors

A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Alicia Boya García +
  • Charles Harris
  • Joren Hammudoglu
  • Kai Germaschewski +
  • Nathan Goldbaum
  • PTUsumit +
  • Rohit Goswami
  • Sebastian Berg

Pull requests merged

A total of 16 pull requests were merged for this release.

  • #28050: MAINT: Prepare 2.2.x for further development
  • #28055: TYP: fix void arrays not accepting str keys in __setitem__
  • #28066: TYP: fix unnecessarily broad integer binop return types (#28065)
  • #28112: TYP: Better ndarray binop return types for float64 &...
  • #28113: TYP: Return the correct bool from issubdtype
  • #28114: TYP: Always accept date[time] in the datetime64 constructor
  • #28120: BUG: Fix auxdata initialization in ufunc slow path
  • #28131: BUG: move reduction initialization to ufunc initialization
  • #28132: TYP: Fix interp to accept and return scalars
  • #28137: BUG: call PyType_Ready in f2py to avoid data races
  • #28145: BUG: remove unnecessary call to PyArray_UpdateFlags
  • #28160: BUG: Avoid data race in PyArray_CheckFromAny_int
  • #28175: BUG: Fix f2py directives and --lower casing
  • #28176: TYP: Fix overlapping overloads issue in 2->1 ufuncs
  • #28177: TYP: preserve shape-type in ndarray.astype()
  • #28178: TYP: Fix missing and spurious top-level exports

Checksums

MD5

749cb2adf8043551aae22bbf0ed3130a  numpy-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl
bc79fa2e44316b7ce9bacb48a993ed91  numpy-2.2.2-cp310-cp310-macosx_11_0_arm64.whl
c6b2caa2bbb645b5950dccb77efb1dbb  numpy-2.2.2-cp310-cp310-macosx_14_0_arm64.whl
8c410efac169af880cacbbac8a731658  numpy-2.2.2-cp310-cp310-macosx_14_0_x86_64.whl

... (truncated)

Commits
  • fd8a68e Merge pull request #28184 from charris/prepare-2.2.2
  • 0d106a5 REL: Prepare for the NumPy 2.2.2 release [wheel build]
  • dfdd35a Merge pull request #28175 from charris/backport-28056
  • e4517a8 Merge pull request #28176 from charris/backport-28168
  • 2c0432b Merge pull request #28178 from charris/backport-28170
  • 2230a08 Merge pull request #28177 from charris/backport-28169
  • b04e32c TYP: Fix missing and spurious top-level exports
  • 6a5f537 TYP: preserve shape-type in ndarray.astype()
  • f782790 TYP: Fix overlapping overloads issue in 2->1 ufuncs
  • a19acf1 BUG: Fix casing for f2py directives
  • Additional commits viewable in compare view

Updates numcodecs from 0.13.1 to 0.15.0

Release notes

Sourced from numcodecs's releases.

v0.15.0

What's Changed

New Contributors

Full Changelog: zarr-developers/numcodecs@v0.14.1...v0.15.0

v0.14.1

What's Changed

New Contributors

Full Changelog: zarr-developers/numcodecs@v0.14.0...v0.14.1

v0.14.0

What's Changed

... (truncated)

Changelog

Sourced from numcodecs's changelog.

0.15.0

Breaking changes

* All arguments to the ``PCodec`` constructor except for ``level``
  are now keyword only, to support the updated API.
  By :user:`Sam Levang <slevang>`, :issue:`623`

Deprecations

The following ``blosc`` funcitons are deprecated, with no replacement.
This is because they are not intended to be public API.
  • numcodecs.blosc.init
  • numcodecs.blosc.destroy
  • numcodecs.blosc.compname_to_compcode
  • numcodecs.blosc.cbuffer_sizes
  • numcodecs.blosc.cbuffer_metainfo

In addition, numcodecs.blosc.decompress_partial is deprecated as
has always been experimental and there is no equivalent in the official
blsoc Python package.
By :user:David Stansby &amp;lt;dstansby&amp;gt;, :issue619

Fixes

* Fixes issue with ``Delta`` Zarr 3 codec not working with ``astype``.
  By :user:`Norman Rzepka &amp;lt;normanrz&amp;gt;`, :issue:`664`
* Cleanup ``PCodec`` soft dependency.
  Previously importing ``numcodecs.pcodec`` would work if ``pcodec`` is not installed,
  but now it will fail to import. This mirrors the behaviour of other optional dependencies.
  By :user:`John Kirkham &amp;lt;jakirkham&amp;gt;`, :issue:`647`
* Fixes issues with the upcoming ``zarr`` 3.0.0 release.
  By :user:`Norman Rzepka &amp;lt;normanrz&amp;gt;`, :issue:`675`

* Removed Version Check: The previous code included a check for the `NumPy` version
  and a warning if the version was incompatible with `zfpy`.
  This check has been removed because `zfpy` now supports the newer versions of `NumPy`.
  By :user:`Meher Gajula &amp;lt;me-her&amp;gt;`, :issue:`672`

Improvements
</code></pre>
<ul>
<li>Add support for <code>pcodec</code> 0.3. This exposes the new <code>delta_spec</code><br />
and <code>paging_spec</code> arguments, but maintains full backwards<br />
compatibility for data written with older package versions.<br />
By :user:<code>Sam Levang &amp;lt;slevang&amp;gt;</code>, :issue:<code>623</code></li>
<li>If an import error is raised when trying to define a codec that is <em>not</em><br />
an optional dependency, it is no longer silently caught. Instead it will<br />
be propagated to the user, as this indicates an issue with the installed<br />
&lt;/tr&gt;&lt;/table&gt;<br />
</code></pre></li>
</ul>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/zarr-developers/numcodecs/commit/7ed1ace3681bf1f34e0011c74120abca4fa822a3"><code>7ed1ace</code></a> Update release notes for 0.15.0 (<a href="https://redirect.github.com/zarr-developers/numcodecs/issues/691">#691</a>)</li>
<li><a href="https://github.com/zarr-developers/numcodecs/commit/32545ec478260ddd620c92b4ebbbbe413aae267f"><code>32545ec</code></a> Cleanup <code>PCodec</code> soft dependency (<a href="https://redirect.github.com/zarr-developers/numcodecs/issues/647">#647</a>)</li>
<li><a href="https://github.com/zarr-developers/numcodecs/commit/d8d53bb13d47fbcefe096eaf0fcdfbaa6a751d49"><code>d8d53bb</code></a> Revert change to delta filter (<a href="https://redirect.github.com/zarr-developers/numcodecs/issues/677">#677</a>)</li>
<li><a href="https://github.com/zarr-developers/numcodecs/commit/f005306996f56b69fb4fab987b4665a0a606863e"><code>f005306</code></a> Skip vlen bytes encode none test (<a href="https://redirect.github.com/zarr-developers/numcodecs/issues/690">#690</a>)</li>
<li><a href="https://github.com/zarr-developers/numcodecs/commit/5502dc886cce2825a27ca6479119f5e082ce5427"><code>5502dc8</code></a> Test on zfpy again (<a href="https://redirect.github.com/zarr-developers/numcodecs/issues/678">#678</a>)</li>
<li><a href="https://github.com/zarr-developers/numcodecs/commit/6c0ea0f43788f22e4ad5d6655862c6c212a0dece"><code>6c0ea0f</code></a> Simplify conda use in tests (<a href="https://redirect.github.com/zarr-developers/numcodecs/issues/674">#674</a>)</li>
<li><a href="https://github.com/zarr-developers/numcodecs/commit/3a060f436f0935baadc59da5f47ba00f7a6ca440"><code>3a060f4</code></a> Deprecate blosc helper functions (<a href="https://redirect.github.com/zarr-developers/numcodecs/issues/619">#619</a>)</li>
<li><a href="https://github.com/zarr-developers/numcodecs/commit/c5cf0c531769d062e7e8e16f2fd0f21e14aae673"><code>c5cf0c5</code></a> Update numcodecs tests and docs for zarr-python 3.0 (<a href="https://redirect.github.com/zarr-developers/numcodecs/issues/675">#675</a>)</li>
<li><a href="https://github.com/zarr-developers/numcodecs/commit/7cdffa13e4a59223f548dbb2ad8460640ee5e531"><code>7cdffa1</code></a> Update pyproject.toml - zfpy Versioning (<a href="https://redirect.github.com/zarr-developers/numcodecs/issues/671">#671</a>)</li>
<li><a href="https://github.com/zarr-developers/numcodecs/commit/095de5c647604766a193f6b419c7046ef05da70d"><code>095de5c</code></a> Improve pre-commit configuration (<a href="https://redirect.github.com/zarr-developers/numcodecs/issues/668">#668</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/zarr-developers/numcodecs/compare/v0.13.1...v0.15.0">compare view</a></li>
</ul>
</details>
<br />

Updates `pytest` from 8.3.3 to 8.3.4
<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.4</h2>
<h1>pytest 8.3.4 (2024-12-01)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12592">#12592</a>: Fixed <code>KeyError</code>{.interpreted-text role=&quot;class&quot;} crash when using <code>--import-mode=importlib</code> in a directory layout where a directory contains a child directory with the same name.</p>
</li>
<li>
<p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12818">#12818</a>: Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the <code>AST</code>, like <a href="https://github.com/alexmojaki/executing">executing</a>.</p>
</li>
<li>
<p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12849">#12849</a>: ANSI escape codes for colored output now handled correctly in <code>pytest.fail</code>{.interpreted-text role=&quot;func&quot;} with [pytrace=False]{.title-ref}.</p>
</li>
<li>
<p><a href="https://redirect.github.com/pytest-dev/pytest/issues/9353">#9353</a>: <code>pytest.approx</code>{.interpreted-text role=&quot;func&quot;} now uses strict equality when given booleans.</p>
</li>
</ul>
<h2>Improved documentation</h2>
<ul>
<li>
<p><a href="https://redirect.github.com/pytest-dev/pytest/issues/10558">#10558</a>: Fix ambiguous docstring of <code>pytest.Config.getoption</code>{.interpreted-text role=&quot;func&quot;}.</p>
</li>
<li>
<p><a href="https://redirect.github.com/pytest-dev/pytest/issues/10829">#10829</a>: Improve documentation on the current handling of the <code>--basetemp</code> option and its lack of retention functionality (<code>temporary directory location and retention</code>{.interpreted-text role=&quot;ref&quot;}).</p>
</li>
<li>
<p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12866">#12866</a>: Improved cross-references concerning the <code>recwarn</code>{.interpreted-text role=&quot;fixture&quot;} fixture.</p>
</li>
<li>
<p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12966">#12966</a>: Clarify <code>filterwarnings</code>{.interpreted-text role=&quot;ref&quot;} docs on filter precedence/order when using multiple <code>@pytest.mark.filterwarnings &lt;pytest.mark.filterwarnings ref&gt;</code>{.interpreted-text role=&quot;ref&quot;} marks.</p>
</li>
</ul>
<h2>Contributor-facing changes</h2>
<ul>
<li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12497">#12497</a>: Fixed two failing pdb-related tests on Python 3.13.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pytest-dev/pytest/commit/53f8b4e634c5066c4f797a87b20060edbb086240"><code>53f8b4e</code></a> Update pypa/gh-action-pypi-publish to v1.12.2</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/98dff36c9dc0a44881e9e90daf381f9079adf4cc"><code>98dff36</code></a> Prepare release version 8.3.4</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/1b474e221d5ced2c8c73924a0087e6e24ab6cd61"><code>1b474e2</code></a> approx: use exact comparison for bool (<a href="https://redirect.github.com/pytest-dev/pytest/issues/13013">#13013</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/b541721529feba7fcd0d069fa2437a817f340eba"><code>b541721</code></a> docs: Fix wrong statement about sys.modules with importlib import mode (<a href="https://redirect.github.com/pytest-dev/pytest/issues/1298">#1298</a>...</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/16cb87b65036300d74472cd55eebca8fc3f8e703"><code>16cb87b</code></a> pytest.fail: fix ANSI escape codes for colored output (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12959">#12959</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12990">#12990</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/be6bc812b02454b2915755dd76ce74b877aeafad"><code>be6bc81</code></a> Issue <a href="https://redirect.github.com/pytest-dev/pytest/issues/12966">#12966</a> Clarify filterwarnings docs on precedence when using multiple ma...</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/7aeb72bbc67bd1b8271eee57caa0a4e9b07038fc"><code>7aeb72b</code></a> Improve docs on basetemp and retention (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12912">#12912</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12928">#12928</a>)</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/c8758414cfd1646f273842e8f9292b2c15dcfcfb"><code>c875841</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12917">#12917</a> from pytest-dev/patchback/backports/8.3.x/ded1f44e5...</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/6502816d977fcdbd65a3f4d8a63c0ce7c1f25649"><code>6502816</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12913">#12913</a> from jakkdl/dontfailonbadpath</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/52135b033fb949efbec6aed9dd9000275bb199fd"><code>52135b0</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12885">#12885</a> from The-Compiler/pdb-py311 (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12887">#12887</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4">compare view</a></li>
</ul>
</details>
<br />

Updates `lmdb` from 1.5.1 to 1.6.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog">lmdb's changelog</a>.</em></p>
<blockquote>
<p>2025-01-05 1.6.2</p>
<ul>
<li>CI-only fix.</li>
</ul>
<p>2025-01-05 1.6.1</p>
<ul>
<li>CI-only fix.</li>
</ul>
<p>2025-01-05 1.6.0</p>
<ul>
<li>
<p>Support for Python 3.13.  Contributed by Miro Hrončok and Adam Williamson.</p>
</li>
<li>
<p>CI:  Publish 3.13 binaries and Linux aarch64 wheels for multiple versions.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jnwatson/py-lmdb/commit/8c143c3f05867fbfdfe8dc8d6b1bf462778b9e28"><code>8c143c3</code></a> Bump version for release.</li>
<li><a href="https://github.com/jnwatson/py-lmdb/commit/9d4da390c40379a139f951591e68b7e419bb597a"><code>9d4da39</code></a> Syntax error</li>
<li><a href="https://github.com/jnwatson/py-lmdb/commit/b591f5718c0a4a53538cfbe5330b88d756f931ac"><code>b591f57</code></a> Bump version for release.</li>
<li><a href="https://github.com/jnwatson/py-lmdb/commit/f30246ede7e97e2a74c2400a50ebcaed79751e2e"><code>f30246e</code></a> Don't publish to Test PyPI if a real release.</li>
<li><a href="https://github.com/jnwatson/py-lmdb/commit/8e995be135d7ee4583f3f2a5bbd2d4ea18efdacb"><code>8e995be</code></a> Bump version for release.</li>
<li><a href="https://github.com/jnwatson/py-lmdb/commit/bbc3ff7d16f4df58078b13cdf7947e1375095e9f"><code>bbc3ff7</code></a> Merge pull request <a href="https://redirect.github.com/jnwatson/py-lmdb/issues/371">#371</a> from jnwatson/3.13-support</li>
<li><a href="https://github.com/jnwatson/py-lmdb/commit/92c0d1a81b91cbfe0cf106dcfe1a5d6a3924fe20"><code>92c0d1a</code></a> Add dependency from publish to build_aarch64</li>
<li><a href="https://github.com/jnwatson/py-lmdb/commit/75c01c29573112f8272fe5167f82ebcebb236047"><code>75c01c2</code></a> Publish aarch64 wheels</li>
<li><a href="https://github.com/jnwatson/py-lmdb/commit/5aacb182a5c9cac28e9b6fad7ca4d3e9ba077d55"><code>5aacb18</code></a> Fix aarch64 stomping on non aarch64 manylinux on upload</li>
<li><a href="https://github.com/jnwatson/py-lmdb/commit/9e7c6ab91a428df303a1d24feb50a07636c3f38d"><code>9e7c6ab</code></a> Change version to test publishing works</li>
<li>Additional commits viewable in <a href="https://github.com/jnwatson/py-lmdb/compare/py-lmdb_1.5.1...py-lmdb_1.6.2">compare view</a></li>
</ul>
</details>
<br />

Updates `azure-storage-blob` from 12.21.0 to 12.24.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-python/releases">azure-storage-blob's releases</a>.</em></p>
<blockquote>
<h2>azure-storage-blob_12.24.0</h2>
<h2>12.24.0 (2024-11-13)</h2>
<h3>Features Added</h3>
<ul>
<li>Stable release of features from 12.24.0b1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/3b1fa564f368e27772ca871e746293f7fa215f14"><code>3b1fa56</code></a> [Storage] Changelogs for STG 96 GA (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/38438">#38438</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/957903c89846fc0df8abab280e423680d6db081f"><code>957903c</code></a> [Storage] Added connection pool note to <code>max_concurrency</code> kwarg for upload/do...</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/2b60d8d0242c7fffb0243ffbbd7eb7aa1c24ec3c"><code>2b60d8d</code></a> download_file is fully annotated (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/38284">#38284</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/a1deb0d78b760e139f1579e907eb9dd9d4763450"><code>a1deb0d</code></a> disabled black in pyproject.toml for all packages (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/38271">#38271</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/3d74cb8b51924cfca90c26cf2d39ff3e7885c008"><code>3d74cb8</code></a> [Storage] Fix for inconsistent casing in <code>x-ms-meta</code> prefix extraction in res...</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/a3b68b4c8525c5f539d6c4ef754759700d7b0d41"><code>a3b68b4</code></a> [Storage] Fix Storage subscription env var for Live tests (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/37967">#37967</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/2024e6e97df454ea8d657efee3eb2d7f28c0a8a9"><code>2024e6e</code></a> enable bandit (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/37693">#37693</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/379fbeb67bb0eef8e2e66ed86a39af6441550ae5"><code>379fbeb</code></a> bump changelogs after STG 96 beta release (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/37843">#37843</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/f46616170bdc18bb5ebe2ea60545ea17ebd976b3"><code>f466161</code></a> [Storage] [STG 96] Merge STG 96 into Main (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/37764">#37764</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-python/commit/a6aa7a38950cc451bf8ca303e1e9dbe066fa26e3"><code>a6aa7a3</code></a> [Storage] [STG 96] Beta Release Notes (<a href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/37803">#37803</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-python/compare/azure-storage-blob_12.21.0...azure-storage-blob_12.24.0">compare view</a></li>
</ul>
</details>
<br />

Updates `redis` from 5.1.1 to 5.2.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/redis/redis-py/releases">redis's releases</a>.</em></p>
<blockquote>
<h2>5.2.1</h2>
<h1>Changes</h1>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fixed unsecured tempfile.mktemp() command usage (<a href="https://redirect.github.com/redis/redis-py/issues/3446">#3446</a>)</li>
<li>Fixed bug with SLOWLOG GET response parsing on Redis Software (<a href="https://redirect.github.com/redis/redis-py/issues/3441">#3441</a>)</li>
<li>Fixed issue with invoking _close() on closed event loop (<a href="https://redirect.github.com/redis/redis-py/issues/3438">#3438</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>Migrate test infrastructure to new custom docker images (<a href="https://redirect.github.com/redis/redis-py/issues/3415">#3415</a>)</li>
<li>Fixed flacky test with HEXPIREAT command (<a href="https://redirect.github.com/redis/redis-py/issues/3437">#3437</a>)</li>
</ul>
<h2>Contributors</h2>
<p>We'd like to thank all the contributors who worked on this release!</p>
<p><a href="https://github.com/IlianIliev"><code>@​IlianIliev</code></a> <a href="https://github.com/uglide"><code>@​uglide</code></a> <a href="https://github.com/vladvildanov"><code>@​vladvildanov</code></a> <a href="https://github.com/teodorfn"><code>@​teodorfn</code></a> <a href="https://github.com/akx"><code>@​akx</code></a></p>
<h2>5.2.0</h2>
<h1>Changes</h1>
<h2>🚀 New Features</h2>
<ul>
<li>Extend AggregateRequest with scorer argument (<a href="https://redirect.github.com/redis/redis-py/issues/3409">#3409</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>Pin pytest-profiling version due to the bug (<a href="https://redirect.github.com/redis/redis-py/issues/3417">#3417</a>)</li>
</ul>
<h2>Contributors</h2>
<p>We'd like to thank all the contributors who worked on this release!</p>
<p><a href="https://github.com/uglide"><code>@​uglide</code></a> <a href="https://github.com/rbs333"><code>@​rbs333</code></a> <a href="https://github.com/vladvildanov"><code>@​vladvildanov</code></a> <a href="https://github.com/dwdougherty"><code>@​dwdougherty</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/redis/redis-py/commit/a74fa6a3dc1996ff256d5b1849c3018a7ac05c99"><code>a74fa6a</code></a> Release 5.2.1 (<a href="https://redirect.github.com/redis/redis-py/issues/3451">#3451</a>)</li>
<li><a href="https://github.com/redis/redis-py/commit/166ae7bfd79a88cdfbd7959b2c28cd79aa0eaf0c"><code>166ae7b</code></a> Updated package version (<a href="https://redirect.github.com/redis/redis-py/issues/3418">#3418</a>)</li>
<li><a href="https://github.com/redis/redis-py/commit/00f5be420b397adfa1b9aa9c2761f7d8a27c0a9a"><code>00f5be4</code></a> adds scorer to AggregateRequest (<a href="https://redirect.github.com/redis/redis-py/issues/3409">#3409</a>)</li>
<li><a href="https://github.com/redis/redis-py/commit/4c4d4afd2b31b5c36a2d5e22419bcbf584265a17"><code>4c4d4af</code></a> Pin pytest-profiling (<a href="https://redirect.github.com/redis/redis-py/issues/3417">#3417</a>)</li>
<li><a href="https://github.com/redis/redis-py/commit/d6ddb0d66bc4bd28c99d9cf148c9085117cc8ce9"><code>d6ddb0d</code></a> DOC-4199: add TCEs to the combined query page (<a href="https://redirect.github.com/redis/redis-py/issues/3380">#3380</a>)</li>
<li><a href="https://github.com/redis/redis-py/commit/17db62e3c9ea796f5705d2857f49e52799057af7"><code>17db62e</code></a> DOC-4200: add TCEs to the aggregation query page (<a href="https://redirect.github.com/redis/redis-py/issues/3381">#3381</a>)</li>
<li><a href="https://github.com/redis/redis-py/commit/700045c7a7db6d986df6610d61239375a2211053"><code>700045c</code></a> Backport 5.1 changes into master (<a href="https://redirect.github.com/redis/redis-py/issues/3406">#3406</a>)</li>
<li>See full diff in <a href="https://github.com/redis/redis-py/compare/v5.1.1...v5.2.1">compare view</a></li>
</ul>
</details>
<br />

Updates `pytest-cov` from 5.0.0 to 6.0.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.0.0 (2024-10-29)</h2>
<ul>
<li>Updated various documentation inaccuracies, especially on subprocess handling.</li>
<li>Changed fail under checks to use the precision set in the coverage configuration.
Now it will perform the check just like <code>coverage report</code> would.</li>
<li>Added a <code>--cov-precision</code> cli option that can override the value set in your coverage configuration.</li>
<li>Dropped support for now EOL Python 3.8.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/95404375a0e436178e012e20b8865c23c54c8a50"><code>9540437</code></a> Bump version: 5.0.0 → 6.0.0</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/9f8175467afc67db9001fb364ad1f2dfe79b51f1"><code>9f81754</code></a> Further trim down envs and drop Python 3.8.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/b12b5ec65da4c66bbc0c35918957f9f875f465c3"><code>b12b5ec</code></a> Update conf.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/23f4b27b432a54fcc3b6df7363f0e73e568233fb"><code>23f4b27</code></a> Update changelog.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/291a04f49566054bb19644aba27c3799ac8b7f42"><code>291a04f</code></a> Bump test deps and trim config.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/08f1101455ba293dda388fdb3b61e62fd95a827d"><code>08f1101</code></a> Add <code>--cov-precision</code> option. Close <a href="https://redirect.github.com/pytest-dev/pytest-cov/issues/655">#655</a>.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/76fe2a7e48e5c9c53644994c5ba5a421c84286f5"><code>76fe2a7</code></a> Move the warnings/errors in a place that doesn't import anything.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/a9ea7b71711479d4c5ccc5e21e2eb1694b259cb0"><code>a9ea7b7</code></a> Implement error/warning for the bad dynamic_context being set in config.</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/c299e01b6422284a6a7f7322e6b9bf8f44aa3c25"><code>c299e01</code></a> Add explicit suffixing to make it easier to see the identify the sources/usag...</li>
<li><a href="https://github.com/pytest-dev/pytest-cov/commit/c87e54643ef696ed2b0e2b9a4209581da8467fcb"><code>c87e546</code></a> Add reproducer for weird xdist dynamic_context interaction. Ref <a href="https://redirect.github.com/pytest-dev/pytest-cov/issues/604">#604</a>.</li>
<li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0">compare view</a></li>
</ul>
</details>
<br />

Updates `s3fs` from 2023.12.2 to 2024.12.0
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/fsspec/s3fs/commit/51e3c80ef380a82081a171de652e2b699753be2b"><code>51e3c80</code></a> changelog (<a href="https://redirect.github.com/fsspec/s3fs/issues/924">#924</a>)</li>
<li><a href="https://github.com/fsspec/s3fs/commit/005d1de0db5d3bedf582e17702a3e4d6c57053f2"><code>005d1de</code></a> test CI (<a href="https://redirect.github.com/fsspec/s3fs/issues/922">#922</a>)</li>
<li><a href="https://github.com/fsspec/s3fs/commit/7dd0e368f3121f44ec215c870ca44206afaf68e6"><code>7dd0e36</code></a> Smaller thresholds for copy_managed (<a href="https://redirect.github.com/fsspec/s3fs/issues/921">#921</a>)</li>
<li><a href="https://github.com/fsspec/s3fs/commit/ca949abe6b5ffd50d125a2c1fb37462ab5a4cc00"><code>ca949ab</code></a> Implement exclusive/atomic write (<a href="https://redirect.github.com/fsspec/s3fs/issues/917">#917</a>)</li>
<li><a href="https://github.com/fsspec/s3fs/commit/b6a00957d77c83df11a1680a0590bdfd06d6ddc6"><code>b6a0095</code></a> fix a bug in the (<a href="https://redirect.github.com/fsspec/s3fs/issues/913">#913</a>)</li>
<li><a href="https://github.com/fsspec/s3fs/commit/78249af38a6227f373469880749251bc705c4daa"><code>78249af</code></a> Parse the query parameter of url without using infer_storage_options (<a href="https://redirect.github.com/fsspec/s3fs/issues/912">#912</a>)</li>
<li><a href="https://github.com/fsspec/s3fs/commit/ff8e4fe85c9a4511222b7080e9ba6a9bce829f43"><code>ff8e4fe</code></a> Fix a bug in the <code>_upload_file_part_concurrent method</code> (<a href="https://redirect.github.com/fsspec/s3fs/issues/910">#910</a>)</li>
<li><a href="https://github.com/fsspec/s3fs/commit/f3f63cbfbfe71a4355abd63cafd8c678c4a5a0af"><code>f3f63cb</code></a> changelog (<a href="https://redirect.github.com/fsspec/s3fs/issues/905">#905</a>)</li>
<li><a href="https://github.com/fsspec/s3fs/commit/1ddf5e6015fe61d6f5627ca3556baabe8e24cad6"><code>1ddf5e6</code></a> Be sure to invalidate cache for both branched of pipe_file (<a href="https://redirect.github.com/fsspec/s3fs/issues/904">#904</a>)</li>
<li><a href="https://github.com/fsspec/s3fs/commit/7fea0f56ee845e2cd37986b8580d9273a1c53aa3"><code>7fea0f5</code></a> Concurrency in pipe() (<a href="https://redirect.github.com/fsspec/s3fs/issues/901">#901</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/fsspec/s3fs/compare/2023.12.2...2024.12.0">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>

Bumps the requirements group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [numpy](https://github.com/numpy/numpy) | `2.1.2` | `2.2.2` |
| [numcodecs](https://github.com/zarr-developers/numcodecs) | `0.13.1` | `0.15.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.4` |
| [lmdb](https://github.com/jnwatson/py-lmdb) | `1.5.1` | `1.6.2` |
| [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.21.0` | `12.24.0` |
| [redis](https://github.com/redis/redis-py) | `5.1.1` | `5.2.1` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` |
| [s3fs](https://github.com/fsspec/s3fs) | `2023.12.2` | `2024.12.0` |



Updates `numpy` from 2.1.2 to 2.2.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.2...v2.2.2)

Updates `numcodecs` from 0.13.1 to 0.15.0
- [Release notes](https://github.com/zarr-developers/numcodecs/releases)
- [Changelog](https://github.com/zarr-developers/numcodecs/blob/main/docs/release.rst)
- [Commits](zarr-developers/numcodecs@v0.13.1...v0.15.0)

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `lmdb` from 1.5.1 to 1.6.2
- [Changelog](https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog)
- [Commits](jnwatson/py-lmdb@py-lmdb_1.5.1...py-lmdb_1.6.2)

Updates `azure-storage-blob` from 12.21.0 to 12.24.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-storage-blob_12.21.0...azure-storage-blob_12.24.0)

Updates `redis` from 5.1.1 to 5.2.1
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v5.1.1...v5.2.1)

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

Updates `s3fs` from 2023.12.2 to 2024.12.0
- [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md)
- [Commits](fsspec/s3fs@2023.12.2...2024.12.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: requirements
- dependency-name: numcodecs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: requirements
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: requirements
- dependency-name: lmdb
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: requirements
- dependency-name: azure-storage-blob
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: requirements
- dependency-name: redis
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: requirements
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: requirements
- dependency-name: s3fs
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 22, 2025
@zarr-developers zarr-developers deleted a comment from dependabot bot Jan 22, 2025
@dstansby
Copy link
Contributor

@dependabot ignore s3fs

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2025

OK, I won't notify you about s3fs again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 22, 2025
@dependabot dependabot bot deleted the dependabot/pip/support/v2/requirements-7c9718f45f branch January 22, 2025 11:31
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant