Skip to content

Commit 36906a7

Browse files
chore(deps-dev): bump the development-dependencies group with 5 updates (#2671)
Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.29` | `1.34.39` | | [ruff](https://github.com/astral-sh/ruff) | `0.2.0` | `0.2.1` | | [moto](https://github.com/getmoto/moto) | `5.0.0` | `5.0.1` | | [bump-my-version](https://github.com/callowayproject/bump-my-version) | `0.17.2` | `0.17.4` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.0.11` | `4.1.0` | Updates `boto3-stubs` from 1.34.29 to 1.34.39 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.2.0 to 0.2.1 - [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.2.0...v0.2.1) Updates `moto` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.0...5.0.1) Updates `bump-my-version` from 0.17.2 to 0.17.4 - [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.17.2...0.17.4) Updates `jupyterlab` from 4.0.11 to 4.1.0 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/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-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 e660825 commit 36906a7

File tree

2 files changed

+107
-50
lines changed

2 files changed

+107
-50
lines changed

poetry.lock

Lines changed: 103 additions & 46 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
@@ -105,10 +105,10 @@ wheel = "^0.42.0"
105105
msgpack = "*"
106106

107107
# Lint
108-
boto3-stubs = {version = "^1.34.29", extras = ["athena", "cleanrooms", "chime", "cloudwatch", "dynamodb", "ec2", "emr", "emr-serverless", "glue", "kms", "lakeformation", "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.39", extras = ["athena", "cleanrooms", "chime", "cloudwatch", "dynamodb", "ec2", "emr", "emr-serverless", "glue", "kms", "lakeformation", "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.8"
111-
ruff = "^0.2.0"
111+
ruff = "^0.2.1"
112112

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

125125
# Docs
126-
bump-my-version = "^0.17.2"
126+
bump-my-version = "^0.17.4"
127127
IPython = "^8.10.0"
128-
jupyterlab = "^4.0"
128+
jupyterlab = "^4.1"
129129
nbsphinx = "^0.9.3"
130130
nbsphinx-link = "^1.3.0"
131131
sphinx = "^7.1"

0 commit comments

Comments
 (0)