From 1a8a953dc5a7484471f277c6ed8cd7e0c5e2fcae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 07:02:58 +0000 Subject: [PATCH] Bump flit-core from 3.9.0 to 3.10.1 Bumps [flit-core](https://github.com/pypa/flit) from 3.9.0 to 3.10.1. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.9.0...3.10.1) --- updated-dependencies: - dependency-name: flit-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-base-lock.txt | 6 +++--- requirements-base.txt | 2 +- requirements-dev-lock.txt | 6 +++--- requirements/bootstrap.txt | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 671e41b2af59..9aa8c0e7345a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] diff --git a/requirements-base-lock.txt b/requirements-base-lock.txt index c18078f1eff3..8c945905c5de 100644 --- a/requirements-base-lock.txt +++ b/requirements-base-lock.txt @@ -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 \ diff --git a/requirements-base.txt b/requirements-base.txt index 19cc4e1b300b..4dde2acdf25a 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -1,2 +1,2 @@ wheel==0.43.0 -flit_core==3.9.0 +flit_core==3.10.1 diff --git a/requirements-dev-lock.txt b/requirements-dev-lock.txt index a7a849fb93fc..0091ecd9290e 100644 --- a/requirements-dev-lock.txt +++ b/requirements-dev-lock.txt @@ -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 \ diff --git a/requirements/bootstrap.txt b/requirements/bootstrap.txt index fcc7ca5345f4..00734e94e4c8 100644 --- a/requirements/bootstrap.txt +++ b/requirements/bootstrap.txt @@ -1,2 +1,2 @@ pip>=22.0.0,<25.0.0 -flit_core>=3.7.1,<3.9.1 \ No newline at end of file +flit_core>=3.7.1,<3.10.2 \ No newline at end of file