Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group across 1 dir…
Browse files Browse the repository at this point in the history
…ectory with 5 updates (#3047)

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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 87c87c5 commit 41c6164
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 45 deletions.
79 changes: 37 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ msgpack = "*"
poetry = "^1.8.5"

# Lint
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"]}
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"]}
doc8 = "^1.1"
mypy = "^1.13"
ruff = "^0.8.2"
ruff = "^0.8.3"

# Test
moto = "^5.0"
Expand All @@ -124,7 +124,7 @@ s3fs = "0.4.2" # Must be pinned to 0.4.2
tox = "^4.23.2"

# Docs
bump-my-version = "^0.28.1"
bump-my-version = "^0.28.2"
IPython = "^8.10.0"
jupyterlab = "^4.3"
nbsphinx = "^0.9.5"
Expand Down

0 comments on commit 41c6164

Please sign in to comment.