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 5 updates #2120

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
numpy 2.0.1 2.1.0
ipywidgets 8.1.3 8.1.5
azure-storage-blob 12.16.0 12.22.0
fsspec 2023.12.2 2024.6.1
s3fs 2023.12.2 2024.6.1

Updates numpy from 2.0.1 to 2.1.0

Release notes

Sourced from numpy's releases.

2.1.0 (Aug 18, 2024)

NumPy 2.1.0 Release Notes

NumPy 2.1.0 provides support for the upcoming Python 3.13 release and drops support for Python 3.9. In addition to the usual bug fixes and updated Python support, it helps get us back into our usual release cycle after the extended development of 2.0. The highlights for this release are:

  • Support for the array-api 2023.12 standard.
  • Support for Python 3.13.
  • Preliminary support for free threaded Python 3.13.

Python versions 3.10-3.13 are supported in this release.

New functions

New function numpy.unstack

A new function np.unstack(array, axis=...) was added, which splits an array into a tuple of arrays along an axis. It serves as the inverse of [numpy.stack]{.title-ref}.

(gh-26579)

Deprecations

  • The fix_imports keyword argument in numpy.save is deprecated. Since NumPy 1.17, numpy.save uses a pickle protocol that no longer supports Python 2, and ignored fix_imports keyword. This keyword is kept only for backward compatibility. It is now deprecated.

    (gh-26452)

  • Passing non-integer inputs as the first argument of [bincount]{.title-ref} is now deprecated, because such inputs are silently cast to integers with no warning about loss of precision.

    (gh-27076)

Expired deprecations

  • Scalars and 0D arrays are disallowed for numpy.nonzero and numpy.ndarray.nonzero.

    (gh-26268)

  • set_string_function internal function was removed and PyArray_SetStringFunction was stubbed out.

... (truncated)

Commits
  • 2f7fe64 Merge pull request #27236 from charris/prepare-2.1.0
  • b6f434f REL: Prepare for the NumPy 2.1.0 release [wheel build]
  • 3cf9394 Merge pull request #27234 from charris/backport-25984
  • 7443dcc Merge pull request #27233 from charris/backport-27223
  • 85b1cab BUG: Allow fitting of degree zero polynomials with Polynomial.fit
  • 395a81d DOC: reword discussion about shared arrays to hopefully be clearer
  • 5af2e96 Move NUMUSERTYPES thread safety discussion to legacy DType API docs
  • d902c24 DOC: add docs on thread safety in NumPy
  • c080180 Merge pull request #27229 from charris/backport-27226
  • 44ce7e8 BUG: Fix PyArray_ZeroContiguousBuffer (resize) with struct dtypes
  • Additional commits viewable in compare view

Updates ipywidgets from 8.1.3 to 8.1.5

Release notes

Sourced from ipywidgets's releases.

8.1.5

What's Changed

Full Changelog: jupyter-widgets/ipywidgets@8.1.4...8.1.5

8.1.4

What's Changed

New features

Maintenance and bug fixes

Documentation

New Contributors

Full Changelog: jupyter-widgets/ipywidgets@8.1.3...8.1.4

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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [numpy](https://github.com/numpy/numpy) | `2.0.1` | `2.1.0` |
| [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) | `8.1.3` | `8.1.5` |
| [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.16.0` | `12.22.0` |
| [fsspec](https://github.com/fsspec/filesystem_spec) | `2023.12.2` | `2024.6.1` |
| [s3fs](https://github.com/fsspec/s3fs) | `2023.12.2` | `2024.6.1` |



Updates `numpy` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.0.1...v2.1.0)

Updates `ipywidgets` from 8.1.3 to 8.1.5
- [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases)
- [Commits](jupyter-widgets/ipywidgets@8.1.3...8.1.5)

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: numpy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: requirements
- dependency-name: ipywidgets
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 26, 2024
@dstansby
Copy link
Contributor

@dependabot ignore fsspec

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

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

@dependabot dependabot bot closed this Aug 26, 2024
@dependabot dependabot bot deleted the dependabot/pip/main/requirements-4c20cc6430 branch August 26, 2024 17:11
@joshmoore
Copy link
Member

@dstansby: is the general idea of #2120 (comment) to freeze fsspec versions for v2 or are you thinking you'll manage those separately?

@dstansby
Copy link
Contributor

The idea was to try and merge the rest of the dependency version updates, since fsspec is waiting on fixes to our tests that will hopefully be done in #1970 🤞

@joshmoore
Copy link
Member

🤞🏽indeed!

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.

2 participants