Skip to content

Commit 3224266

Browse files
Bump the minor-patch group with 2 updates (#1138)
Bumps the minor-patch group with 2 updates: [click](https://github.com/pallets/click) and [ruff](https://github.com/astral-sh/ruff). Updates `click` from 8.1.8 to 8.2.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.8...8.2.0) Updates `ruff` from 0.11.8 to 0.11.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.11.8...0.11.9) --- updated-dependencies: - dependency-name: click dependency-version: 8.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ruff dependency-version: 0.11.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 209c321 commit 3224266

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

poetry.lock

Lines changed: 24 additions & 24 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
@@ -22,7 +22,7 @@ pydantic-settings = "^2.9.1"
2222
pypandoc = "^1.15"
2323

2424
[tool.poetry.group.dev.dependencies]
25-
click = "^8.1.8"
25+
click = "^8.2.0"
2626
pre-commit = "^4.2.0"
2727
coverage = {extras = ["toml"], version = "^7.8"}
2828
mypy = "^1.15"
@@ -36,7 +36,7 @@ responses = "^0.25.7"
3636
httpx = "^0.28.1"
3737
factory-boy = "^3.3.3"
3838
pytest-factoryboy = "^2.7.0"
39-
ruff = "^0.11.8"
39+
ruff = "^0.11.9"
4040
pytest-mock = "^3.14.0"
4141
pytest-asyncio = "^0.26.0"
4242

0 commit comments

Comments
 (0)