Skip to content

Commit

Permalink
Bump the development-dependencies group across 1 directory with 4 upd…
Browse files Browse the repository at this point in the history
…ates (#723)

Bumps the development-dependencies group with 4 updates in the / directory: [awscli](https://github.com/aws/aws-cli), [boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]](https://github.com/youtype/mypy_boto3_builder), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff).


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

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

Updates `pytest` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.2...8.3.3)

Updates `ruff` from 0.6.4 to 0.6.5
- [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.4...0.6.5)

---
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: pytest
  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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 088b7e3 commit b1d0d48
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
-c requirements.txt

awscli~=1.34.14
awscli~=1.34.19
certifi~=2024.8.30
check-manifest~=0.48
mypy~=1.11
pip-tools~=7.4.1
pydot~=3.0.1
pyroma~=4.0
pytest~=8.3.2
pytest~=8.3.3
pytest-cov~=5.0.0
pytest-mock~=3.14.0
pytest-ordering~=0.6
ruff~=0.6.4
ruff~=0.6.5
twine~=5.1.1
types-PyYAML~=6.0.12
types-requests~=2.31.0.6
types-setuptools~=74.1.0
wheel~=0.44.0
boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]~=1.35.14
boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]~=1.35.19
moto[s3,sts,iam,codebuild,secretsmanager,ssm]~=5.0.14
requests~=2.32.3
werkzeug~=3.0.4
26 changes: 17 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile requirements-dev.in
#
awscli==1.34.14
awscli==1.34.19
# via -r requirements-dev.in
backports-tarfile==1.2.0
# via jaraco-context
boto3==1.35.14
boto3==1.35.19
# via
# -c requirements.txt
# moto
boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]==1.35.14
boto3-stubs[codebuild,iam,s3,secretsmanager,ssm,sts]==1.35.19
# via -r requirements-dev.in
botocore==1.35.14
botocore==1.35.19
# via
# -c requirements.txt
# awscli
Expand Down Expand Up @@ -50,15 +50,17 @@ colorama==0.4.6
coverage[toml]==7.6.0
# via pytest-cov
cryptography==43.0.1
# via moto
# via
# moto
# secretstorage
docutils==0.16
# via
# awscli
# pyroma
# readme-renderer
exceptiongroup==1.2.2
# via pytest
idna==3.8
idna==3.10
# via
# -c requirements.txt
# requests
Expand All @@ -75,6 +77,10 @@ jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# -c requirements.txt
Expand Down Expand Up @@ -159,7 +165,7 @@ pyproject-hooks==1.1.0
# pip-tools
pyroma==4.2
# via -r requirements-dev.in
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements-dev.in
# pytest-cov
Expand Down Expand Up @@ -199,19 +205,21 @@ responses==0.25.3
# via moto
rfc3986==2.0.0
# via twine
rich==13.8.0
rich==13.8.1
# via
# -c requirements.txt
# twine
rsa==4.7.2
# via awscli
ruff==0.6.4
ruff==0.6.5
# via -r requirements-dev.in
s3transfer==0.10.2
# via
# -c requirements.txt
# awscli
# boto3
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# -c requirements.txt
Expand Down

0 comments on commit b1d0d48

Please sign in to comment.