Skip to content

Commit

Permalink
Update isort to 5.12.1 🤖 (#393)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack Sundberg <[email protected]>
  • Loading branch information
dependabot[bot] and jacksund authored Mar 2, 2023
1 parent b767b18 commit b37b1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b37b1e9

Please sign in to comment.