From 24219f61a95b3df6ee99a9838c50d265e634e5ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:13:03 +0000 Subject: [PATCH] Bump tomli from 2.0.1 to 2.0.2 in /ci/latest Bumps [tomli](https://github.com/hukkin/tomli) from 2.0.1 to 2.0.2. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.1...2.0.2) --- updated-dependencies: - dependency-name: tomli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci/latest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/latest/requirements.txt b/ci/latest/requirements.txt index c3d18d6..b02a34a 100644 --- a/ci/latest/requirements.txt +++ b/ci/latest/requirements.txt @@ -7,7 +7,7 @@ alembic==1.13.3 SQLAlchemy[asyncio]==2.0.35 aiosqlite==0.20.0 hypothesis==6.112.1 -tomli==2.0.1 +tomli==2.0.2 tomli-w==1.0.0 nextline-test-utils==0.1.0 async-asgi-testclient==1.4.11