Skip to content

Commit

Permalink
Bump the all-dependencies group across 3 directories with 4 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [cfn-lint](https://github.com/aws-cloudformation/cfn-lint), [setuptools](https://github.com/pypa/setuptools), [boto3](https://github.com/boto/boto3) and [tox](https://github.com/tox-dev/tox) to permit the latest version.

Updates `cfn-lint` to 1.5.0
- [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](aws-cloudformation/cfn-lint@v1.4.0...v1.5.0)

Updates `setuptools` to 70.2.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.1.0...v70.2.0)

Updates `boto3` from 1.34.136 to 1.34.140
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.136...1.34.140)

Updates `tox` to 4.16.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.15.0...4.16.0)

Updates `boto3` from 1.34.136 to 1.34.140
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.136...1.34.140)

Updates `setuptools` to 70.2.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.1.0...v70.2.0)

Updates `boto3` from 1.34.136 to 1.34.140
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.136...1.34.140)

Updates `tox` to 4.16.0
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.15.0...4.16.0)

---
updated-dependencies:
- dependency-name: cfn-lint
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: setuptools
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tox
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: setuptools
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tox
  dependency-type: direct:production
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent 75d30bf commit 35c3efa
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Bedrock/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.34.136
boto3==1.34.140
langchain==0.2.6
langchain-community==0.2.6
streamlit==1.36.0
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~=70.1
tox~=4.15
setuptools~=70.2
tox~=4.16
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.2
pytest-cov~=5.0
pytest-gitignore~=1.3
pytest-mock~=3.14
setuptools~=70.1
setuptools~=70.2
wheel~=0.43
-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.136",
"boto3==1.34.140",
"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.4
cfn-lint~=1.5

0 comments on commit 35c3efa

Please sign in to comment.