Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 5 updat…
Browse files Browse the repository at this point in the history
…es (#2955)

Bumps the development-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.35.10` | `1.35.14` |
| [doc8](https://github.com/pycqa/doc8) | `1.1.1` | `1.1.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.4` |
| [moto](https://github.com/getmoto/moto) | `5.0.13` | `5.0.14` |
| [tox](https://github.com/tox-dev/tox) | `4.18.0` | `4.18.1` |


Updates `boto3-stubs` from 1.35.10 to 1.35.14
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `doc8` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/pycqa/doc8/releases)
- [Commits](PyCQA/doc8@v1.1.1...v1.1.2)

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 `moto` 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 `tox` from 4.18.0 to 4.18.1
- [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.18.0...4.18.1)

---
updated-dependencies:
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: doc8
  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: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

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 98e575c commit 78522fd
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
100 changes: 50 additions & 50 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ msgpack = "*"
poetry = "^1.8.3"

# Lint
boto3-stubs = {version = "^1.35.10", extras = ["athena", "cleanrooms", "chime", "cloudwatch", "dynamodb", "ec2", "emr", "emr-serverless", "glue", "kms", "logs", "neptune", "opensearch", "opensearchserverless", "quicksight", "rds", "rds-data", "redshift", "redshift-data", "s3", "secretsmanager", "ssm", "sts", "timestream-query", "timestream-write"]}
doc8 = "^1.0"
boto3-stubs = {version = "^1.35.14", extras = ["athena", "cleanrooms", "chime", "cloudwatch", "dynamodb", "ec2", "emr", "emr-serverless", "glue", "kms", "logs", "neptune", "opensearch", "opensearchserverless", "quicksight", "rds", "rds-data", "redshift", "redshift-data", "s3", "secretsmanager", "ssm", "sts", "timestream-query", "timestream-write"]}
doc8 = "^1.1"
mypy = "^1.11"
ruff = "^0.6.3"
ruff = "^0.6.4"

# Test
moto = "^5.0"
Expand All @@ -121,7 +121,7 @@ pytest-rerunfailures = "^14.0"
pytest-timeout = "^2.3.1"
pytest-xdist = "^3.6.1"
s3fs = "0.4.2" # Must be pinned to 0.4.2
tox = "^4.18.0"
tox = "^4.18.1"

# Docs
bump-my-version = "^0.26.0"
Expand Down

0 comments on commit 78522fd

Please sign in to comment.