From 4ab5c0c4ed7c2a5ec70df36df98a4cdb050a49f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:42:40 +0000 Subject: [PATCH 01/10] Bump pygments from 2.7.4 to 2.15.0 in /docs Bumps [pygments](https://github.com/pygments/pygments) from 2.7.4 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/2.7.4...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/notebook_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebook_requirements.txt b/docs/notebook_requirements.txt index a2df5e3af..7780560c9 100644 --- a/docs/notebook_requirements.txt +++ b/docs/notebook_requirements.txt @@ -39,7 +39,7 @@ prometheus-client==0.3.0 prompt-toolkit==3.0.30 ptyprocess==0.6.0 pycparser==2.20 -Pygments==2.7.4 +Pygments==2.15.0 pyzmq==22.2.1 qtconsole==4.3.1 Send2Trash==1.8.0 From f812c17a7d80c0fa6fdf905f5625caec4020f0b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:42:47 +0000 Subject: [PATCH 02/10] Bump certifi from 2022.12.7 to 2023.7.22 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 822b152e9..54d548325 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cached-property==1.5.2 -certifi==2022.12.7 +certifi==2023.7.22 chardet==4.0.0 cycler==0.10.0 fonttools==4.37.1 From 1a931a70e20cad5ab30f61de1af7853d739e3996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:42:50 +0000 Subject: [PATCH 03/10] Bump requests from 2.25.1 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 822b152e9..58a8fcaa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ pvlib==0.9.0 pyparsing==2.4.7 python-dateutil==2.8.1 pytz==2019.3 -requests==2.25.1 +requests==2.31.0 retrying==1.3.3 scikit-learn==1.0.2 scipy==1.7.2 From a8057de34d8b9f0b61ce5130d2bccbb98ac2cd6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:42:58 +0000 Subject: [PATCH 04/10] Bump scipy from 1.2.0 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.2.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.2.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-min.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-min.txt b/requirements-min.txt index 86fd14bcf..eddde436d 100644 --- a/requirements-min.txt +++ b/requirements-min.txt @@ -3,7 +3,7 @@ matplotlib==3.0.0 numpy==1.17.3 pandas==1.3.0 pvlib==0.7.0 -scipy==1.2.0 +scipy==1.10.0 statsmodels==0.11.0 tables==3.5.1 numexpr==2.7.1 # https://github.com/pydata/numexpr/issues/369 diff --git a/requirements.txt b/requirements.txt index 822b152e9..0e35b09e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pytz==2019.3 requests==2.25.1 retrying==1.3.3 scikit-learn==1.0.2 -scipy==1.7.2 +scipy==1.10.0 setuptools-scm==7.0.5 six==1.14.0 statsmodels==0.13.1 From e5567d5dc0aee6abc6b686cb2e78397fa0cc116c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:25:47 +0000 Subject: [PATCH 05/10] Bump tornado from 6.1 to 6.3.3 in /docs Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.3.3. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.1.0...v6.3.3) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/notebook_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebook_requirements.txt b/docs/notebook_requirements.txt index a2df5e3af..934393628 100644 --- a/docs/notebook_requirements.txt +++ b/docs/notebook_requirements.txt @@ -48,7 +48,7 @@ soupsieve==2.3.2.post1 terminado==0.8.3 testpath==0.3.1 tinycss2==1.1.1 -tornado==6.1 +tornado==6.3.3 traitlets==5.0.0 wcwidth==0.1.7 webencodings==0.5.1 From 9aef74a9e92adf23b75e0eb8e3dd673ae02420d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:54:15 +0000 Subject: [PATCH 06/10] Bump pillow from 9.3.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.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.3.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 822b152e9..9a0086903 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ numpy==1.22.0 packaging==21.3 pandas==1.3.4 patsy==0.5.2 -Pillow==9.3.0 +Pillow==10.0.1 plotly==4.10.0 pvlib==0.9.0 pyparsing==2.4.7 From ca73e10381925c9b3734b4b653293a4a72bc7940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:55:17 +0000 Subject: [PATCH 07/10] Bump urllib3 from 1.26.5 to 1.26.18 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.18. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.5...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 822b152e9..0899734b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,5 +28,5 @@ statsmodels==0.13.1 threadpoolctl==3.1.0 tomli==2.0.1 typing_extensions==4.3.0 -urllib3==1.26.5 +urllib3==1.26.18 xgboost==1.5.1 From a27692742c938f0051747b2d39930295e0ec62f0 Mon Sep 17 00:00:00 2001 From: Michael Deceglie Date: Thu, 2 Nov 2023 11:16:13 -0600 Subject: [PATCH 08/10] reverse requirements-min requirements-min is for testing and is not a recommendation and so old packages are allowed --- requirements-min.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-min.txt b/requirements-min.txt index eddde436d..86fd14bcf 100644 --- a/requirements-min.txt +++ b/requirements-min.txt @@ -3,7 +3,7 @@ matplotlib==3.0.0 numpy==1.17.3 pandas==1.3.0 pvlib==0.7.0 -scipy==1.10.0 +scipy==1.2.0 statsmodels==0.11.0 tables==3.5.1 numexpr==2.7.1 # https://github.com/pydata/numexpr/issues/369 From 9629e119c28b3e67d37fe5fc34ffb19b5e02dfcb Mon Sep 17 00:00:00 2001 From: Michael Deceglie Date: Thu, 2 Nov 2023 14:47:22 -0600 Subject: [PATCH 09/10] Update changelog for release --- docs/sphinx/source/changelog.rst | 2 +- docs/sphinx/source/changelog/{pending.rst => v2.1.7.rst} | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) rename docs/sphinx/source/changelog/{pending.rst => v2.1.7.rst} (58%) diff --git a/docs/sphinx/source/changelog.rst b/docs/sphinx/source/changelog.rst index 3c8a7b921..d29155dc3 100644 --- a/docs/sphinx/source/changelog.rst +++ b/docs/sphinx/source/changelog.rst @@ -1,6 +1,6 @@ RdTools Change Log ================== -.. include:: changelog/pending.rst +.. include:: changelog/v2.1.7.rst .. include:: changelog/v2.1.6.rst .. include:: changelog/v2.1.5.rst .. include:: changelog/v2.1.4.rst diff --git a/docs/sphinx/source/changelog/pending.rst b/docs/sphinx/source/changelog/v2.1.7.rst similarity index 58% rename from docs/sphinx/source/changelog/pending.rst rename to docs/sphinx/source/changelog/v2.1.7.rst index 95e1368b5..2b053e6fc 100644 --- a/docs/sphinx/source/changelog/pending.rst +++ b/docs/sphinx/source/changelog/v2.1.7.rst @@ -1,10 +1,11 @@ -******* -Pending -******* +************************* +v2.1.7 (November 2, 2023) +************************* Requirements ------------ * Limit pandas version to <2.1 (:pull:`395`) +* Several packages updated in``requirements.txt`` and ``docs/notebook_requirements.txt`` (:pull:`398`) Documentation ------------- From 60779a571e41368f606fa672fa13ae1406810846 Mon Sep 17 00:00:00 2001 From: Michael Deceglie Date: Fri, 3 Nov 2023 12:14:31 -0600 Subject: [PATCH 10/10] release date correction --- docs/sphinx/source/changelog/v2.1.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/changelog/v2.1.7.rst b/docs/sphinx/source/changelog/v2.1.7.rst index 2b053e6fc..a0b2eda24 100644 --- a/docs/sphinx/source/changelog/v2.1.7.rst +++ b/docs/sphinx/source/changelog/v2.1.7.rst @@ -1,5 +1,5 @@ ************************* -v2.1.7 (November 2, 2023) +v2.1.7 (November 3, 2023) ************************* Requirements