Skip to content

Commit 14893d3

Browse files
deps: bump ruff from 0.13.3 to 0.14.3
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.13.3 to 0.14.3. - [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.13.3...0.14.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 375bb1e commit 14893d3

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

poetry.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ tqdm = "^4.67.1"
2424
types-tqdm = "^4.67.0.20250301"
2525
plotly = "^6.3.0"
2626
dash = "^3.2.0"
27-
ruff = "^0.13.3"
27+
ruff = ">=0.13.3,<0.15.0"
2828

2929

3030
[tool.poetry.group.dev.dependencies]
3131
pytest = "^8.3.4"
32-
ruff = ">=0.8.4,<0.14.0"
32+
ruff = ">=0.8.4,<0.15.0"
3333
isort = ">=5.13.2,<8.0.0"
3434
pytest-aiohttp = "^1.0.5"
3535
pytest-asyncio = ">=0.25,<1.3"

0 commit comments

Comments
 (0)