Skip to content

Commit 470fa61

Browse files
Update flit-core requirement in the actions group (#86)
Updates the requirements on [flit-core](https://github.com/pypa/flit) to permit the latest version. Updates `flit-core` to 4.0.2 - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](pypa/flit@3.2.0...4.0.2) --- updated-dependencies: - dependency-name: flit-core dependency-version: 4.0.2 dependency-type: direct:development dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05dbd2f commit 470fa61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[build-system]
66
build-backend = "flit_core.buildapi"
7-
requires = ["flit_core >=3.2,<4"]
7+
requires = ["flit_core >=3.2,<5"]
88

99
[project]
1010
authors = [{name = "Kevin Meagher"}]

0 commit comments

Comments
 (0)