From 7ab6f20a08582e0869cde689f920a9394b1c0eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:08:39 +0000 Subject: [PATCH] Update drf-ujson2 requirement from ==1.7.* to ==1.8.* Updates the requirements on [drf-ujson2](https://github.com/Amertz08/drf_ujson2) to permit the latest version. - [Release notes](https://github.com/Amertz08/drf_ujson2/releases) - [Changelog](https://github.com/Amertz08/drf_ujson2/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amertz08/drf_ujson2/compare/v1.7.0.alpha1...v1.8.0) --- updated-dependencies: - dependency-name: drf-ujson2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 044dff0860..b38fb525a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "django-statici18n==2.6.*", "djangorestframework==3.15.*", "dnspython==2.7.*", - "drf_ujson2==1.7.*", + "drf_ujson2==1.8.*", "geoip2==4.*", "importlib_metadata==8.*", # Polyfill, we can probably drop this once we require Python 3.10+ "isoweek",