From 5886227eab042a7aeca81321e11347d8f9776801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:10:54 +0000 Subject: [PATCH] Bump dataclasses-json from 0.5.6 to 0.6.7 Bumps [dataclasses-json](https://github.com/lidatong/dataclasses-json) from 0.5.6 to 0.6.7. - [Release notes](https://github.com/lidatong/dataclasses-json/releases) - [Commits](https://github.com/lidatong/dataclasses-json/compare/v0.5.6...v0.6.7) --- updated-dependencies: - dependency-name: dataclasses-json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b0dadb8..0f34d3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ geopy==2.2.0 pyyaml==6.0.2 -dataclasses_json==0.5.6 +dataclasses_json==0.6.7 future-fstrings>=1.2.0 requests>=2.22.0 diff --git a/setup.py b/setup.py index b946a42..55fcb60 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,6 @@ def read(fname): install_requires=[ "geopy==2.2.0", "pyyaml==6.0.2", - "dataclasses_json==0.5.6", + "dataclasses_json==0.6.7", ], )