Skip to content

Commit 3c2b904

Browse files
wpk-nist-govgithub-actions[bot]
authored andcommitted
chore(template): accept new copier update
1 parent 4a92c2d commit 3c2b904

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: v0.12.0-35-gc103f64
2+
_commit: v0.12.0-45-g8d6c16e
33
_src_path: https://github.com/usnistgov/cookiecutter-nist-python.git
44
command_line_interface: typer
55
conda_channel: conda-forge

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
python-version-file: ".python-version"
3232
cache-dependency-path: requirements/lock/uvx-tools.txt
33-
- uses: extractions/setup-just@f8a3cce218d9f83db3a2ecd90e41ac3de6cdfd9b # v3.1.0
33+
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0
3434

3535
- name: Update requirements
3636
run: just lock --upgrade

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ repos:
195195
priority: 0
196196
- repo: https://github.com/zizmorcore/zizmor-pre-commit
197197
# Zizmor version.
198-
rev: v1.23.1
198+
rev: v1.24.0
199199
hooks:
200200
# Run the linter.
201201
- id: zizmor

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ docs-spelling = [
9292
{ include-group = "docs" },
9393
]
9494
ipython = [ "ipython" ]
95-
mypy = [ "mypy[faster-cache]>=1.15.0" ]
95+
mypy = [ "mypy[faster-cache]>=1.20.0" ]
9696
nox = [ "nox>=2025.5.1" ]
9797
pylint = [ "pylint" ]
9898
pytest = [ "pytest" ]

0 commit comments

Comments
 (0)