From c02852093a6fe57d871ba8903476fd5f496f581d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 15:10:06 -0400 Subject: [PATCH] Bump flit from 3.7.1 to 3.9.0 (#96) Bumps [flit](https://github.com/pypa/flit) from 3.7.1 to 3.9.0. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.7.1...3.9.0) --- updated-dependencies: - dependency-name: flit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2329e9e..acf0ab0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ attribution==1.7.1 black==22.8.0 coverage==7.5.1 -flit==3.7.1 +flit==3.9.0 flake8==5.0.4 mypy==1.10.0 sphinx==7.3.7; python_version >= "3.9"