From ae2377a374ee379023f4e93d388b1e6f85c92d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 06:55:43 -0700 Subject: [PATCH 1/2] Update pytest requirement from ~=6.2.4 to >=6.2.4,<7.2.0 (#1979) Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.2.4...7.1.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: C. Titus Brown --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 08b3896e94..c751034ad3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ where = src # this syntax may change in the future [options.extras_require] test = - pytest~=6.2.4 + pytest>=6.2.4,<7.2.0 pytest-cov~=2.12 recommonmark hypothesis From 519033a4d9fd53e9847615cc06a62a70b6c314d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 06:56:06 -0700 Subject: [PATCH 2/2] Bump conda-incubator/setup-miniconda (#1981) Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from e23d871804685e8c52189e5bd45e9145019f10af to 2.1.1. This release includes the previously tagged commit. - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/master/CHANGELOG.md) - [Commits](https://github.com/conda-incubator/setup-miniconda/compare/e23d871804685e8c52189e5bd45e9145019f10af...35d1405e78aa3f784fe3ce9a2eb378d5eeb62169) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dev_envs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_envs.yml b/.github/workflows/dev_envs.yml index 8e1bfd0bd5..926d9cec10 100644 --- a/.github/workflows/dev_envs.yml +++ b/.github/workflows/dev_envs.yml @@ -46,7 +46,7 @@ jobs: ${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-${{ hashFiles('environment.yml') }} - name: setup conda - uses: conda-incubator/setup-miniconda@e23d871804685e8c52189e5bd45e9145019f10af + uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169 with: auto-update-conda: true python-version: 3.9