From b69bfbc4c54f073cc0e7418c6a53d71bc8e637c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 12:00:34 +0000 Subject: [PATCH 1/2] Update isort requirement from <5.11.5,>=5.10.1 to >=5.10.1,<5.12.1 Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.10.1...5.12.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 367c28fc0..69e69ed6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ DEV = [ "pytest-xdist >=2.5.0, <3.2.0", "black >=22.1.0, <23.2.0", "coverage >=6.2, <7.0.6", - "isort >=5.10.1, <5.11.5", + "isort >=5.10.1, <5.12.1", "mkdocs-material >=8.4.1, <9.0.10", "mkdocstrings >=0.19.0, <=0.19.0", "mkdocstrings-python >=0.7.1, <0.8.4", From 43277f61afc814d1994d35e6acfceb2cbc4cc0df Mon Sep 17 00:00:00 2001 From: Jack Sundberg Date: Thu, 2 Mar 2023 11:45:07 -0500 Subject: [PATCH 2/2] update conda --- .github/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/environment.yaml b/.github/environment.yaml index 839cda49f..fc398fd42 100644 --- a/.github/environment.yaml +++ b/.github/environment.yaml @@ -30,7 +30,7 @@ dependencies: - django-pandas >=0.6.6, <=0.6.6 - django-filter >=21.1, <=22.1 - djangorestframework >=3.13.1, <3.14.1 - - isort >=5.10.1, <=5.11.5 + - isort >=5.10.1, <=5.12.1 - matminer >=0.7.6, <0.8.1 - markdown >=3.4.1, <=3.4.1 - mkdocs-material >=8.4.1, <9.0.10