Skip to content

Commit d77658d

Browse files
authored
Merge pull request #143 from twsl/copier/update
Automated copier template update to v0.2.0-142-ga4bf9cc
2 parents e22c4ed + d7630c4 commit d77658d

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

.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.2.0-139-g0a16bd6
2+
_commit: v0.2.0-142-ga4bf9cc
33
_src_path: git+https://github.com/twsl/python-project-template
44
author_email: [email protected]
55
author_username: twsl

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repos:
4646
- id: check-json5
4747

4848
- repo: https://github.com/PyCQA/bandit
49-
rev: 1.8.3
49+
rev: 1.8.5
5050
hooks:
5151
- id: bandit
5252
args: [-c, pyproject.toml]
@@ -58,7 +58,7 @@ repos:
5858
- id: nbstripout
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.11.13
61+
rev: v0.12.0
6262
hooks:
6363
- id: ruff
6464
args: [--fix, -v]

poetry.lock

Lines changed: 14 additions & 13 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
@@ -61,21 +61,21 @@ line-profiler = "^4.2.0"
6161

6262
[tool.poetry.group.dev.dependencies]
6363
ruff = "^0.11.13"
64-
bandit = "^1.8.3"
64+
bandit = "^1.8.5"
6565
pre-commit = "^4.2.0"
6666
pyright = "^1.1.402"
6767
vulture = "^2.14"
6868
copier = "^9.7.1"
6969
ipykernel = "^6.29.5"
7070
ipywidgets = "^8.1.7"
7171
ipython = "^9.3.0"
72-
jupytext = " ^1.16.6"
72+
jupytext = " ^1.17.2"
7373
nbconvert = "^7.16.6"
7474
torchfix = "^0.7.0"
7575

7676
[tool.poetry.group.test.dependencies]
7777
pytest = "^8.4.0"
78-
pytest-cov = "^6.1.1"
78+
pytest-cov = "^6.2.1"
7979
pytest-mock = "^3.14.1"
8080
pytest-cases = "^3.9.1"
8181
pytest-benchmark = {extras = ["aspect","histogram"], version = "^5.1.0"}

0 commit comments

Comments
 (0)