Skip to content

Commit

Permalink
Bump the development-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 4 updates: [boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]](https://github.com/youtype/mypy_boto3_builder), [moto[codebuild,iam,s3,secretsmanager,ssm,sts]](https://github.com/getmoto/moto), [pydot](https://github.com/pydot/pydot) and [ruff](https://github.com/astral-sh/ruff).


Updates `boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]` from 1.35.24 to 1.35.29
- [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.15 to 5.0.16
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.15...5.0.16)

Updates `pydot` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/pydot/pydot/blob/main/ChangeLog)
- [Commits](pydot/pydot@v3.0.1...v3.0.2)

Updates `ruff` from 0.6.7 to 0.6.8
- [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.7...0.6.8)

---
updated-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: pydot
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent df87641 commit c72b75f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ certifi~=2024.8.30
check-manifest~=0.48
mypy~=1.11
pip-tools~=7.4.1
pydot~=3.0.1
pydot~=3.0.2
pyroma~=4.0
pytest~=8.3.3
pytest-cov~=5.0.0
pytest-mock~=3.14.0
pytest-ordering~=0.6
ruff~=0.6.7
ruff~=0.6.8
twine~=5.1.1
types-PyYAML~=6.0.12
types-requests~=2.31.0.6
types-setuptools~=75.1.0
wheel~=0.44.0
boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]~=1.35.24
moto[s3,sts,iam,codebuild,secretsmanager,ssm]~=5.0.15
boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]~=1.35.29
moto[s3,sts,iam,codebuild,secretsmanager,ssm]~=5.0.16
requests~=2.32.3
werkzeug~=3.0.4
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ boto3==1.35.24
# via
# -c requirements.txt
# moto
boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]==1.35.24
boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]==1.35.29
# via -r requirements-dev.in
botocore==1.35.24
# via
Expand Down Expand Up @@ -109,7 +109,7 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
moto[codebuild,iam,s3,secretsmanager,ssm,sts]==5.0.15
moto[codebuild,iam,s3,secretsmanager,ssm,sts]==5.0.16
# via -r requirements-dev.in
mypy==1.11.2
# via -r requirements-dev.in
Expand Down Expand Up @@ -149,7 +149,7 @@ pyasn1==0.6.0
# via rsa
pycparser==2.22
# via cffi
pydot==3.0.1
pydot==3.0.2
# via -r requirements-dev.in
pygments==2.18.0
# via
Expand Down Expand Up @@ -211,7 +211,7 @@ rich==13.8.1
# twine
rsa==4.7.2
# via awscli
ruff==0.6.7
ruff==0.6.8
# via -r requirements-dev.in
s3transfer==0.10.2
# via
Expand Down

0 comments on commit c72b75f

Please sign in to comment.