From 6417c09bce6e61b7d8d404753cf92200b162bec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 15:22:52 +0000 Subject: [PATCH] build(deps): update orjson requirement from ==3.11.* to ==3.12.* Updates the requirements on [orjson](https://github.com/ijl/orjson) to permit the latest version. - [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.11.0...3.12.0) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 143b646..d03c249 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ nextcord[speed, voice] == 3.2.* -orjson == 3.11.* +orjson == 3.12.* aiohttp == 3.14.* GitPython == 3.1.44 \ No newline at end of file