From 0553af05db97bdddf13c774392053ad100584dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:28:40 +0000 Subject: [PATCH] chore(deps): bump flit from 3.9.0 to 3.10.1 (#8) Bumps [flit](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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5861170..c8959a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = ["nox==2024.10.9"] "pytest-asyncio>=0.23.8, <0.25", "pytest-randomly>=3.15.0, <4" ] -"dev.release" = ["flit==3.9.0"] +"dev.release" = ["flit==3.10.1"] [tool.flit.module] name = "sqlalchemy"