Skip to content

Commit 6c4d3cf

Browse files
⬆️ [bump][backend] Update simplejson requirement in /backend
Updates the requirements on [simplejson](https://github.com/simplejson/simplejson) to permit the latest version. - [Release notes](https://github.com/simplejson/simplejson/releases) - [Changelog](https://github.com/simplejson/simplejson/blob/main/CHANGES.txt) - [Commits](simplejson/simplejson@v3.17.6...v4.1.1) --- updated-dependencies: - dependency-name: simplejson dependency-version: 4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf10d12 commit 6c4d3cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"python-multipart>=0.0.32",
1717
"loguru>=0.7.3",
1818
"tzdata>=2026.2",
19-
"simplejson (>=3.17.6,<4.0.0)",
19+
"simplejson (>=3.17.6,<5.0.0)",
2020
"pydantic-settings (>=2.7.1,<3.0.0)",
2121
"pydantic-extra-types (>=2.10.2,<3.0.0)",
2222
"psycopg[binary]>=3.3.4",

0 commit comments

Comments
 (0)