From d7c5586565b8f21b39965e69ad764d7b99924535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 03:16:19 +0000 Subject: [PATCH] Bump transcrypto from 2.3.2 to 2.3.3 Bumps [transcrypto](https://github.com/balparda/transcrypto) from 2.3.2 to 2.3.3. - [Changelog](https://github.com/balparda/transcrypto/blob/main/CHANGELOG.md) - [Commits](https://github.com/balparda/transcrypto/commits/2.3.3) --- updated-dependencies: - dependency-name: transcrypto dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 85d337d..d1c0a51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ pycparser==3.0 ; python_version >= "3.12" and python_version < "4.0" and platfor pygments==2.19.2 ; python_version >= "3.12" and python_version < "4.0" rich==14.3.3 ; python_version >= "3.12" and python_version < "4.0" shellingham==1.5.4 ; python_version >= "3.12" and python_version < "4.0" -transcrypto==2.3.2 ; python_version >= "3.12" and python_version < "4.0" +transcrypto==2.3.3 ; python_version >= "3.12" and python_version < "4.0" typer==0.24.0 ; python_version >= "3.12" and python_version < "4.0" zstandard==0.25.0 ; python_version >= "3.12" and python_version < "4.0"