Skip to content

Commit 893d436

Browse files
dependabot[bot]insolor
authored andcommitted
Bump the dev-dependencies group with 2 updates
Bumps the dev-dependencies group with 2 updates: [flake8](https://github.com/pycqa/flake8) and [ruff](https://github.com/astral-sh/ruff). Updates `flake8` from 7.1.1 to 7.1.2 - [Commits](PyCQA/flake8@7.1.1...7.1.2) Updates `ruff` from 0.9.4 to 0.9.9 - [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.4...0.9.9) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 929954b commit 893d436

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

poetry.lock

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ python = "^3.9"
1010
pymorphy3 = "^2.0.2"
1111

1212
[tool.poetry.group.dev.dependencies]
13-
flake8 = "^7.1.1"
13+
flake8 = "^7.1.2"
1414
pytest = "^8.3.4"
1515
pytest-cov = "^6.0.0"
16-
ruff = "^0.9.4"
16+
ruff = "^0.9.9"
1717

1818
[build-system]
1919
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)