From ced6663a3928b729a8fe6788d8b761183f83e6b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:01:15 +0000 Subject: [PATCH] Bump numpy from 1.15.4 to 1.22.0 in /tests/test_pypi_oldest_requirements Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.22.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/v1.15.4...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../test_cli_transform_requirements__py_3_10_.txt | 2 +- .../test_cli_transform_requirements__py_3_12_.txt | 2 +- .../test_cli_transform_requirements__py_3_8_.txt | 2 +- .../test_cli_transform_requirements__py_3_9_.txt | 2 +- .../test_cli_transform_requirements_ci__py_3_10_.txt | 2 +- .../test_cli_transform_requirements_ci__py_3_12_.txt | 2 +- .../test_cli_transform_requirements_ci__py_3_8_.txt | 2 +- .../test_cli_transform_requirements_ci__py_3_9_.txt | 2 +- ..._requirements_docker_other__requirements__py_3_10_.txt | 8 ++++---- ..._requirements_docker_other__requirements__py_3_12_.txt | 8 ++++---- ...__requirements_docker_other__requirements__py_3_8_.txt | 8 ++++---- ...__requirements_docker_other__requirements__py_3_9_.txt | 8 ++++---- ...test_cli_transform_requirements_optional__py_3_10_.txt | 6 +++--- ...test_cli_transform_requirements_optional__py_3_12_.txt | 6 +++--- .../test_cli_transform_requirements_optional__py_3_8_.txt | 6 +++--- .../test_cli_transform_requirements_optional__py_3_9_.txt | 6 +++--- .../test_cli_transform_small__py_3_10_.txt | 2 +- .../test_cli_transform_small__py_3_12_.txt | 2 +- .../test_cli_transform_small__py_3_8_.txt | 2 +- .../test_cli_transform_small__py_3_9_.txt | 2 +- ...test_cli_transform_small__small_optional__py_3_10_.txt | 2 +- ...test_cli_transform_small__small_optional__py_3_12_.txt | 2 +- .../test_cli_transform_small__small_optional__py_3_9_.txt | 2 +- .../test_cli_transform_small_optional__py_3_10_.txt | 2 +- .../test_cli_transform_small_optional__py_3_12_.txt | 2 +- .../test_cli_transform_small_optional__py_3_9_.txt | 2 +- .../test_minimal_req_requirements__py_3_10_.txt | 2 +- .../test_minimal_req_requirements__py_3_12_.txt | 2 +- .../test_minimal_req_requirements__py_3_8_.txt | 2 +- .../test_minimal_req_requirements__py_3_9_.txt | 2 +- .../test_minimal_req_requirements_ci__py_3_10_.txt | 2 +- .../test_minimal_req_requirements_ci__py_3_12_.txt | 2 +- .../test_minimal_req_requirements_ci__py_3_8_.txt | 2 +- .../test_minimal_req_requirements_ci__py_3_9_.txt | 2 +- ..._requirements_docker_other__requirements__py_3_10_.txt | 8 ++++---- ..._requirements_docker_other__requirements__py_3_12_.txt | 8 ++++---- ...__requirements_docker_other__requirements__py_3_8_.txt | 8 ++++---- ...__requirements_docker_other__requirements__py_3_9_.txt | 8 ++++---- .../test_minimal_req_requirements_optional__py_3_10_.txt | 6 +++--- .../test_minimal_req_requirements_optional__py_3_12_.txt | 6 +++--- .../test_minimal_req_requirements_optional__py_3_8_.txt | 6 +++--- .../test_minimal_req_requirements_optional__py_3_9_.txt | 6 +++--- .../test_minimal_req_small__py_3_10_.txt | 2 +- .../test_minimal_req_small__py_3_12_.txt | 2 +- .../test_minimal_req_small__py_3_8_.txt | 2 +- .../test_minimal_req_small__py_3_9_.txt | 2 +- .../test_minimal_req_small__small_optional__py_3_10_.txt | 2 +- .../test_minimal_req_small__small_optional__py_3_12_.txt | 2 +- .../test_minimal_req_small__small_optional__py_3_9_.txt | 2 +- .../test_minimal_req_small_optional__py_3_10_.txt | 2 +- .../test_minimal_req_small_optional__py_3_12_.txt | 2 +- .../test_minimal_req_small_optional__py_3_9_.txt | 2 +- 52 files changed, 92 insertions(+), 92 deletions(-) diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_10_.txt index 6c7e9f4..edbf73f 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_10_.txt @@ -1,6 +1,6 @@ click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_12_.txt index 6c7e9f4..edbf73f 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_12_.txt @@ -1,6 +1,6 @@ click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_8_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_8_.txt index 31d7903..1834211 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_8_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_8_.txt @@ -1,6 +1,6 @@ click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_9_.txt index 6c7e9f4..edbf73f 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements__py_3_9_.txt @@ -1,6 +1,6 @@ click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_10_.txt index 7af35a9..4f3e15f 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_10_.txt @@ -24,7 +24,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_12_.txt index 7af35a9..4f3e15f 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_12_.txt @@ -24,7 +24,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_8_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_8_.txt index f023c74..1912a71 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_8_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_8_.txt @@ -24,7 +24,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_9_.txt index 7af35a9..4f3e15f 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__py_3_9_.txt @@ -24,7 +24,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_10_.txt index 1f9b53c..97a0a9a 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_10_.txt @@ -38,7 +38,7 @@ meshio==4.4.0 mpi4py==3.0.3 myst-nb==0.16.0 nbresuse -numpy==1.19.4 +numpy==1.22.0 packaging pillow pyevtk @@ -83,7 +83,7 @@ setuptools # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -95,7 +95,7 @@ wheel # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -131,7 +131,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_12_.txt index 1f9b53c..97a0a9a 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_12_.txt @@ -38,7 +38,7 @@ meshio==4.4.0 mpi4py==3.0.3 myst-nb==0.16.0 nbresuse -numpy==1.19.4 +numpy==1.22.0 packaging pillow pyevtk @@ -83,7 +83,7 @@ setuptools # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -95,7 +95,7 @@ wheel # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -131,7 +131,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_8_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_8_.txt index e7a408e..6b983fe 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_8_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_8_.txt @@ -38,7 +38,7 @@ meshio==4.4.0 mpi4py==3.0.0 myst-nb==0.16.0 nbresuse -numpy==1.17.5 +numpy==1.22.0 packaging pillow pyevtk @@ -83,7 +83,7 @@ setuptools # imported requirements click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -95,7 +95,7 @@ wheel # imported requirements click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -131,7 +131,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_9_.txt index 1f9b53c..97a0a9a 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_9_.txt @@ -38,7 +38,7 @@ meshio==4.4.0 mpi4py==3.0.3 myst-nb==0.16.0 nbresuse -numpy==1.19.4 +numpy==1.22.0 packaging pillow pyevtk @@ -83,7 +83,7 @@ setuptools # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -95,7 +95,7 @@ wheel # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -131,7 +131,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_10_.txt index e0b9ac4..ea3804d 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_10_.txt @@ -16,7 +16,7 @@ meshio==4.4.0 mpi4py==3.0.3 myst-nb==0.16.0 nbresuse -numpy==1.19.4 +numpy==1.22.0 packaging pillow pyevtk @@ -42,7 +42,7 @@ xmljson # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -78,7 +78,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_12_.txt index e0b9ac4..ea3804d 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_12_.txt @@ -16,7 +16,7 @@ meshio==4.4.0 mpi4py==3.0.3 myst-nb==0.16.0 nbresuse -numpy==1.19.4 +numpy==1.22.0 packaging pillow pyevtk @@ -42,7 +42,7 @@ xmljson # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -78,7 +78,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_8_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_8_.txt index 8666d98..d98f12f 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_8_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_8_.txt @@ -16,7 +16,7 @@ meshio==4.4.0 mpi4py==3.0.0 myst-nb==0.16.0 nbresuse -numpy==1.17.5 +numpy==1.22.0 packaging pillow pyevtk @@ -42,7 +42,7 @@ xmljson # imported requirements click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -78,7 +78,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_9_.txt index e0b9ac4..ea3804d 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_requirements_optional__py_3_9_.txt @@ -16,7 +16,7 @@ meshio==4.4.0 mpi4py==3.0.3 myst-nb==0.16.0 nbresuse -numpy==1.19.4 +numpy==1.22.0 packaging pillow pyevtk @@ -42,7 +42,7 @@ xmljson # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -78,7 +78,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_10_.txt index 5440584..e263d0a 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_10_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_12_.txt index 5440584..e263d0a 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_12_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_8_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_8_.txt index 5440584..e263d0a 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_8_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_8_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_9_.txt index 5440584..e263d0a 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_small__py_3_9_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_small__small_optional__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_small__small_optional__py_3_10_.txt index 3dbef1d..4789a47 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_small__small_optional__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_small__small_optional__py_3_10_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_small__small_optional__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_small__small_optional__py_3_12_.txt index 3dbef1d..4789a47 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_small__small_optional__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_small__small_optional__py_3_12_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_small__small_optional__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_small__small_optional__py_3_9_.txt index 3dbef1d..4789a47 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_small__small_optional__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_small__small_optional__py_3_9_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_small_optional__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_small_optional__py_3_10_.txt index b4a1683..8c86a43 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_small_optional__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_small_optional__py_3_10_.txt @@ -5,7 +5,7 @@ envparse # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_small_optional__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_small_optional__py_3_12_.txt index b4a1683..8c86a43 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_small_optional__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_small_optional__py_3_12_.txt @@ -5,7 +5,7 @@ envparse # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_cli_transform_small_optional__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_cli_transform_small_optional__py_3_9_.txt index b4a1683..8c86a43 100644 --- a/tests/test_pypi_oldest_requirements/test_cli_transform_small_optional__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_cli_transform_small_optional__py_3_9_.txt @@ -5,7 +5,7 @@ envparse # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_10_.txt index 6c7e9f4..edbf73f 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_10_.txt @@ -1,6 +1,6 @@ click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_12_.txt index 6c7e9f4..edbf73f 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_12_.txt @@ -1,6 +1,6 @@ click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_8_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_8_.txt index 31d7903..1834211 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_8_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_8_.txt @@ -1,6 +1,6 @@ click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_9_.txt index 6c7e9f4..edbf73f 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements__py_3_9_.txt @@ -1,6 +1,6 @@ click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_10_.txt index 7af35a9..4f3e15f 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_10_.txt @@ -24,7 +24,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_12_.txt index 7af35a9..4f3e15f 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_12_.txt @@ -24,7 +24,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_8_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_8_.txt index f023c74..1912a71 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_8_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_8_.txt @@ -24,7 +24,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_9_.txt index 7af35a9..4f3e15f 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__py_3_9_.txt @@ -24,7 +24,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_10_.txt index 1f9b53c..97a0a9a 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_10_.txt @@ -38,7 +38,7 @@ meshio==4.4.0 mpi4py==3.0.3 myst-nb==0.16.0 nbresuse -numpy==1.19.4 +numpy==1.22.0 packaging pillow pyevtk @@ -83,7 +83,7 @@ setuptools # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -95,7 +95,7 @@ wheel # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -131,7 +131,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_12_.txt index 1f9b53c..97a0a9a 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_12_.txt @@ -38,7 +38,7 @@ meshio==4.4.0 mpi4py==3.0.3 myst-nb==0.16.0 nbresuse -numpy==1.19.4 +numpy==1.22.0 packaging pillow pyevtk @@ -83,7 +83,7 @@ setuptools # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -95,7 +95,7 @@ wheel # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -131,7 +131,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_8_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_8_.txt index e7a408e..6b983fe 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_8_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_8_.txt @@ -38,7 +38,7 @@ meshio==4.4.0 mpi4py==3.0.0 myst-nb==0.16.0 nbresuse -numpy==1.17.5 +numpy==1.22.0 packaging pillow pyevtk @@ -83,7 +83,7 @@ setuptools # imported requirements click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -95,7 +95,7 @@ wheel # imported requirements click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -131,7 +131,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_9_.txt index 1f9b53c..97a0a9a 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_ci__requirements_optional__requirements_docker_other__requirements__py_3_9_.txt @@ -38,7 +38,7 @@ meshio==4.4.0 mpi4py==3.0.3 myst-nb==0.16.0 nbresuse -numpy==1.19.4 +numpy==1.22.0 packaging pillow pyevtk @@ -83,7 +83,7 @@ setuptools # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -95,7 +95,7 @@ wheel # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -131,7 +131,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_10_.txt index e0b9ac4..ea3804d 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_10_.txt @@ -16,7 +16,7 @@ meshio==4.4.0 mpi4py==3.0.3 myst-nb==0.16.0 nbresuse -numpy==1.19.4 +numpy==1.22.0 packaging pillow pyevtk @@ -42,7 +42,7 @@ xmljson # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -78,7 +78,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_12_.txt index e0b9ac4..ea3804d 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_12_.txt @@ -16,7 +16,7 @@ meshio==4.4.0 mpi4py==3.0.3 myst-nb==0.16.0 nbresuse -numpy==1.19.4 +numpy==1.22.0 packaging pillow pyevtk @@ -42,7 +42,7 @@ xmljson # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -78,7 +78,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_8_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_8_.txt index 8666d98..d98f12f 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_8_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_8_.txt @@ -16,7 +16,7 @@ meshio==4.4.0 mpi4py==3.0.0 myst-nb==0.16.0 nbresuse -numpy==1.17.5 +numpy==1.22.0 packaging pillow pyevtk @@ -42,7 +42,7 @@ xmljson # imported requirements click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -78,7 +78,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.17.5 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_9_.txt index e0b9ac4..ea3804d 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_requirements_optional__py_3_9_.txt @@ -16,7 +16,7 @@ meshio==4.4.0 mpi4py==3.0.3 myst-nb==0.16.0 nbresuse -numpy==1.19.4 +numpy==1.22.0 packaging pillow pyevtk @@ -42,7 +42,7 @@ xmljson # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 @@ -78,7 +78,7 @@ twine==3.8.0 # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_10_.txt index 5440584..e263d0a 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_10_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_12_.txt index 5440584..e263d0a 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_12_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_8_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_8_.txt index 5440584..e263d0a 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_8_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_8_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_9_.txt index 5440584..e263d0a 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_small__py_3_9_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_small__small_optional__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_small__small_optional__py_3_10_.txt index 3dbef1d..4789a47 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_small__small_optional__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_small__small_optional__py_3_10_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_small__small_optional__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_small__small_optional__py_3_12_.txt index 3dbef1d..4789a47 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_small__small_optional__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_small__small_optional__py_3_12_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_small__small_optional__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_small__small_optional__py_3_9_.txt index 3dbef1d..4789a47 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_small__small_optional__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_small__small_optional__py_3_9_.txt @@ -2,7 +2,7 @@ Qt.py Sphinx==1.4 cython==0.27 diskcache -numpy==1.15.4 +numpy==1.22.0 packaging pytest-runner==2.9 scipy==0.19.0 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_small_optional__py_3_10_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_small_optional__py_3_10_.txt index b4a1683..8c86a43 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_small_optional__py_3_10_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_small_optional__py_3_10_.txt @@ -5,7 +5,7 @@ envparse # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_small_optional__py_3_12_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_small_optional__py_3_12_.txt index b4a1683..8c86a43 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_small_optional__py_3_12_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_small_optional__py_3_12_.txt @@ -5,7 +5,7 @@ envparse # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1 diff --git a/tests/test_pypi_oldest_requirements/test_minimal_req_small_optional__py_3_9_.txt b/tests/test_pypi_oldest_requirements/test_minimal_req_small_optional__py_3_9_.txt index b4a1683..8c86a43 100644 --- a/tests/test_pypi_oldest_requirements/test_minimal_req_small_optional__py_3_9_.txt +++ b/tests/test_pypi_oldest_requirements/test_minimal_req_small_optional__py_3_9_.txt @@ -5,7 +5,7 @@ envparse # imported requirements click diskcache -numpy==1.19.4 +numpy==1.22.0 packaging pytest-runner==2.9 qtpy==2.0.1