From 99f949d72f6aad6c47f32a0a7253187d346fbef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:24:51 +0000 Subject: [PATCH] build: bump orjson from 3.10.7 to 3.10.9 (#142) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.9. - [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.7...3.10.9) --- 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 ce79de5..1fae9df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mmcif==0.89.0 numpy==1.26.4 -orjson==3.10.7 +orjson==3.10.9 rnapolis==0.3.17