Skip to content

Commit 26b99d0

Browse files
authored
Merge branch 'mainline' into dependabot/pip/mypy-eq-1.18.star
2 parents 2867d6d + 3b72085 commit 26b99d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ jobs:
7676
ref: ${{ needs.TagRelease.outputs.tag }}
7777
fetch-depth: 0
7878
- name: Set up Python
79-
uses: actions/setup-python@v5
79+
uses: actions/setup-python@v6
8080
with:
8181
python-version: '3.9'
8282
- name: Install dependencies
8383
run: |
84-
pip install --upgrade hatch
84+
pip install --upgrade hatch "click<8.3"
8585
- name: Build
8686
run: hatch -v build
8787
# # See https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi

pipeline/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
pip install --upgrade pip
6-
pip install --upgrade hatch
6+
pip install --upgrade hatch "click<8.3"
77
pip install --upgrade twine
88
hatch run codebuild:lint
99
hatch run codebuild:test

requirements-testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
coverage[toml] == 7.*
22
pytest == 8.4.*
3-
pytest-cov == 6.3.*
3+
pytest-cov == 7.0.*
44
pytest-timeout == 2.4.*
55
pytest-xdist == 3.8.*
66
types-PyYAML == 6.*
77
black == 25.*
8-
ruff == 0.12.*
98
mypy == 1.18.*
9+
ruff == 0.13.*

0 commit comments

Comments
 (0)