Skip to content

Commit 200d466

Browse files
Bump hatchling from 1.27.0 to 1.28.0 (#83)
* Bump hatchling from 1.27.0 to 1.28.0 Bumps [hatchling](https://github.com/pypa/hatch) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](pypa/hatch@hatchling-v1.27.0...hatchling-v1.28.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update environment.yml * Update pipeline.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Janssen <[email protected]>
1 parent 8338724 commit 200d466

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- python
55
- coverage
6-
- hatchling =1.27.0
6+
- hatchling =1.28.0
77
- hatch-vcs =0.5.0
88
- qrcode=8.2
99
- pyotp=2.9.0

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
matrix:
8585
operating-system: [ubuntu-latest, macos-latest]
86-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
86+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
8787
steps:
8888
- uses: actions/checkout@v4
8989
- name: Conda config
@@ -153,4 +153,4 @@ jobs:
153153
run: |
154154
cp -r docs/images .
155155
papermill docs/technology.ipynb docs/technology-out.ipynb -k python3
156-
papermill docs/implementation.ipynb docs/implementation-out.ipynb -k python3
156+
papermill docs/implementation.ipynb docs/implementation-out.ipynb -k python3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"hatchling==1.27.0",
3+
"hatchling==1.28.0",
44
"hatch-vcs==0.5.0",
55
"pyotp==2.9.0",
66
"qrcode==8.2",

0 commit comments

Comments
 (0)