From e71d89dfde00320a5265b73ce19d74d520f42d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:15:54 +0000 Subject: [PATCH] chore(deps-dev): bump flit-core from 3.9.0 to 3.10.0 in /it/python Bumps [flit-core](https://github.com/pypa/flit) from 3.9.0 to 3.10.0. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.9.0...3.10.0) --- updated-dependencies: - dependency-name: flit-core dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- it/python/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it/python/requirements-dev.txt b/it/python/requirements-dev.txt index 590e322a9e..ea7c12cd6e 100644 --- a/it/python/requirements-dev.txt +++ b/it/python/requirements-dev.txt @@ -16,7 +16,7 @@ exceptiongroup==1.1.1 ; python_version < '3.11' flit==3.9.0 -flit-core==3.9.0 ; python_version >= '3.6' +flit-core==3.10.0 ; python_version >= '3.6' idna==3.10