Closed renovate[bot] closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
cde42f4
) 51.51% compared to head (748670b
) 51.51%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
2.2.5
->2.3.2
23.3.0
->23.7.0
1.28.25
->1.28.30
7.2.7
->7.3.0
5.11.5
->5.12.0
1.4.1
->1.5.1
3.16.2
->3.16.3
4.8.0
->4.9.0
Release Notes
psf/black (black)
### [`v23.7.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2370) [Compare Source](https://togithub.com/psf/black/compare/23.3.0...23.7.0) ##### Highlights - Runtime support for Python 3.7 has been removed. Formatting 3.7 code will still be supported until further notice ([#3765](https://togithub.com/psf/black/issues/3765)) ##### Stable style - Fix a bug where an illegal trailing comma was added to return type annotations using PEP 604 unions ([#3735](https://togithub.com/psf/black/issues/3735)) - Fix several bugs and crashes where comments in stub files were removed or mishandled under some circumstances ([#3745](https://togithub.com/psf/black/issues/3745)) - Fix a crash with multi-line magic comments like `type: ignore` within parentheses ([#3740](https://togithub.com/psf/black/issues/3740)) - Fix error in AST validation when *Black* removes trailing whitespace in a type comment ([#3773](https://togithub.com/psf/black/issues/3773)) ##### Preview style - Implicitly concatenated strings used as function args are no longer wrapped inside parentheses ([#3640](https://togithub.com/psf/black/issues/3640)) - Remove blank lines between a class definition and its docstring ([#3692](https://togithub.com/psf/black/issues/3692)) ##### Configuration - The `--workers` argument to *Black* can now be specified via the `BLACK_NUM_WORKERS` environment variable ([#3743](https://togithub.com/psf/black/issues/3743)) - `.pytest_cache`, `.ruff_cache` and `.vscode` are now excluded by default ([#3691](https://togithub.com/psf/black/issues/3691)) - Fix *Black* not honouring `pyproject.toml` settings when running `--stdin-filename` and the `pyproject.toml` found isn't in the current working directory ([#3719](https://togithub.com/psf/black/issues/3719)) - *Black* will now error if `exclude` and `extend-exclude` have invalid data types in `pyproject.toml`, instead of silently doing the wrong thing ([#3764](https://togithub.com/psf/black/issues/3764)) ##### Packaging - Upgrade mypyc from 0.991 to 1.3 ([#3697](https://togithub.com/psf/black/issues/3697)) - Remove patching of Click that mitigated errors on Python 3.6 with `LANG=C` ([#3768](https://togithub.com/psf/black/issues/3768)) ##### Parser - Add support for the new PEP 695 syntax in Python 3.12 ([#3703](https://togithub.com/psf/black/issues/3703)) ##### Performance - Speed up *Black* significantly when the cache is full ([#3751](https://togithub.com/psf/black/issues/3751)) - Avoid importing `IPython` in a case where we wouldn't need it ([#3748](https://togithub.com/psf/black/issues/3748)) ##### Output - Use aware UTC datetimes internally, avoids deprecation warning on Python 3.12 ([#3728](https://togithub.com/psf/black/issues/3728)) - Change verbose logging to exactly mirror *Black*'s logic for source discovery ([#3749](https://togithub.com/psf/black/issues/3749)) ##### *Blackd* - The `blackd` argument parser now shows the default values for options in their help text ([#3712](https://togithub.com/psf/black/issues/3712)) ##### Integrations - Black is now tested with [`PYTHONWARNDEFAULTENCODING = 1`](https://docs.python.org/3/library/io.html#io-encoding-warning) ([#3763](https://togithub.com/psf/black/issues/3763)) - Update GitHub Action to display black output in the job summary ([#3688](https://togithub.com/psf/black/issues/3688)) ##### Documentation - Add a CITATION.cff file to the root of the repository, containing metadata on how to cite this software ([#3723](https://togithub.com/psf/black/issues/3723)) - Update the *classes* and *exceptions* documentation in Developer reference to match the latest code base ([#3755](https://togithub.com/psf/black/issues/3755))boto/boto3 (boto3)
### [`v1.28.30`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12830) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.29...1.28.30) \======= - api-change:`codecommit`: \[`botocore`] Add new ListFileCommitHistory operation to retrieve commits which introduced changes to a specific file. - api-change:`securityhub`: \[`botocore`] Added Inspector Lambda code Vulnerability section to ASFF, including GeneratorDetails, EpssScore, ExploitAvailable, and CodeVulnerabilities. ### [`v1.28.29`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12829) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.28...1.28.29) \======= - api-change:`ec2`: \[`botocore`] Adds support for SubnetConfigurations to allow users to select their own IPv4 and IPv6 addresses for Interface VPC endpoints - api-change:`gamelift`: \[`botocore`] Amazon GameLift updates its instance types support. ### [`v1.28.28`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12828) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.27...1.28.28) \======= - api-change:`cloudwatch`: \[`botocore`] Update cloudwatch client to latest version - api-change:`lexv2-models`: \[`botocore`] Update lexv2-models client to latest version ### [`v1.28.27`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12827) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.26...1.28.27) \======= - enhancement:Python: Added provisional Python 3.12 support to Boto3 - enhancement:Python: \[`botocore`] Added provisional Python 3.12 support to Botocore - api-change:`chime-sdk-meetings`: \[`botocore`] Updated API documentation to include additional exceptions. - api-change:`ec2`: \[`botocore`] Documentation updates for Elastic Compute Cloud (EC2). - api-change:`glue`: \[`botocore`] AWS Glue Crawlers can now accept SerDe overrides from a custom csv classifier. The two SerDe options are LazySimpleSerDe and OpenCSVSerDe. In case, the user wants crawler to do the selection, "None" can be selected for this purpose. - api-change:`pi`: \[`botocore`] AWS Performance Insights for Amazon RDS is launching Performance Analysis On Demand, a new feature that allows you to analyze database performance metrics and find out the performance issues. You can now use SDK to create, list, get, delete, and manage tags of performance analysis reports. - api-change:`route53domains`: \[`botocore`] Provide explanation if CheckDomainTransferability return false. Provide requestId if a request is already submitted. Add sensitive protection for customer information - api-change:`sagemaker`: \[`botocore`] SageMaker Inference Recommender now provides SupportedResponseMIMETypes from DescribeInferenceRecommendationsJob response ### [`v1.28.26`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#12826) [Compare Source](https://togithub.com/boto/boto3/compare/1.28.25...1.28.26) \======= - api-change:`mediapackage`: \[`botocore`] Fix SDK logging of certain fields. - api-change:`omics`: \[`botocore`] This release provides support for annotation store versioning and cross account sharing for Omics Analytics - api-change:`transfer`: \[`botocore`] Documentation updates for AWS Transfer Familynedbat/coveragepy (coverage)
### [`v7.3.0`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-730--2023-08-12) [Compare Source](https://togithub.com/nedbat/coveragepy/compare/7.2.7...7.3.0) - Added a :meth:`.Coverage.collect` context manager to start and stop coverage data collection. - Dropped support for Python 3.7. - Fix: in unusual circumstances, SQLite cannot be set to asynchronous mode. Coverage.py would fail with the error `Safety level may not be changed inside a transaction.` This is now avoided, closing `issue 1646`\_. Thanks to Michael Bell for the detailed bug report. - Docs: examples of configuration files now include separate examples for the different syntaxes: .coveragerc, pyproject.toml, setup.cfg, and tox.ini. - Fix: added `nosemgrep` comments to our JavaScript code so that semgrep-based SAST security checks won't raise false alarms about security problems that aren't problems. - Added a CITATION.cff file, thanks to `Ken Schackartpycqa/isort (isort)
### [`v5.12.0`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#5120-January-28-2023) [Compare Source](https://togithub.com/pycqa/isort/compare/5.11.5...5.12.0) - Removed support for Python 3.7 - Fixed incompatiblity with latest poetry version - Added support for directory limitations within built in git hookpython/mypy (mypy)
### [`v1.5.1`](https://togithub.com/python/mypy/compare/v1.5.0...v1.5.1) [Compare Source](https://togithub.com/python/mypy/compare/v1.5.0...v1.5.1) ### [`v1.5.0`](https://togithub.com/python/mypy/compare/v1.4.1...v1.5.0) [Compare Source](https://togithub.com/python/mypy/compare/v1.4.1...v1.5.0)coleifer/peewee (peewee)
### [`v3.16.3`](https://togithub.com/coleifer/peewee/blob/HEAD/CHANGELOG.md#3163) [Compare Source](https://togithub.com/coleifer/peewee/compare/3.16.2...3.16.3) - Support for Cython 3.0. - Add flag to `ManyToManyField` to prevent setting/getting values on unsaved instances. This is worthwhile, since reading or writing a many-to-many has no meaning when the instance is unsaved. - Adds a `star()` helper to `Source` base-class for selecting all columns. - Fix missing `binary` types for mysql-connector and mariadb-connector. - Add `extract()` method to MySQL `JSONField` for extracting a jsonpath. [View commits](https://togithub.com/coleifer/peewee/compare/3.16.2...3.16.3)tox-dev/tox (tox)
### [`v4.9.0`](https://togithub.com/tox-dev/tox/releases/tag/4.9.0) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.8.0...4.9.0) #### What's Changed - Disallow command line environments which are not explicitly specified in the config file by [@tjsmart](https://togithub.com/tjsmart) in [https://github.com/tox-dev/tox/pull/3089](https://togithub.com/tox-dev/tox/pull/3089) - \[pre-commit.ci] pre-commit autoupdate by [@pre-commit-ci](https://togithub.com/pre-commit-ci) in [https://github.com/tox-dev/tox/pull/3091](https://togithub.com/tox-dev/tox/pull/3091) #### New Contributors - [@tjsmart](https://togithub.com/tjsmart) made their first contribution in [https://github.com/tox-dev/tox/pull/3089](https://togithub.com/tox-dev/tox/pull/3089) **Full Changelog**: https://github.com/tox-dev/tox/compare/4.8.0...4.9.0Configuration
📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.