From 1f39ee25c8ad80da7950d8d8a0c7da257ecba414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 11:28:05 +0000 Subject: [PATCH] build(deps): bump the pip group across 2 directories with 3 updates Updates the requirements on [requests](https://github.com/psf/requests), [tqdm](https://github.com/tqdm/tqdm) and [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. Updates `requests` to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.4) Updates `tqdm` to 4.67.1 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.67.1) Updates `pillow` to 11.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.2.0...11.3.0) Updates `requests` to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.4) Updates `tqdm` to 4.67.1 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.67.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-version: 4.67.1 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 11.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-version: 4.67.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- lambda/organization_integration/requirements.txt | 4 ++-- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lambda/organization_integration/requirements.txt b/lambda/organization_integration/requirements.txt index 51191ad..b69b562 100644 --- a/lambda/organization_integration/requirements.txt +++ b/lambda/organization_integration/requirements.txt @@ -1,5 +1,5 @@ boto3~=1.34.109 botocore~=1.34.109 -requests~=2.31.0 -tqdm~=4.64.1 +requests~=2.32.4 +tqdm~=4.67.1 termcolor~=1.1.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 4fadd8f..7a4be11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ boto3~=1.34.109 botocore~=1.34.109 -requests~=2.31.0 -tqdm~=4.64.1 +requests~=2.32.4 +tqdm~=4.67.1 termcolor~=1.1.0 reportlab~=3.6.8 openpyxl~=3.1.2 uvicorn~=0.23.2 -Pillow~=10.2.0 +Pillow~=11.3.0 Jinja2~=3.1.2 pandas~=2.1.0 \ No newline at end of file