Skip to content

Commit

Permalink
Bump the development-dependencies group with 5 updates (#716)
Browse files Browse the repository at this point in the history
* Bump the development-dependencies group with 5 updates

Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [awscli](https://github.com/aws/aws-cli) | `1.34.10` | `1.34.14` |
| [boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]](https://github.com/youtype/mypy_boto3_builder) | `1.35.2` | `1.35.14` |
| [moto[codebuild,iam,s3,secretsmanager,ssm,sts]](https://github.com/getmoto/moto) | `5.0.13` | `5.0.14` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.4` |
| [types-setuptools](https://github.com/python/typeshed) | `74.0.0.20240831` | `74.1.0.20240907` |


Updates `awscli` from 1.34.10 to 1.34.14
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.34.10...1.34.14)

Updates `boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]` from 1.35.2 to 1.35.14
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `moto[codebuild,iam,s3,secretsmanager,ssm,sts]` from 5.0.13 to 5.0.14
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.13...5.0.14)

Updates `ruff` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.3...0.6.4)

Updates `types-setuptools` from 74.0.0.20240831 to 74.1.0.20240907
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: awscli
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: moto[codebuild,iam,s3,secretsmanager,ssm,sts]
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 0673091 commit c1b4557
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
awscli~=1.34.10
awscli~=1.34.14
certifi~=2024.8.30
check-manifest~=0.48
mypy~=1.11
Expand All @@ -9,13 +9,13 @@ pytest~=8.3.2
pytest-cov~=5.0.0
pytest-mock~=3.14.0
pytest-ordering~=0.6
ruff~=0.6.3
ruff~=0.6.4
twine~=5.1.1
types-PyYAML~=6.0.12
types-requests~=2.31.0.6
types-setuptools~=74.0.0
types-setuptools~=74.1.0
wheel~=0.44.0
boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]~=1.35.2
moto[s3,sts,iam,codebuild,secretsmanager,ssm]~=5.0.13
boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]~=1.35.14
moto[s3,sts,iam,codebuild,secretsmanager,ssm]~=5.0.14
requests~=2.32.3
werkzeug~=3.0.4
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile --constraint=requirements.txt --output-file=requirements-dev.txt requirements-dev.in
#
awscli==1.34.10
awscli==1.34.14
# via -r requirements-dev.in
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.35.10
boto3==1.35.14
# via
# -c requirements.txt
# moto
boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]==1.35.2
boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]==1.35.14
# via -r requirements-dev.in
botocore==1.35.10
botocore==1.35.14
# via
# -c requirements.txt
# awscli
Expand Down Expand Up @@ -103,7 +103,7 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
moto[codebuild,iam,s3,secretsmanager,ssm,sts]==5.0.13
moto[codebuild,iam,s3,secretsmanager,ssm,sts]==5.0.14
# via -r requirements-dev.in
mypy==1.11.2
# via -r requirements-dev.in
Expand Down Expand Up @@ -137,7 +137,7 @@ pkginfo==1.10.0
# via twine
pluggy==1.5.0
# via pytest
py-partiql-parser==0.5.5
py-partiql-parser==0.5.6
# via moto
pyasn1==0.6.0
# via rsa
Expand Down Expand Up @@ -205,7 +205,7 @@ rich==13.8.0
# twine
rsa==4.7.2
# via awscli
ruff==0.6.3
ruff==0.6.4
# via -r requirements-dev.in
s3transfer==0.10.2
# via
Expand Down Expand Up @@ -236,7 +236,7 @@ types-requests==2.31.0.6
# via -r requirements-dev.in
types-s3transfer==0.10.1
# via boto3-stubs
types-setuptools==74.0.0.20240831
types-setuptools==74.1.0.20240907
# via -r requirements-dev.in
types-urllib3==1.26.25.14
# via types-requests
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ aws-codeseeder==1.1.0
# via seed-farmer (setup.py)
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.10
boto3==1.35.14
# via aws-codeseeder
botocore==1.35.10
botocore==1.35.14
# via
# boto3
# s3transfer
Expand Down

0 comments on commit c1b4557

Please sign in to comment.