From 18e2d407118de1f2e20723441411b7e4e164b8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:08:28 +0000 Subject: [PATCH] chore(deps): bump ujson from 5.4.0 to 5.10.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.4.0 to 5.10.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.4.0...5.10.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6645a78a1..b879c99e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "regex==2022.10.31", "pandas==2.2.1", "vadersentiment==3.3.2", - "ujson==5.4.0", + "ujson==5.10.0", "textdistance==4.5.0", "sqlalchemy-mixins==2.0.5", "sqlalchemy==2.0.27",