From 3e790c5164c68fc7e26c38995db5c5179f7d31c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 19:24:23 -0600 Subject: [PATCH] chore(deps): bump orjson from 3.10.14 to 3.10.15 (#567) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.14 to 3.10.15. - [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.14...3.10.15) --- 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 6994730..b853ba8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ jinja2==3.1.5; python_full_version >= "3.6.2" and python_version >= "3.6" and py markupsafe==3.0.2; python_full_version >= "3.6.1" and python_version >= "3.6" motor==3.6.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.5.2" multidict==6.1.0; python_version >= "3.7" and python_version < "4.0" -orjson==3.10.14; python_full_version >= "3.6.2" and python_version >= "3.7" and python_full_version < "4.0.0" +orjson==3.10.15; python_full_version >= "3.6.2" and python_version >= "3.7" and python_full_version < "4.0.0" passlib==1.7.4 psutil==5.8.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" pyasn1==0.6.1; python_version >= "3.5" and python_version < "4"