Skip to content

Commit 16849bb

Browse files
Bump copier from 9.11.0 to 9.11.1 in the python-packages group (#20)
* Bump copier from 9.11.0 to 9.11.1 in the python-packages group Bumps the python-packages group with 1 update: [copier](https://github.com/copier-org/copier). Updates `copier` from 9.11.0 to 9.11.1 - [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.0...v9.11.1) --- updated-dependencies: - dependency-name: copier dependency-version: 9.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com> * Update .pre-commit-config.yaml * remove py 3.9 from testing --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: d33bs <ekgto445@gmail.com>
1 parent 88c0807 commit 16849bb

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run_tests:
2929
strategy:
3030
matrix:
31-
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
31+
python_version: ["3.10", "3.11", "3.12", "3.13"]
3232
os: [ubuntu-24.04, macos-14]
3333
runs-on: ${{ matrix.os }}
3434
env:

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ repos:
3939
- id: yamllint
4040
exclude: pre-commit-config.yaml
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: "v0.14.8"
42+
rev: "v0.14.11"
4343
hooks:
4444
- id: ruff-format
4545
- id: ruff-check
4646
- repo: https://github.com/rhysd/actionlint
47-
rev: v1.7.9
47+
rev: v1.7.10
4848
hooks:
4949
- id: actionlint
5050
- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update

uv.lock

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

0 commit comments

Comments
 (0)