Skip to content

Commit

Permalink
Merge pull request #673 from kyhau/dependabot/pip/all-dependencies-f0…
Browse files Browse the repository at this point in the history
…f48e3050

Bump the all-dependencies group across 9 directories with 6 updates
  • Loading branch information
github-actions[bot] authored Aug 19, 2024
2 parents aae9ae7 + 110959d commit 25520bb
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Bedrock/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.34.158
langchain==0.2.12
langchain-community==0.2.11
boto3==1.35.0
langchain==0.2.14
langchain-community==0.2.12
streamlit==1.37.1
2 changes: 1 addition & 1 deletion CloudFormation/manage-stack-set/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3~=1.34
boto3~=1.35
click~=8.1
2 changes: 1 addition & 1 deletion Organizations/manage-scps/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3~=1.34
boto3~=1.35
click~=8.1
flake8~=7.1
2 changes: 1 addition & 1 deletion SecurityHub/standards-controls-helper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3~=1.34
boto3~=1.35
click~=8.1
flake8~=7.1
4 changes: 2 additions & 2 deletions _common/requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is used for running tox, flake8 and building the wheel
logilab-common~=2.0
pypandoc==1.13
setuptools~=72.1
tox~=4.17
setuptools~=72.2
tox~=4.18
2 changes: 1 addition & 1 deletion _common/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ pytest~=8.3
pytest-cov~=5.0
pytest-gitignore~=1.3
pytest-mock~=3.14
setuptools~=72.1
setuptools~=72.2
wheel~=0.44
-e.
2 changes: 1 addition & 1 deletion _common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__uri__ = "https://github.com/kyhau/aws-tools/"

__requirements__ = [
"boto3==1.34.158",
"boto3==1.35.0",
"click==8.1.7",
"docker==7.1.0",
"InquirerPy==0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cfn-lint~=1.9
cfn-lint~=1.10
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
################################################################################
# AWS related packages

boto3~=1.34
boto3~=1.35
#amazon.ion # https://github.com/amzn/ion-python
#aws-embedded-metrics # https://github.com/awslabs/aws-embedded-metrics-python
#aws-encryption-sdk # https://github.com/aws/aws-encryption-sdk-python
Expand Down

0 comments on commit 25520bb

Please sign in to comment.