Skip to content

Commit

Permalink
Bump the regular-updates group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the regular-updates group with 4 updates in the / directory: [aws-cdk-lib](https://github.com/aws/aws-cdk), [cdk8s](https://github.com/cdk8s-team/cdk8s-core), [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) and [mypy](https://github.com/python/mypy).


Updates `aws-cdk-lib` from 2.173.4 to 2.174.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](aws/aws-cdk@v2.173.4...v2.174.0)

Updates `cdk8s` from 2.69.28 to 2.69.31
- [Release notes](https://github.com/cdk8s-team/cdk8s-core/releases)
- [Commits](cdk8s-team/cdk8s-core@v2.69.28...v2.69.31)

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

Updates `mypy` from 1.14.0 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.14.0...v1.14.1)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regular-updates
- dependency-name: cdk8s
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular-updates
- dependency-name: boto3-stubs
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular-updates
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: regular-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent dc7130a commit 8ea5836
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 55 deletions.
108 changes: 57 additions & 51 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ homepage = "https://github.com/citizensadvice/ca-cdk-constructs"
[tool.poetry.dependencies]
# When this range changes, make sure that the versions in .github/workflows/test.yaml matches this
python = ">=3.10, <3.13"
aws-cdk-lib = "~=2.173"
cdk8s = "~2.69.28"
aws-cdk-lib = "~=2.174"
cdk8s = "~2.69.31"
constructs = "~=10.4"
cdk_remote_stack = "~=2.1"
aws-cdk-lambda-layer-kubectl-v30 = "^2.0.1"

[tool.poetry.group.dev.dependencies]
boto3-stubs = {version = "1.35.90", extras = ["rds", "secretsmanager"]}
boto3-stubs = {version = "1.35.92", extras = ["rds", "secretsmanager"]}
pytest = "~=8.3"
syrupy = "~=4.8"
ruff = "^0.8.6"
mypy = "^1.14.0"
mypy = "^1.14.1"

[build-system]
requires = ["poetry-core>=1.0.0", "setuptools>=45", "setuptools_scm[toml]>=6.2"]
Expand Down

0 comments on commit 8ea5836

Please sign in to comment.