ucl-bug / jaxdf

A JAX-based research framework for writing differentiable numerical simulators with arbitrary discretizations
GNU Lesser General Public License v3.0
117 stars 7 forks source link

Update isort requirement from <5.11,>=5.10.1 to >=5.10.1,<5.12 #102

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on isort to permit the latest version.

Release notes

Sourced from isort's releases.

5.11.3

Changes

:beetle: Fixes

:construction_worker: Continuous Integration

Changelog

Sourced from isort's changelog.

5.11.3 December 16 2022

5.11.2 December 12 2022

5.11.1 December 12 2022

5.11.0 December 12 2022

5.10.1 November 8 2021

  • Fixed #1819: Occasional inconsistency with multiple src paths.
  • Fixed #1840: skip_file ignored when on the first docstring line

5.10.0 November 3 2021

  • Implemented #1796: Switch to tomli for pyproject.toml configuration loader.
  • Fixed #1801: CLI bug (--exend-skip-glob, overrides instead of extending).

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Merging #102 (d8850bb) into main (4f45962) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #102   +/-   ##
=======================================
  Coverage   91.09%   91.09%           
=======================================
  Files          14       14           
  Lines         910      910           
=======================================
  Hits          829      829           
  Misses         81       81           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 1 year ago

Superseded by #109.