From 7d5af654e77a4e088c9c08f56ca5cca325d6b997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:49:48 -0700 Subject: [PATCH] Update xxtea requirement from ==3.2.* to ==3.3.* in /app (#1322) Updates the requirements on [xxtea](https://github.com/ifduyue/xxtea) to permit the latest version. - [Release notes](https://github.com/ifduyue/xxtea/releases) - [Changelog](https://github.com/ifduyue/xxtea/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ifduyue/xxtea/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: xxtea dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index f1d18de3..8e8b9ce8 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -5,4 +5,4 @@ pydantic==2.8.* python-dotenv==1.0.* requests==2.32.* PyYAML==6.0.* -xxtea==3.2.* +xxtea==3.3.*