Skip to content

Commit 078a2d0

Browse files
Update ruff requirement from <0.13,>=0.9 to >=0.9,<0.14 (#602)
* Update ruff requirement from <0.13,>=0.9 to >=0.9,<0.14 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.9.0...0.13.2) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Align ruff Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent 18d1714 commit 078a2d0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

conda/dev-environment-unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies:
4747
- rapidjson
4848
- requests
4949
- ruamel.yaml
50-
- ruff>=0.9,<0.10
50+
- ruff>=0.9,<0.14
5151
- scikit-build
5252
- setuptools>=69,<74
5353
- sqlalchemy

conda/dev-environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies:
4747
- rapidjson
4848
- requests
4949
- ruamel.yaml
50-
- ruff>=0.9,<0.10
50+
- ruff>=0.9,<0.14
5151
- scikit-build
5252
- setuptools>=69,<74
5353
- sqlalchemy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ develop = [
6969
"codespell>=2.4,<2.5",
7070
"mdformat>=0.7.19,<0.8",
7171
"mdformat-tables>=1,<1.1",
72-
"ruff>=0.9,<0.13",
72+
"ruff>=0.9,<0.14",
7373
# test
7474
"pytest",
7575
"pytest-asyncio",

0 commit comments

Comments
 (0)