From 26a9e8c7fac246907226f9a25f5a44d95cdd58c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 18:49:07 +0000 Subject: [PATCH] chore(deps): bump the dependencies group with 8 updates Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [opensearch-py](https://github.com/opensearch-project/opensearch-py) | `2.7.1` | `3.1.0` | | [boto3](https://github.com/boto/boto3) | `1.37.1` | `1.42.84` | | [requests-aws4auth](https://github.com/tedder/requests-aws4auth) | `1.3` | `1.3.1` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [streamlit](https://github.com/streamlit/streamlit) | `1.41.1` | `1.56.0` | | [aws-cdk-lib](https://github.com/aws/aws-cdk) | `2.186.0` | `2.248.0` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.3` | `4.14.3` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.0` | `1.2.2` | Updates `opensearch-py` from 2.7.1 to 3.1.0 - [Release notes](https://github.com/opensearch-project/opensearch-py/releases) - [Changelog](https://github.com/opensearch-project/opensearch-py/blob/main/CHANGELOG.md) - [Commits](https://github.com/opensearch-project/opensearch-py/compare/v2.7.1...v3.1.0) Updates `boto3` from 1.37.1 to 1.42.84 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.37.1...1.42.84) Updates `requests-aws4auth` from 1.3 to 1.3.1 - [Release notes](https://github.com/tedder/requests-aws4auth/releases) - [Changelog](https://github.com/tedder/requests-aws4auth/blob/main/HISTORY.md) - [Commits](https://github.com/tedder/requests-aws4auth/compare/v1.3.0...v1.3.1) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) Updates `streamlit` from 1.41.1 to 1.56.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.41.1...1.56.0) Updates `aws-cdk-lib` from 2.186.0 to 2.248.0 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/compare/v2.186.0...v2.248.0) Updates `beautifulsoup4` from 4.12.3 to 4.14.3 Updates `python-dotenv` from 1.0.0 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) --- updated-dependencies: - dependency-name: opensearch-py dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.42.84 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: requests-aws4auth dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: streamlit dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: aws-cdk-lib dependency-version: 2.248.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3670a91..eb42b39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ -opensearch-py==2.7.1 -boto3==1.37.1 -requests-aws4auth==1.3 -pyyaml==6.0.2 +opensearch-py==3.1.0 +boto3==1.42.84 +requests-aws4auth==1.3.1 +pyyaml==6.0.3 requests==2.32.3 -streamlit==1.41.1 -aws-cdk-lib==2.186.0 +streamlit==1.56.0 +aws-cdk-lib==2.248.0 constructs>=10.0.0,<11.0.0 -beautifulsoup4==4.12.3 -python-dotenv==1.0.0 +beautifulsoup4==4.14.3 +python-dotenv==1.2.2 pandas>=2.0.0 pyarrow>=14.0.0 google-api-python-client