Skip to content

Commit 488f254

Browse files
chore(deps-dev): bump the development-dependencies group across 1 directory with 5 updates
Bumps the development-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.35.76` | `1.35.82` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.2` | `0.8.3` | | [moto](https://github.com/getmoto/moto) | `5.0.22` | `5.0.23` | | [bump-my-version](https://github.com/callowayproject/bump-my-version) | `0.28.1` | `0.28.2` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.3.2` | `4.3.3` | Updates `boto3-stubs` from 1.35.76 to 1.35.82 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.8.2 to 0.8.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@0.8.2...0.8.3) Updates `moto` from 5.0.22 to 5.0.23 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.22...5.0.23) Updates `bump-my-version` from 0.28.1 to 0.28.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.28.1...0.28.2) Updates `jupyterlab` from 4.3.2 to 4.3.3 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/[email protected]/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/[email protected]...@jupyterlab/[email protected]) --- 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: moto 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-patch dependency-group: development-dependencies - dependency-name: jupyterlab dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87c87c5 commit 488f254

File tree

2 files changed

+40
-45
lines changed

2 files changed

+40
-45
lines changed

poetry.lock

+37-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ msgpack = "*"
106106
poetry = "^1.8.5"
107107

108108
# Lint
109-
boto3-stubs = {version = "^1.35.76", 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.35.82", 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.1"
111111
mypy = "^1.13"
112-
ruff = "^0.8.2"
112+
ruff = "^0.8.3"
113113

114114
# Test
115115
moto = "^5.0"
@@ -124,7 +124,7 @@ s3fs = "0.4.2" # Must be pinned to 0.4.2
124124
tox = "^4.23.2"
125125

126126
# Docs
127-
bump-my-version = "^0.28.1"
127+
bump-my-version = "^0.28.2"
128128
IPython = "^8.10.0"
129129
jupyterlab = "^4.3"
130130
nbsphinx = "^0.9.5"

0 commit comments

Comments
 (0)