From 206c76e209fbefdf68b1dc6c0a5866c404ff4fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 12:22:18 +0000 Subject: [PATCH] chore(deps): bump aiofiles from 23.2.1 to 25.1.0 in /oracle_service Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 23.2.1 to 25.1.0. - [Release notes](https://github.com/Tinche/aiofiles/releases) - [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md) - [Commits](https://github.com/Tinche/aiofiles/compare/v23.2.1...v25.1.0) --- updated-dependencies: - dependency-name: aiofiles dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- oracle_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oracle_service/requirements.txt b/oracle_service/requirements.txt index 2b449fb2a..113d926be 100644 --- a/oracle_service/requirements.txt +++ b/oracle_service/requirements.txt @@ -10,6 +10,6 @@ python-dotenv==1.2.2 numpy==1.24.3 pandas==2.0.3 scipy==1.17.1 -aiofiles==23.2.1 +aiofiles==25.1.0 jinja2>=3.1.6 python-multipart>=0.0.20