Skip to content

Commit e89f4e3

Browse files
chore(deps-dev): bump the development-dependencies group with 3 updates (#2804)
Bumps the development-dependencies group with 3 updates: [boto3-stubs](https://github.com/youtype/mypy_boto3_builder), [ruff](https://github.com/astral-sh/ruff) and [bump-my-version](https://github.com/callowayproject/bump-my-version). Updates `boto3-stubs` from 1.34.93 to 1.34.98 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.4.2 to 0.4.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.2...v0.4.3) Updates `bump-my-version` from 0.20.3 to 0.21.0 - [Release notes](https://github.com/callowayproject/bump-my-version/releases) - [Changelog](https://github.com/callowayproject/bump-my-version/blob/master/CHANGELOG.md) - [Commits](callowayproject/bump-my-version@0.20.3...0.21.0) --- updated-dependencies: - dependency-name: boto3-stubs 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: bump-my-version dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 223618f commit e89f4e3

File tree

2 files changed

+57
-31
lines changed

2 files changed

+57
-31
lines changed

poetry.lock

Lines changed: 54 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ wheel = "^0.43.0"
105105
msgpack = "*"
106106

107107
# Lint
108-
boto3-stubs = {version = "^1.34.93", 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"]}
108+
boto3-stubs = {version = "^1.34.98", 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"]}
109109
doc8 = "^1.0"
110110
mypy = "^1.10"
111-
ruff = "^0.4.2"
111+
ruff = "^0.4.3"
112112

113113
# Test
114114
moto = "^5.0"
@@ -123,7 +123,7 @@ s3fs = "0.4.2" # Must be pinned to 0.4.2
123123
tox = "^4.15.0"
124124

125125
# Docs
126-
bump-my-version = "^0.20.3"
126+
bump-my-version = "^0.21.0"
127127
IPython = "^8.10.0"
128128
jupyterlab = "^4.1"
129129
nbsphinx = "^0.9.3"

0 commit comments

Comments
 (0)