Skip to content

Commit d8925ca

Browse files
Bump flit-core from 3.9.0 to 3.12.0
Bumps [flit-core](https://github.com/pypa/flit) from 3.9.0 to 3.12.0. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](pypa/flit@3.9.0...3.12.0) --- updated-dependencies: - dependency-name: flit-core dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c1da3f commit d8925ca

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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-
"flit_core>=3.7.1,<3.9.1",
3+
"flit_core>=3.7.1,<3.12.1",
44
]
55
build-backend = "pep517"
66
backend-path = ["backends"]

requirements-base-lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77

88
# The following packages are considered to be unsafe in a requirements file:
9-
flit-core==3.9.0 \
10-
--hash=sha256:72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba \
11-
--hash=sha256:7aada352fb0c7f5538c4fafeddf314d3a6a92ee8e2b1de70482329e42de70301
9+
flit-core==3.12.0 \
10+
--hash=sha256:18f63100d6f94385c6ed57a72073443e1a71a4acb4339491615d0f16d6ff01b2 \
11+
--hash=sha256:e7a0304069ea895172e3c7bb703292e992c5d1555dd1233ab7b5621b5b69e62c
1212
# via -r requirements-base.txt
1313
wheel==0.43.0 \
1414
--hash=sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85 \

requirements-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
wheel==0.43.0
2-
flit_core==3.9.0
2+
flit_core==3.12.0

requirements-dev-lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ zipp==3.23.0 \
300300
# via importlib-metadata
301301

302302
# The following packages are considered to be unsafe in a requirements file:
303-
flit-core==3.9.0 \
304-
--hash=sha256:72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba \
305-
--hash=sha256:7aada352fb0c7f5538c4fafeddf314d3a6a92ee8e2b1de70482329e42de70301
303+
flit-core==3.12.0 \
304+
--hash=sha256:18f63100d6f94385c6ed57a72073443e1a71a4acb4339491615d0f16d6ff01b2 \
305+
--hash=sha256:e7a0304069ea895172e3c7bb703292e992c5d1555dd1233ab7b5621b5b69e62c
306306
# via -r requirements-base.txt
307307
pip==25.1.1 \
308308
--hash=sha256:2913a38a2abf4ea6b64ab507bd9e967f3b53dc1ede74b01b0931e1ce548751af \

requirements/bootstrap.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pip>=22.0.0,<26.0.0
2-
flit_core>=3.7.1,<3.9.1
2+
flit_core>=3.7.1,<3.12.1

0 commit comments

Comments
 (0)