From ca4782422886a4fc53df5532f5de8f4914aabe3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:53:46 +0000 Subject: [PATCH] build(deps-dev): Bump flit from 3.10.1 to 3.11.0 Bumps [flit](https://github.com/pypa/flit) from 3.10.1 to 3.11.0. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.10.1...3.11.0) --- updated-dependencies: - dependency-name: flit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f5578706..85795dd5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ # build dependencies -flit==3.10.1 +flit==3.11.0 # test dependencies pytest==8.3.4 responses==0.25.6