Skip to content

Commit fb05bbd

Browse files
committed
Add wheel as missed test dependency
Signed-off-by: Bernát Gábor <[email protected]>
1 parent c8564dd commit fb05bbd

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747
hooks:
4848
- id: flake8
4949
additional_dependencies:
50-
- flake8-bugbear==22.8.23
50+
- flake8-bugbear==22.9.11
5151
- flake8-comprehensions==3.10
5252
- flake8-pytest-style==1.6
5353
- flake8-spellcheck==0.28

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Release History
22
===============
33

4+
v1.1.1 - (2022-09-10)
5+
---------------------
6+
- Add missed `wheel` as test dependency
7+
48
v1.1.0 - (2022-09-10)
59
---------------------
610
- PEP-660 support

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "hatchling.build"
3-
requires = ["hatchling>=1.8.1", "hatch-vcs>=0.2"]
3+
requires = ["hatchling>=1.9", "hatch-vcs>=0.2"]
44

55
[project]
66
name = "pyproject_api"
@@ -18,7 +18,7 @@ maintainers = [
1818
]
1919
requires-python = ">=3.7"
2020
dependencies = [
21-
"packaging>=21.3", 'tomli>=2.0.1;python_version<"3.11"',
21+
"packaging>=21.3", 'tomli>=2.0.1; python_version < "3.11"',
2222
]
2323
optional-dependencies.docs = [
2424
"furo>=2022.6.21",
@@ -31,6 +31,7 @@ optional-dependencies.testing = [
3131
"pytest-cov>=3",
3232
"pytest-mock>=3.8.2",
3333
'importlib-metadata>=4.12; python_version < "3.8"',
34+
"wheel>=0.37.1",
3435
]
3536
dynamic = ["version"]
3637
classifiers = [

0 commit comments

Comments
 (0)