Skip to content

Commit 8d0c071

Browse files
chore(deps-dev): bump the development-dependencies group with 4 updates (#2932)
Bumps the development-dependencies group with 4 updates: [boto3-stubs](https://github.com/youtype/mypy_boto3_builder), [ruff](https://github.com/astral-sh/ruff), [tox](https://github.com/tox-dev/tox) and [bump-my-version](https://github.com/callowayproject/bump-my-version). Updates `boto3-stubs` from 1.34.153 to 1.34.158 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.5.6 to 0.5.7 - [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.5.6...0.5.7) Updates `tox` from 4.16.0 to 4.17.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.16.0...4.17.1) Updates `bump-my-version` from 0.24.3 to 0.25.2 - [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.24.3...0.25.2) --- 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: tox dependency-type: direct:development update-type: version-update:semver-minor 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 108148c commit 8d0c071

File tree

2 files changed

+41
-41
lines changed

2 files changed

+41
-41
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ msgpack = "*"
106106
poetry = "^1.8.3"
107107

108108
# Lint
109-
boto3-stubs = {version = "^1.34.153", 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"]}
109+
boto3-stubs = {version = "^1.34.158", 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"]}
110110
doc8 = "^1.0"
111111
mypy = "^1.11"
112-
ruff = "^0.5.6"
112+
ruff = "^0.5.7"
113113

114114
# Test
115115
moto = "^5.0"
@@ -121,10 +121,10 @@ pytest-rerunfailures = "^14.0"
121121
pytest-timeout = "^2.3.1"
122122
pytest-xdist = "^3.6.1"
123123
s3fs = "0.4.2" # Must be pinned to 0.4.2
124-
tox = "^4.15.1"
124+
tox = "^4.17.1"
125125

126126
# Docs
127-
bump-my-version = "^0.24.3"
127+
bump-my-version = "^0.25.2"
128128
IPython = "^8.10.0"
129129
jupyterlab = "^4.2"
130130
nbsphinx = "^0.9.4"

0 commit comments

Comments
 (0)