From 6be68f353a2b32ef15c98cd7f739b5a4f73a1421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:32:18 +0000 Subject: [PATCH] chore(deps-dev): bump flit-core from 3.9.0 to 3.10.1 in /it/python 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: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 51f5730aed..8f3e9e2d56 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.1 ; python_version >= '3.6' idna==3.10