Skip to content

Commit 612af35

Browse files
Merge branch 'main' into csv-adapter
2 parents 25d0f84 + f7f6b57 commit 612af35

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.15
50+
- ruff>=0.9,<0.16
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.15
50+
- ruff>=0.9,<0.16
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
@@ -71,7 +71,7 @@ develop = [
7171
"codespell>=2.4,<2.5",
7272
"mdformat>=0.7.19,<0.8",
7373
"mdformat-tables>=1,<1.1",
74-
"ruff>=0.9,<0.15",
74+
"ruff>=0.9,<0.16",
7575
# test
7676
"pytest",
7777
"pytest-asyncio",

0 commit comments

Comments
 (0)