Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the pip group with 5 updates #409

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the pip group with 5 updates:

Package From To
mypy 1.12.1 1.13.0
boto3-stubs-lite[iam,s3,sts] 1.35.45 1.35.49
boto3 1.35.45 1.35.50
botocore 1.35.45 1.35.50
cached-property 1.5.2 2.0.1

Updates mypy from 1.12.1 to 1.13.0

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Mypy 1.13

We’ve just uploaded mypy 1.13 to the Python Package Index (PyPI). Mypy is a static type checker for Python. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Note that unlike typical releases, Mypy 1.13 does not have any changes to type checking semantics from 1.12.1.

Improved performance

Mypy 1.13 contains several performance improvements. Users can expect mypy to be 5-20% faster. In environments with long search paths (such as environments using many editable installs), mypy can be significantly faster, e.g. 2.2x faster in the use case targeted by these improvements.

Mypy 1.13 allows use of the orjson library for handling the cache instead of the stdlib json, for improved performance. You can ensure the presence of orjson using the faster-cache extra:

python3 -m pip install -U mypy[faster-cache]

Mypy may depend on orjson by default in the future.

These improvements were contributed by Shantanu.

List of changes:

  • Significantly speed up file handling error paths (Shantanu, PR 17920)
  • Use fast path in modulefinder more often (Shantanu, PR 17950)
  • Let mypyc optimise os.path.join (Shantanu, PR 17949)
  • Make is_sub_path faster (Shantanu, PR 17962)
  • Speed up stubs suggestions (Shantanu, PR 17965)
  • Use sha1 for hashing (Shantanu, PR 17953)
  • Use orjson instead of json, when available (Shantanu, PR 17955)
  • Add faster-cache extra, test in CI (Shantanu, PR 17978)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • Shantanu Jain
  • Jukka Lehtosalo

Mypy 1.12

We’ve just uploaded mypy 1.12 to the Python Package Index (PyPI). Mypy is a static type

... (truncated)

Commits

Updates boto3-stubs-lite[iam,s3,sts] from 1.35.45 to 1.35.49

Commits

Updates boto3 from 1.35.45 to 1.35.50

Commits
  • ab1c5a9 Merge branch 'release-1.35.50'
  • 743bcbd Bumping version to 1.35.50
  • 9902766 Add changelog entries from botocore
  • 9f80f5a Merge pull request #4319 from boto/dependabot/github_actions/actions/setup-py...
  • 27def47 Merge pull request #4318 from boto/dependabot/github_actions/github/codeql-ac...
  • ad10feb Bump actions/setup-python from 5.2.0 to 5.3.0
  • 5f884ac Bump github/codeql-action from 3.26.0 to 3.27.0
  • d39929b Merge branch 'release-1.35.49'
  • 7610e03 Merge branch 'release-1.35.49' into develop
  • bb191f2 Bumping version to 1.35.49
  • Additional commits viewable in compare view

Updates botocore from 1.35.45 to 1.35.50

Commits
  • d7e0b58 Merge branch 'release-1.35.50'
  • 540eeaa Bumping version to 1.35.50
  • 3bcc8a4 Update endpoints model
  • 1a82143 Update to latest models
  • 51be9a2 Merge pull request #3290 from boto/dependabot/github_actions/actions/setup-py...
  • 733f64e Merge pull request #3289 from boto/dependabot/github_actions/github/codeql-ac...
  • 033346f Bump actions/setup-python from 5.2.0 to 5.3.0
  • 5080a30 Bump github/codeql-action from 3.26.0 to 3.27.0
  • ab80bd8 Merge branch 'release-1.35.49'
  • 8aade76 Merge branch 'release-1.35.49' into develop
  • Additional commits viewable in compare view

Updates cached-property from 1.5.2 to 2.0.1

Release notes

Sourced from cached-property's releases.

2.0.1 - Zippy Zope

What's Changed

New Contributors

Full Changelog: pydanny/cached-property@2.1...1.5.2

Note: This includes release notes from the 2.0 release, which was yanked

2.0 - Powerful Pyramid

What's Changed

New Contributors

Full Changelog: pydanny/cached-property@1.5.2...2.0

Changelog

Sourced from cached-property's changelog.

2.0.1 (2024-10-25)

  • Via python_requires specifies that cached_property is for Python version 3.8 or higher
  • Officiall drop support for Python 2.6

2.0.0 (2024-10-25)

  • Remove support for Python versions < 3.8
  • Add formal support for Python versions up to 3.13
  • Switch to Markdown for docs
  • Migrate from black to ruff
Commits
  • c032196 Merge pull request #357 from pydanny/specify-3.8-or-higher
  • ac78c96 Specify 3.8 or higher
  • 8cf960d Merge pull request #355 from adamchainz/patch-1
  • 579e54b Link to functools.cached_property
  • 2564e5e Bump to 2.0
  • 83e14c3 Convert to ruff for formatting
  • 6037cee Merge pull request #353 from mrbean-bremen/current-python
  • 6e03949 Add official support for current Python versions
  • 409f242 Update README.md
  • 4adb332 Fix README indentation
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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] <support@github.com>
@dependabot dependabot bot added dependency-updates For automated dependency updates python Contribution requires python labels Oct 28, 2024
@gruebel gruebel merged commit 49d114b into master Oct 28, 2024
14 checks passed
@gruebel gruebel deleted the dependabot/pip/pip-2c90f269bd branch October 28, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-updates For automated dependency updates python Contribution requires python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant