Skip to content

Commit e5f707a

Browse files
chore(deps-dev): bump ruff from 0.6.9 to 0.13.1 (#50)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.9 to 0.13.1. - [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.6.9...0.13.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CoderDeltaLan <[email protected]>
1 parent 6b2ec0c commit e5f707a

File tree

2 files changed

+36
-19
lines changed

2 files changed

+36
-19
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,19 @@ python = "^3.11"
1111

1212
[tool.poetry.group.dev.dependencies]
1313
pytest = "^8.3.0"
14+
<<<<<<< HEAD
15+
pytest-cov = "^5.0.0"
16+
ruff = ">=0.6,<0.14"
17+
black = "^24.10.0"
18+
||||||| 0e59d81
19+
pytest-cov = "^5.0.0"
20+
ruff = "^0.6.0"
21+
black = "^24.10.0"
22+
=======
1423
pytest-cov = ">=5,<8"
1524
ruff = "^0.6.0"
1625
black = ">=24.10,<26.0"
26+
>>>>>>> origin/main
1727
mypy = "^1.11.0"
1828
types-setuptools = "*"
1929

0 commit comments

Comments
 (0)