Skip to content

Commit 446fa62

Browse files
chore(deps-dev): bump the development-dependencies group with 5 updates (#2816)
Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.34.98` | `1.34.103` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.3` | `0.4.4` | | [moto](https://github.com/getmoto/moto) | `5.0.6` | `5.0.7` | | [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.1.8` | `4.2.0` | | [nbsphinx](https://github.com/spatialaudio/nbsphinx) | `0.9.3` | `0.9.4` | Updates `boto3-stubs` from 1.34.98 to 1.34.103 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.4.3 to 0.4.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@v0.4.3...v0.4.4) Updates `moto` from 5.0.6 to 5.0.7 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.6...5.0.7) Updates `jupyterlab` from 4.1.8 to 4.2.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]) Updates `nbsphinx` from 0.9.3 to 0.9.4 - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](spatialaudio/nbsphinx@0.9.3...0.9.4) --- 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: jupyterlab dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: nbsphinx dependency-type: direct:development update-type: version-update:semver-patch 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 da125b9 commit 446fa62

File tree

2 files changed

+52
-53
lines changed

2 files changed

+52
-53
lines changed

poetry.lock

Lines changed: 48 additions & 49 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.43.0"
105105
msgpack = "*"
106106

107107
# Lint
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"]}
108+
boto3-stubs = {version = "^1.34.103", 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.3"
111+
ruff = "^0.4.4"
112112

113113
# Test
114114
moto = "^5.0"
@@ -125,8 +125,8 @@ tox = "^4.15.0"
125125
# Docs
126126
bump-my-version = "^0.21.0"
127127
IPython = "^8.10.0"
128-
jupyterlab = "^4.1"
129-
nbsphinx = "^0.9.3"
128+
jupyterlab = "^4.2"
129+
nbsphinx = "^0.9.4"
130130
nbsphinx-link = "^1.3.0"
131131
sphinx = "^7.1"
132132
sphinx-bootstrap-theme = "^0.8"

0 commit comments

Comments
 (0)