Skip to content

Commit

Permalink
Bump the pip group with 5 updates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent eca5a85 commit 3297d13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ pre-commit==3.5.0 # 3.6+ requires Python 3.9
pytest==8.3.3
coverage==7.6.1
# type check
mypy==1.12.1
boto3-stubs-lite[iam,s3,sts]==1.35.45
mypy==1.13.0
boto3-stubs-lite[iam,s3,sts]==1.35.49
types-PyYAML==6.0.12.20240917
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# AWS
boto3==1.35.45
botocore==1.35.45
boto3==1.35.50
botocore==1.35.50
# Speeds up IAM logic
cached-property==1.5.2
cached-property==2.0.1
# Command line
click==8.1.7
click_option_group==0.5.6
Expand Down

0 comments on commit 3297d13

Please sign in to comment.