Skip to content

Commit 3de40d1

Browse files
committed
Configuring for buildout-recipe
1 parent b659818 commit 3de40d1

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
persist-credentials: false
4242
- name: Install uv + caching
43-
uses: astral-sh/setup-uv@v5
43+
uses: astral-sh/setup-uv@v6
4444
with:
4545
enable-cache: true
4646
cache-dependency-glob: |

.meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/zopefoundation/meta/tree/master/config/buildout-recipe
33
[meta]
44
template = "buildout-recipe"
5-
commit-id = "e1995c20"
5+
commit-id = "1fe22fd9"
66

77
[python]
88
with-pypy = true

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: teyit
2323
- repo: https://github.com/PyCQA/flake8
24-
rev: "7.1.2"
24+
rev: "7.2.0"
2525
hooks:
2626
- id: flake8
2727
additional_dependencies:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ allowlist_externals =
6565
setenv =
6666
COVERAGE_PROCESS_START={toxinidir}/pyproject.toml
6767
deps =
68+
setuptools == 75.8.2
6869
coverage[toml]
6970
commands =
7071
mkdir -p {toxinidir}/parts/htmlcov

0 commit comments

Comments
 (0)