From d293c800a3161a88b8d55f8ef79823995b253a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 07:43:26 +0000 Subject: [PATCH] Update dataclasses-json requirement from >=0.6 to >=0.6.7 Updates the requirements on [dataclasses-json](https://github.com/lidatong/dataclasses-json) to permit the latest version. - [Release notes](https://github.com/lidatong/dataclasses-json/releases) - [Commits](https://github.com/lidatong/dataclasses-json/compare/v0.6.0...v0.6.7) --- updated-dependencies: - dependency-name: dataclasses-json dependency-version: 0.6.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 563eb17..6296917 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp>=3.11 -dataclasses-json>=0.6 +dataclasses-json>=0.6.7 geopy==2.4.1 python-graphql-client>=0.4 requests>=2