From 77656f74ceeefd4b31ff5913e513043441fef1e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:50:46 +0000 Subject: [PATCH] build: bump orjson from 3.10.4 to 3.10.5 (#125) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.4 to 3.10.5. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.10.4...3.10.5) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... 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 f4f7da1..f7f0db6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mmcif==0.88.0 numpy==1.26.4 -orjson==3.10.4 +orjson==3.10.5 rnapolis==0.3.16