Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"flit_core>=3.7.1,<3.9.1",
"flit_core>=3.7.1,<3.10.2",
]
build-backend = "pep517"
backend-path = ["backends"]
Expand Down
6 changes: 3 additions & 3 deletions requirements-base-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#

# The following packages are considered to be unsafe in a requirements file:
flit-core==3.9.0 \
--hash=sha256:72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba \
--hash=sha256:7aada352fb0c7f5538c4fafeddf314d3a6a92ee8e2b1de70482329e42de70301
flit-core==3.10.1 \
--hash=sha256:66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7 \
--hash=sha256:cb31a76e8b31ad3351bb89e531f64ef2b05d1e65bd939183250bf81ddf4922a8
# via -r requirements-base.txt
wheel==0.43.0 \
--hash=sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85 \
Expand Down
2 changes: 1 addition & 1 deletion requirements-base.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
wheel==0.43.0
flit_core==3.9.0
flit_core==3.10.1
6 changes: 3 additions & 3 deletions requirements-dev-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ zipp==3.20.2 \
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
flit-core==3.9.0 \
--hash=sha256:72ad266176c4a3fcfab5f2930d76896059851240570ce9a98733b658cb786eba \
--hash=sha256:7aada352fb0c7f5538c4fafeddf314d3a6a92ee8e2b1de70482329e42de70301
flit-core==3.10.1 \
--hash=sha256:66e5b87874a0d6e39691f0e22f09306736b633548670ad3c09ec9db03c5662f7 \
--hash=sha256:cb31a76e8b31ad3351bb89e531f64ef2b05d1e65bd939183250bf81ddf4922a8
# via -r requirements-base.txt
pip==24.3.1 \
--hash=sha256:3790624780082365f47549d032f3770eeb2b1e8bd1f7b2e02dace1afa361b4ed \
Expand Down
2 changes: 1 addition & 1 deletion requirements/bootstrap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pip>=22.0.0,<25.0.0
flit_core>=3.7.1,<3.9.1
flit_core>=3.7.1,<3.10.2
Loading