From 45eb8c7c4023c54d1740d5820a5e7fcfdb7d487b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 00:02:47 +0000 Subject: [PATCH 1/6] Bump pillow from 9.1.0 to 9.1.1 in /experiments/paper Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- experiments/paper/requirements_snapshot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/paper/requirements_snapshot.txt b/experiments/paper/requirements_snapshot.txt index b45613f..1a207d2 100644 --- a/experiments/paper/requirements_snapshot.txt +++ b/experiments/paper/requirements_snapshot.txt @@ -46,7 +46,7 @@ parso==0.8.3 pathspec==0.9.0 pexpect==4.8.0 pickleshare==0.7.5 -Pillow==9.1.0 +Pillow==9.1.1 platformdirs==2.5.1 pluggy==1.0.0 plum-dispatch==1.5.9 From 0b994a03050627ea2540b34a2b2c6550981b803c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:15:00 +0000 Subject: [PATCH 2/6] Bump numpy from 1.21.5 to 1.22.0 in /experiments/paper Bumps [numpy](https://github.com/numpy/numpy) from 1.21.5 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- experiments/paper/requirements_snapshot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/paper/requirements_snapshot.txt b/experiments/paper/requirements_snapshot.txt index 1a207d2..acd6617 100644 --- a/experiments/paper/requirements_snapshot.txt +++ b/experiments/paper/requirements_snapshot.txt @@ -38,7 +38,7 @@ mlkernels==0.3.5 mpmath==1.2.1 mypy-extensions==0.4.3 netCDF4==1.5.8 -numpy==1.21.5 +numpy==1.22.0 opt-einsum==3.3.0 packaging==21.3 pandas==1.3.5 From ce02806de792430fdaa14c3d60d070a89ebef521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 19:59:37 +0000 Subject: [PATCH 3/6] Bump joblib from 1.1.0 to 1.2.0 in /experiments/paper Bumps [joblib](https://github.com/joblib/joblib) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/joblib/joblib/releases) - [Changelog](https://github.com/joblib/joblib/blob/master/CHANGES.rst) - [Commits](https://github.com/joblib/joblib/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: joblib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- experiments/paper/requirements_snapshot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/paper/requirements_snapshot.txt b/experiments/paper/requirements_snapshot.txt index acd6617..e13b2c1 100644 --- a/experiments/paper/requirements_snapshot.txt +++ b/experiments/paper/requirements_snapshot.txt @@ -29,7 +29,7 @@ jax==0.3.4 jaxlib==0.3.2+cuda11.cudnn82 jedi==0.18.1 Jinja2==3.1.1 -joblib==1.1.0 +joblib==1.2.0 kiwisolver==1.4.2 MarkupSafe==2.1.1 matplotlib==3.5.1 From 9afe164f691601b9affdc2c6fafee0b535174252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 19:39:38 +0100 Subject: [PATCH 4/6] Bump pillow from 9.1.1 to 9.3.0 in /experiments/paper (#4) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.1 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experiments/paper/requirements_snapshot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/paper/requirements_snapshot.txt b/experiments/paper/requirements_snapshot.txt index e13b2c1..d9bcaca 100644 --- a/experiments/paper/requirements_snapshot.txt +++ b/experiments/paper/requirements_snapshot.txt @@ -46,7 +46,7 @@ parso==0.8.3 pathspec==0.9.0 pexpect==4.8.0 pickleshare==0.7.5 -Pillow==9.1.1 +Pillow==9.3.0 platformdirs==2.5.1 pluggy==1.0.0 plum-dispatch==1.5.9 From 5e0db8814f349e78e48f8aac0765e1741c1b02ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 15:31:49 +0100 Subject: [PATCH 5/6] Bump certifi from 2021.10.8 to 2022.12.7 in /experiments/paper (#5) Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experiments/paper/requirements_snapshot.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/paper/requirements_snapshot.txt b/experiments/paper/requirements_snapshot.txt index d9bcaca..4e506c2 100644 --- a/experiments/paper/requirements_snapshot.txt +++ b/experiments/paper/requirements_snapshot.txt @@ -7,7 +7,7 @@ backcall==0.2.0 backends==1.4.19 backends-matrix==1.2.11 black==22.3.0 -certifi==2021.10.8 +certifi==2022.12.7 cftime==1.6.0 charset-normalizer==2.0.12 click==8.1.2 From 33b95a3cc48de88b4d06c72c2980d28017c731c8 Mon Sep 17 00:00:00 2001 From: Wessel Date: Thu, 8 Dec 2022 17:01:11 +0100 Subject: [PATCH 6/6] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4913607..afadbb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}