Skip to content

Commit 49d114b

Browse files
dependabot[bot]gruebel
authored andcommitted
Bump the pip group with 5 updates
Bumps the pip group with 5 updates: | Package | From | To | | --- | --- | --- | | [mypy](https://github.com/python/mypy) | `1.12.1` | `1.13.0` | | [boto3-stubs-lite[iam,s3,sts]](https://github.com/youtype/mypy_boto3_builder) | `1.35.45` | `1.35.49` | | [boto3](https://github.com/boto/boto3) | `1.35.45` | `1.35.50` | | [botocore](https://github.com/boto/botocore) | `1.35.45` | `1.35.50` | | [cached-property](https://github.com/pydanny/cached-property) | `1.5.2` | `2.0.1` | Updates `mypy` from 1.12.1 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.12.1...v1.13.0) Updates `boto3-stubs-lite[iam,s3,sts]` from 1.35.45 to 1.35.49 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `boto3` from 1.35.45 to 1.35.50 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.45...1.35.50) Updates `botocore` from 1.35.45 to 1.35.50 - [Commits](boto/botocore@1.35.45...1.35.50) Updates `cached-property` from 1.5.2 to 2.0.1 - [Release notes](https://github.com/pydanny/cached-property/releases) - [Changelog](https://github.com/pydanny/cached-property/blob/main/HISTORY.md) - [Commits](pydanny/cached-property@1.5.2...2.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: boto3-stubs-lite[iam,s3,sts] dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: cached-property dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eca5a85 commit 49d114b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ pre-commit==3.5.0 # 3.6+ requires Python 3.9
44
pytest==8.3.3
55
coverage==7.6.1
66
# type check
7-
mypy==1.12.1
8-
boto3-stubs-lite[iam,s3,sts]==1.35.45
7+
mypy==1.13.0
8+
boto3-stubs-lite[iam,s3,sts]==1.35.49
99
types-PyYAML==6.0.12.20240917

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# AWS
2-
boto3==1.35.45
3-
botocore==1.35.45
2+
boto3==1.35.50
3+
botocore==1.35.50
44
# Speeds up IAM logic
5-
cached-property==1.5.2
5+
cached-property==2.0.1
66
# Command line
77
click==8.1.7
88
click_option_group==0.5.6

0 commit comments

Comments
 (0)