Skip to content

Commit cdce897

Browse files
Bump the py-version-updates group across 1 directory with 3 updates
Bumps the py-version-updates group with 3 updates in the / directory: [copier](https://github.com/copier-org/copier), [black](https://github.com/psf/black) and [ruff](https://github.com/astral-sh/ruff). Updates `copier` from 9.11.1 to 9.11.2 - [Release notes](https://github.com/copier-org/copier/releases) - [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md) - [Commits](copier-org/copier@v9.11.1...v9.11.2) Updates `black` from 25.12.0 to 26.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.12.0...26.1.0) Updates `ruff` from 0.14.11 to 0.14.13 - [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.14.11...0.14.13) --- updated-dependencies: - dependency-name: copier dependency-version: 9.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: py-version-updates - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: py-version-updates - dependency-name: ruff dependency-version: 0.14.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: py-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 23ca5e0 commit cdce897

File tree

2 files changed

+66
-60
lines changed

2 files changed

+66
-60
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ package-mode = false
99

1010
[tool.poetry.dependencies]
1111
python = "^3.10"
12-
copier = "^9.11.1"
12+
copier = "^9.11.2"
1313

1414
[tool.poetry.group.dev.dependencies]
1515
# :TODO: Remove pylint when ruff supports all pylint rules
1616
pylint = "^4.0.4"
1717
# :TODO: Remove black when ruff supports all black rules
18-
black = "^25.12.0"
18+
black = "^26.1.0"
1919
pytest = "^9.0.2"
2020
pytest-xdist = "^3.6.1"
21-
ruff = "^0.14.11"
21+
ruff = "^0.14.13"
2222
pytest-cov = "^7.0.0"
2323
mypy = "^1.19.1"
2424

0 commit comments

Comments
 (0)