From 77b38907aa3ce75d6cdd42ef33b712c14b5cb682 Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Fri, 28 May 2021 10:40:21 -0400 Subject: [PATCH 1/2] Bump isort to 5.6 --- conda/recipes/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index 3fa2d1d3..fe2c263d 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -83,7 +83,7 @@ gtest_version: ipython_version: - '=7.15' isort_version: - - '=5.0' + - '=5.6' jupyterlab_version: - '>=3.0.0,<4.0a0' jupyter_packaging_version: From 9ca5c89fbca236526bf916352629cdceaa598481 Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Mon, 21 Jun 2021 14:23:55 -0400 Subject: [PATCH 2/2] Pin minor version to match accompanying PRs --- conda/recipes/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index 47462c5a..6aff0cba 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -83,7 +83,7 @@ gtest_version: ipython_version: - '=7.15' isort_version: - - '=5.6' + - '=5.6.4' jupyterlab_version: - '>=3.0.0,<4.0a0' jupyter_packaging_version: