From 02d62352687997002b3cde8a073271b2f6a8394d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 19:18:18 -0600 Subject: [PATCH] chore(deps): bump ujson from 4.2.0 to 5.10.0 (#557) Bumps [ujson](https://github.com/ultrajson/ultrajson) from 4.2.0 to 5.10.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/4.2.0...5.10.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e16d7f7..08759db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ starlette==0.17.1; python_version >= "3.6" and python_full_version >= "3.6.2" an toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.3.0" typer==0.15.1; python_version >= "3.6" typing-extensions==4.12.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7" and python_version < "4.0" -ujson==4.2.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0" +ujson==5.10.0; python_full_version >= "3.6.2" and python_version >= "3.6" and python_full_version < "4.0.0" urllib3==2.3.0; python_full_version >= "3.6.1" and python_version < "4" uvicorn==0.15.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" uvloop==0.21.0