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 4 updates #2096

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 17, 2024

Bumps the requirements group with 4 updates in the / directory: numcodecs, azure-storage-blob, fsspec and s3fs.

Updates numcodecs from 0.12.1 to 0.13.0

Release notes

Sourced from numcodecs's releases.

v0.13.0

See release notes https://numcodecs.readthedocs.io/en/stable/release.html#release-0-13-0

Changelog

Sourced from numcodecs's changelog.

0.13.0

Enhancements

* Add checksum flag to zstd and sets the default level to 0.
  By :user:`Norman Rzepka <normanrz>`, :issue:`519`.
* Add PCodec
  By :user:`Ryan Abernathey <rabernat>`, :issue:`501`.
* Use PyData theme for docs
  By :user:`John Kirkham <jakirkham>`, :issue:`485`.

Fix

* Fix VLenUTF8 encoding for read-only buffers.
  By :user:`Isaac Virshup &lt;ivirshup&gt;`, :issue:`514`.
* Fix skip of entry points backport tests
  By :user:`Elliott Sales de Andrade &lt;QuLogic&gt;`, :issue:`487`.
* Fix Upgrade to Zstd 1.5.5 due to potential corruption.
  By :user:`Mark Kittisopikul &lt;mkitti&gt;`, :issue:`429`
* Add version constraint(&lt;2.0) for numpy in zfpy.
  By :user:`Tom Liang &lt;px39n&gt;`, :issue:`540`.

Maintenance

  • The minimum supported Python version is now Python 3.10.
    By :user:David Stansby &lt;dstansby&gt;, :issue:531
  • Add numpy 2 compatibility.
    By :user:David Stansby &lt;dstansby&gt;, :issue:535
  • Update c-blosc to 1.21.0 to 1.21.5, zstd from 1.4.8 to 1.5.5,
    lz4 from 1.9.3 to 1.9.4, and zlib from 1.2.8 to to 1.2.13
    By :user:Mark Kittisopikul &lt;mkitti&gt;, :issue:500

.. _release_0.12.1:

Commits

Updates azure-storage-blob from 12.16.0 to 12.22.0

Release notes

Sourced from azure-storage-blob's releases.

azure-storage-blob_12.22.0

12.22.0 (2024-08-06)

Other Changes

  • Updated type hints across the entire package and enabled MyPy to run during CI. Some public types may have been adjusted if they were previously erroneous or incomplete.

azure-storage-blob_12.21.0

12.21.0 (2024-07-17)

Features Added

  • Stable release of features from 12.21.0b1
  • Added new chars keyword to the StorageStreamDownloader.read method to support reading an arbitrary number of characters from the stream rather than bytes. This can only be used when encoding is specified on download_blob but can help prevent decoding errors in certain scenarios.
Commits
  • c3902f8 Disable breaking storage sync check (#36786)
  • 3e7ef5a add a couple pyproject.toml to disable breaking change check (#36785)
  • fa13668 Bump 1 more time (#36783)
  • 43e0189 Changes logged (#36768)
  • 21b8383 [Storage] Migrate from ClientSecretCredential to DefaultAzureCredential i...
  • fc4327f [Storage] Blobs Typing API View Feedback (#36654)
  • 85eb9ee Update various credential mocks (#36620)
  • 14fe734 [Storage] Modified StorageRetryPolicy to skip AzureSigningError from bad ...
  • 6f0da99 Simplify build yml (#36567)
  • 4739b70 [Storage] Removed docstrings from Blob's helper files + slight _shared matc...
  • Additional commits viewable in compare view

Updates fsspec from 2023.12.2 to 2024.6.1

Commits

Updates s3fs from 2023.12.2 to 2024.6.1

Commits

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 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

Bumps the requirements group with 4 updates in the / directory: [numcodecs](https://github.com/zarr-developers/numcodecs), [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python), [fsspec](https://github.com/fsspec/filesystem_spec) and [s3fs](https://github.com/fsspec/s3fs).


Updates `numcodecs` from 0.12.1 to 0.13.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.12.1...v0.13.0)

Updates `azure-storage-blob` from 12.16.0 to 12.22.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.16.0...azure-storage-blob_12.22.0)

Updates `fsspec` from 2023.12.2 to 2024.6.1
- [Commits](fsspec/filesystem_spec@2023.12.2...2024.6.1)

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

---
updated-dependencies:
- dependency-name: numcodecs
  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: fsspec
  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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 17, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 19, 2024

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

@dependabot dependabot bot closed this Aug 19, 2024
@dependabot dependabot bot deleted the dependabot/pip/main/requirements-1ab216bea8 branch August 19, 2024 05:02
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.

0 participants