From 0e6306dd4c5e1dd7a76198fced1889e954b082dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 04:02:57 +0000 Subject: [PATCH 1/2] Bump hypothesis from 6.30.1 to 6.31.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.30.1 to 6.31.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.30.1...hypothesis-python-6.31.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 2db891544c8..4181a483077 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -8,7 +8,7 @@ colorama==0.4.4 coverage==6.2 deepdiff==5.6.0 execnet==1.9.0 -hypothesis==6.30.1 +hypothesis==6.31.0 idna==3.3 importlib-metadata==4.8.1; python_version<'3.8' iniconfig==1.1.1 From 3d4109e930d9fef0b8edf643dabeef953ece897b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 04:03:07 +0000 Subject: [PATCH 2/2] Bump xarray from 0.20.1 to 0.20.2 Bumps [xarray](https://github.com/pydata/xarray) from 0.20.1 to 0.20.2. - [Release notes](https://github.com/pydata/xarray/releases) - [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md) - [Commits](https://github.com/pydata/xarray/compare/v0.20.1...v0.20.2) --- updated-dependencies: - dependency-name: xarray dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_requirements.txt b/docs_requirements.txt index f6a031ce1f4..b6d7b2adcd0 100644 --- a/docs_requirements.txt +++ b/docs_requirements.txt @@ -85,5 +85,5 @@ wcwidth==0.2.5 webencodings==0.5.1 widgetsnbextension==3.5.2 wincertstore==0.2 -xarray==0.20.1 +xarray==0.20.2 zipp==3.6.0 diff --git a/requirements.txt b/requirements.txt index 4fa856a4510..eb597ef5ba3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -90,7 +90,7 @@ websockets~=10.1 widgetsnbextension~=3.5.2 wincertstore~=0.2 wrapt~=1.13.3 -xarray~=0.20.1 +xarray~=0.20.2 zipp~=3.6.0 # not strict requirements but needed for the legacy pyqtgraph based plotting PyQt5<5.16