From ab427e078bd41ea204c3af037bab7298830c2704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:10:37 +0800 Subject: [PATCH] build(deps): Bump aerich from 0.7.2 to 0.8.0 (#594) Bumps [aerich](https://github.com/tortoise/aerich) from 0.7.2 to 0.8.0. - [Release notes](https://github.com/tortoise/aerich/releases) - [Changelog](https://github.com/tortoise/aerich/blob/dev/CHANGELOG.md) - [Commits](https://github.com/tortoise/aerich/compare/v0.7.2...v0.8.0) --- updated-dependencies: - dependency-name: aerich 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> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eee17a0bc5..b643f42d50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ matplotlib==3.9.3 # db asyncpg==0.30.0 tortoise-orm[accel]==0.22.2 -aerich==0.7.2 +aerich==0.8.0 # network aiohttp[speedups]==3.10.10