Skip to content

Commit f488e46

Browse files
chore(deps-dev): update flit-core requirement
Updates the requirements on [flit-core](https://github.com/pypa/flit) to permit the latest version. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](pypa/flit@3.2.0...3.12.0) --- updated-dependencies: - dependency-name: flit-core dependency-version: 3.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eed699b commit f488e46

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
@@ -1,7 +1,7 @@
11
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
22
# https://flit.pypa.io/en/latest/pyproject_toml.html
33
[build-system]
4-
requires = ["flit_core >=3.2.0,<4.0.0"]
4+
requires = ["flit_core >=3.12.0,<4.0.0"]
55
build-backend = "flit_core.buildapi"
66

77
[project]

0 commit comments

Comments
 (0)