Skip to content

Commit

Permalink
chore(deps-dev): bump the development-dependencies group with 3 updat…
Browse files Browse the repository at this point in the history
…es (#2825)

Bumps the development-dependencies group with 3 updates: [boto3-stubs](https://github.com/youtype/mypy_boto3_builder), [pytest](https://github.com/pytest-dev/pytest) and [bump-my-version](https://github.com/callowayproject/bump-my-version).


Updates `boto3-stubs` from 1.34.103 to 1.34.108
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `pytest` from 8.2.0 to 8.2.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.0...8.2.1)

Updates `bump-my-version` from 0.21.0 to 0.21.1
- [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.21.0...0.21.1)

---
updated-dependencies:
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: pytest
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent f5a305e commit f848b78
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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 @@ -105,7 +105,7 @@ wheel = "^0.43.0"
msgpack = "*"

# Lint
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"]}
boto3-stubs = {version = "^1.34.108", 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.0"
mypy = "^1.10"
ruff = "^0.4.4"
Expand All @@ -114,7 +114,7 @@ ruff = "^0.4.4"
moto = "^5.0"
openpyxl = "^3.0"
pyparsing = "^3.0.7"
pytest = "^8.2.0"
pytest = "^8.2.1"
pytest-cov = "^5.0"
pytest-rerunfailures = "^14.0"
pytest-timeout = "^2.3.1"
Expand All @@ -123,7 +123,7 @@ s3fs = "0.4.2" # Must be pinned to 0.4.2
tox = "^4.15.0"

# Docs
bump-my-version = "^0.21.0"
bump-my-version = "^0.21.1"
IPython = "^8.10.0"
jupyterlab = "^4.2"
nbsphinx = "^0.9.4"
Expand Down

0 comments on commit f848b78

Please sign in to comment.