From 32bdd3889daef1c135f1003e85e2d795bc5b277d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:17:59 +0000 Subject: [PATCH] chore(deps): update orjsonl requirement in /loculus-silo Updates the requirements on [orjsonl](https://github.com/umarbutler/orjsonl) to permit the latest version. - [Release notes](https://github.com/umarbutler/orjsonl/releases) - [Changelog](https://github.com/umarbutler/orjsonl/blob/main/CHANGELOG.md) - [Commits](https://github.com/umarbutler/orjsonl/compare/v0.3.0...v1.0.0) --- updated-dependencies: - dependency-name: orjsonl dependency-version: 1.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- loculus-silo/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loculus-silo/pyproject.toml b/loculus-silo/pyproject.toml index a83aba8c51..9d2e9ceeff 100644 --- a/loculus-silo/pyproject.toml +++ b/loculus-silo/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.11" dependencies = [ "zstandard>=0.22,<0.26", "requests>=2.31,<3.0", - "orjsonl>=0.3,<1.0", + "orjsonl>=0.3,<2.0", ] [project.scripts]