From d9c5bfa6bd5e68b04132fd0b9c666899dfbbee63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 16:00:29 +0000 Subject: [PATCH] Bump the requirements group across 1 directory with 5 updates 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](https://github.com/numpy/numpy/compare/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](https://github.com/jupyter-widgets/ipywidgets/compare/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](https://github.com/Azure/azure-sdk-for-python/compare/azure-storage-blob_12.16.0...azure-storage-blob_12.22.0) Updates `fsspec` from 2023.12.2 to 2024.6.1 - [Commits](https://github.com/fsspec/filesystem_spec/compare/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](https://github.com/fsspec/s3fs/compare/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] --- requirements_dev_numpy.txt | 2 +- requirements_dev_optional.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements_dev_numpy.txt b/requirements_dev_numpy.txt index d53ec456a7..6423997a29 100644 --- a/requirements_dev_numpy.txt +++ b/requirements_dev_numpy.txt @@ -1,4 +1,4 @@ # Break this out into a separate file to allow testing against # different versions of numpy. This file should pin to the latest # numpy version. -numpy==2.0.1 +numpy==2.1.0 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 87c9538a3c..a69e6a8d1b 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -3,11 +3,11 @@ lmdb==1.5.1; sys_platform != 'win32' # optional library requirements for Jupyter ipytree==0.2.2 -ipywidgets==8.1.3 +ipywidgets==8.1.5 # optional library requirements for services # don't let pyup change pinning for azure-storage-blob, need to pin to older # version to get compatibility with azure storage emulator on appveyor (FIXME) -azure-storage-blob==12.16.0 # pyup: ignore +azure-storage-blob==12.22.0 # pyup: ignore redis==5.0.8 types-redis types-setuptools @@ -18,6 +18,6 @@ pytest-cov==5.0.0 pytest-doctestplus==1.2.1 pytest-timeout==2.3.1 h5py==3.11.0 -fsspec==2023.12.2 -s3fs==2023.12.2 +fsspec==2024.6.1 +s3fs==2024.6.1 moto[server]>=5.0.1