pyinstaller / pyinstaller-hooks-contrib

Community maintained hooks for PyInstaller.
Other
96 stars 126 forks source link

Scheduled weekly dependency update for week 12 #717

Closed pyup-bot closed 8 months ago

pyup-bot commented 8 months ago

Update importlib_resources from 6.3.1 to 6.4.0.

Changelog ### 6.4.0 ``` ====== Features -------- - The functions ``is_resource()``, ``open_binary()``, ``open_text()``, ``path()``, ``read_binary()``, and ``read_text()`` are un-deprecated, and support subdirectories via multiple positional arguments. The ``contents()`` function also allows subdirectories, but remains deprecated. (303) - Deferred select imports in for a speedup (python/cpython109829). ``` ### 6.3.2 ``` ====== Bugfixes -------- - Restored expectation that local standard readers are preferred over degenerate readers. (298) ```
Links - PyPI: https://pypi.org/project/importlib-resources - Changelog: https://data.safetycli.com/changelogs/importlib-resources/ - Repo: https://github.com/python/importlib_resources

Update av from 11.0.0 to 12.0.0.

Changelog ### 12.0.0 ``` ------- Major: - Add type hints. - Update FFmpeg to 6.1.1 for the binary wheels. - Update libraries for the binary wheels (notably dav1d to 1.4.1). - Deprecate VideoCodecContext.gop_size for decoders by JoeSchiff in (:issue:`1256`). - Deprecate frame.index by JoeSchiff in (:issue:`1218`). Features: - Allow using pathlib.Path for av.open by WyattBlue in (:issue:`1231`). - Add `max_b_frames` property to CodecContext by davidplowman in (:issue:`1119`). - Add `encode_lazy` method to CodecContext by rawler in (:issue:`1092`). - Add `color_range` to CodecContext/Frame by johanjeppsson in (:issue:`686`). - Set `time_base` for AudioResampler by daveisfera in (:issue:`1209`). - Add support for ffmpeg's AVCodecContext::delay by JoeSchiff in (:issue:`1279`). - Add `color_primaries`, `color_trc`, `colorspace` to VideoStream by WyattBlue in (:issue:`1304`). - Add `bits_per_coded_sample` to VideoCodecContext by rvanlaar in (:issue:`1203`). - AssSubtitle.ass now returns as bytes by WyattBlue in (:issue:`1333`). - Expose DISPLAYMATRIX side data by hyenal in (:issue:`1249`). Fixes: - Convert deprecated Cython extension class properties to decorator syntax by JoeSchiff - Check None packet when setting time_base after decode by philipnbbc in (:issue:`1281`). - Remove deprecated `Buffer.to_bytes` by WyattBlue in (:issue:`1286`). - Remove deprecated `Packet.decode_one` by WyattBlue in (:issue:`1301`). ```
Links - PyPI: https://pypi.org/project/av - Changelog: https://data.safetycli.com/changelogs/av/ - Repo: https://github.com/PyAV-Org/PyAV

Update adbutils from 2.2.1 to 2.2.3.

Changelog ### 2.2.3 ``` - Hotfix for Windows binaries/adb search **Full Changelog**: https://github.com/openatx/adbutils/compare/2.2.2...2.2.3 ``` ### 2.2.2 ``` What's Changed * Remove pkg resources by codeskyblue in https://github.com/openatx/adbutils/pull/105 New Contributors * codeskyblue made their first contribution in https://github.com/openatx/adbutils/pull/105 **Full Changelog**: https://github.com/openatx/adbutils/compare/2.2.1...2.2.2 ```
Links - PyPI: https://pypi.org/project/adbutils - Changelog: https://data.safetycli.com/changelogs/adbutils/ - Repo: https://github.com/openatx/adbutils

Update boto3 from 1.34.64 to 1.34.69.

Changelog ### 1.34.69 ``` ======= * api-change:``firehose``: [``botocore``] Updates Amazon Firehose documentation for message regarding Enforcing Tags IAM Policy. * api-change:``kendra``: [``botocore``] Documentation update, March 2024. Corrects some docs for Amazon Kendra. * api-change:``pricing``: [``botocore``] Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs * api-change:``rolesanywhere``: [``botocore``] This release relaxes constraints on the durationSeconds request parameter for the *Profile APIs that support it. This parameter can now take on values that go up to 43200. * api-change:``securityhub``: [``botocore``] Added new resource detail object to ASFF, including resource for LastKnownExploitAt ``` ### 1.34.68 ``` ======= * api-change:``codeartifact``: [``botocore``] This release adds Package groups to CodeArtifact so you can more conveniently configure package origin controls for multiple packages. ``` ### 1.34.67 ``` ======= * api-change:``accessanalyzer``: [``botocore``] This release adds support for policy validation and external access findings for DynamoDB tables and streams. IAM Access Analyzer helps you author functional and secure resource-based policies and identify cross-account access. Updated service API, documentation, and paginators. * api-change:``codebuild``: [``botocore``] This release adds support for new webhook events (RELEASED and PRERELEASED) and filter types (TAG_NAME and RELEASE_NAME). * api-change:``connect``: [``botocore``] This release updates the *InstanceStorageConfig APIs to support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS. Use this resource type to enable streaming for real-time analysis of chat contacts and to associate a Kinesis stream where real-time analysis chat segments will be published. * api-change:``dynamodb``: [``botocore``] This release introduces 3 new APIs ('GetResourcePolicy', 'PutResourcePolicy' and 'DeleteResourcePolicy') and modifies the existing 'CreateTable' API for the resource-based policy support. It also modifies several APIs to accept a 'TableArn' for the 'TableName' parameter. * api-change:``managedblockchain-query``: [``botocore``] AMB Query: update GetTransaction to include transactionId as input * api-change:``savingsplans``: [``botocore``] Introducing the Savings Plans Return feature enabling customers to return their Savings Plans within 7 days of purchase. ``` ### 1.34.66 ``` ======= * api-change:``cloudformation``: [``botocore``] Documentation update, March 2024. Corrects some formatting. * api-change:``ec2``: [``botocore``] This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated. * api-change:``finspace``: [``botocore``] Adding new attributes readWrite and onDemand to dataview models for Database Maintenance operations. * api-change:``logs``: [``botocore``] Update LogSamples field in Anomaly model to be a list of LogEvent * api-change:``managedblockchain-query``: [``botocore``] Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents. ``` ### 1.34.65 ``` ======= * api-change:``cloudformation``: [``botocore``] This release supports for a new API ListStackSetAutoDeploymentTargets, which provider auto-deployment configuration as a describable resource. Customers can now view the specific combinations of regions and OUs that are being auto-deployed. * api-change:``kms``: [``botocore``] Adds the ability to use the default policy name by omitting the policyName parameter in calls to PutKeyPolicy and GetKeyPolicy * api-change:``mediatailor``: [``botocore``] This release adds support to allow customers to show different content within a channel depending on metadata associated with the viewer. * api-change:``rds``: [``botocore``] This release launches the ModifyIntegration API and support for data filtering for zero-ETL Integrations. * api-change:``s3``: [``botocore``] Fix two issues with response root node names. * api-change:``timestream-query``: [``botocore``] Documentation updates, March 2024 ```
Links - PyPI: https://pypi.org/project/boto3 - Changelog: https://data.safetycli.com/changelogs/boto3/ - Repo: https://github.com/boto/boto3

Update botocore from 1.34.64 to 1.34.69.

Changelog ### 1.34.69 ``` ======= * api-change:``firehose``: Updates Amazon Firehose documentation for message regarding Enforcing Tags IAM Policy. * api-change:``kendra``: Documentation update, March 2024. Corrects some docs for Amazon Kendra. * api-change:``pricing``: Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs * api-change:``rolesanywhere``: This release relaxes constraints on the durationSeconds request parameter for the *Profile APIs that support it. This parameter can now take on values that go up to 43200. * api-change:``securityhub``: Added new resource detail object to ASFF, including resource for LastKnownExploitAt ``` ### 1.34.68 ``` ======= * api-change:``codeartifact``: This release adds Package groups to CodeArtifact so you can more conveniently configure package origin controls for multiple packages. ``` ### 1.34.67 ``` ======= * api-change:``accessanalyzer``: This release adds support for policy validation and external access findings for DynamoDB tables and streams. IAM Access Analyzer helps you author functional and secure resource-based policies and identify cross-account access. Updated service API, documentation, and paginators. * api-change:``codebuild``: This release adds support for new webhook events (RELEASED and PRERELEASED) and filter types (TAG_NAME and RELEASE_NAME). * api-change:``connect``: This release updates the *InstanceStorageConfig APIs to support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS. Use this resource type to enable streaming for real-time analysis of chat contacts and to associate a Kinesis stream where real-time analysis chat segments will be published. * api-change:``dynamodb``: This release introduces 3 new APIs ('GetResourcePolicy', 'PutResourcePolicy' and 'DeleteResourcePolicy') and modifies the existing 'CreateTable' API for the resource-based policy support. It also modifies several APIs to accept a 'TableArn' for the 'TableName' parameter. * api-change:``managedblockchain-query``: AMB Query: update GetTransaction to include transactionId as input * api-change:``savingsplans``: Introducing the Savings Plans Return feature enabling customers to return their Savings Plans within 7 days of purchase. ``` ### 1.34.66 ``` ======= * api-change:``cloudformation``: Documentation update, March 2024. Corrects some formatting. * api-change:``ec2``: This release adds the new DescribeMacHosts API operation for getting information about EC2 Mac Dedicated Hosts. Users can now see the latest macOS versions that their underlying Apple Mac can support without needing to be updated. * api-change:``finspace``: Adding new attributes readWrite and onDemand to dataview models for Database Maintenance operations. * api-change:``logs``: Update LogSamples field in Anomaly model to be a list of LogEvent * api-change:``managedblockchain-query``: Introduces a new API for Amazon Managed Blockchain Query: ListFilteredTransactionEvents. ``` ### 1.34.65 ``` ======= * api-change:``cloudformation``: This release supports for a new API ListStackSetAutoDeploymentTargets, which provider auto-deployment configuration as a describable resource. Customers can now view the specific combinations of regions and OUs that are being auto-deployed. * api-change:``kms``: Adds the ability to use the default policy name by omitting the policyName parameter in calls to PutKeyPolicy and GetKeyPolicy * api-change:``mediatailor``: This release adds support to allow customers to show different content within a channel depending on metadata associated with the viewer. * api-change:``rds``: This release launches the ModifyIntegration API and support for data filtering for zero-ETL Integrations. * api-change:``s3``: Fix two issues with response root node names. * api-change:``timestream-query``: Documentation updates, March 2024 ```
Links - PyPI: https://pypi.org/project/botocore - Changelog: https://data.safetycli.com/changelogs/botocore/ - Repo: https://github.com/boto/botocore

Update cassandra-driver from 3.29.0 to 3.29.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/cassandra-driver - Repo: http://github.com/datastax/python-driver

Update google-api-python-client from 2.122.0 to 2.123.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/google-api-python-client - Changelog: https://data.safetycli.com/changelogs/google-api-python-client/ - Repo: https://github.com/googleapis/google-api-python-client/

Update phonenumbers from 8.13.32 to 8.13.33.

Changelog ### 8.13.33 ``` Metadata changes: - Updated phone metadata for region code(s): CA, GE, IL, LT, TM, TZ, UA, UG, US - New geocoding data for country calling code(s): 1235 (en), 1879 (en) - Updated carrier data for country calling code(s): 255 (en), 256 (en), 355 (en), 376 (en), 380 (en, uk), 972 (en), 993 (en), 995 (en) - Updated / refreshed time zone meta data. ```
Links - PyPI: https://pypi.org/project/phonenumbers - Changelog: https://data.safetycli.com/changelogs/phonenumbers/ - Repo: https://github.com/daviddrysdale/python-phonenumbers

Update pyviz-comms from 3.0.1 to 3.0.2.

Changelog ### 3.0.2 ``` ([Full Changelog](https://github.com/holoviz/pyviz_comms/compare/v3.0.1...ec9873fba879d232ea7072d0bead9c6f48686296)) Merged PRs - Ensure save handler gracefully handles undefined layout data [121](https://github.com/holoviz/pyviz_comms/pull/121) ([philippjfr](https://github.com/philippjfr)) Contributors to this release ([GitHub contributors page for this release](https://github.com/holoviz/pyviz_comms/graphs/contributors?from=2024-01-15&to=2024-03-21&type=c)) [philippjfr](https://github.com/search?q=repo%3Aholoviz%2Fpyviz_comms+involves%3Aphilippjfr+updated%3A2024-01-15..2024-03-21&type=Issues) <!-- <END NEW CHANGELOG ENTRY> --> ```
Links - PyPI: https://pypi.org/project/pyviz-comms - Changelog: https://data.safetycli.com/changelogs/pyviz-comms/

Update sentry-sdk from 1.42.0 to 1.43.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/sentry-sdk - Repo: https://github.com/getsentry/sentry-python

Update great-expectations from 0.18.11 to 0.18.12.

Changelog
Links - PyPI: https://pypi.org/project/great-expectations - Changelog: https://data.safetycli.com/changelogs/great-expectations/ - Repo: https://github.com/great-expectations/great_expectations - Homepage: https://greatexpectations.io

Update eth-rlp from 2.0.0 to 2.1.0.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/eth-rlp - Repo: https://github.com/ethereum/eth-rlp

Update langchain from 0.1.12 to 0.1.13.

Changelog ### 0.1.13 ``` What's Changed * langchain[patch]: Release 0.1.12 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4247 * community[patch]: Release 0.0.26 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4248 * weaviate[major],langchain[patch],community[patch]: Adds weaviate vector store integration package by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4077 * weaviate[patch]: Add build auto-gen missing components by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4250 * weaviate[patch]: Release 0.0.1 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4251 * all[patch]: Add homepage to package.json for proper readmes by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4252 * mistralai[patch]: Release 0.0.7 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4259 * anthropic[patch]: Release 0.0.10 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4260 * cloudflare[patch]: Release 0.0.2 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4261 * cohere[patch]: Release 0.0.4 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4262 * exa[patch]: Release 0.0.3 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4263 * google-genai[patch]: Release 0.0.9 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4264 * pinecone[patch]: Release 0.0.2 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4265 * azure-openai[major]: Integration of Azure OpenAI SDK with Langchain by sarangan12 in https://github.com/langchain-ai/langchainjs/pull/3919 * azure-openai[patch]: Update build artifacts by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4266 * core[patch]: Pass runnable config directly to RunnableLambda by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4267 * core[patch]: Release 0.1.22 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4270 * examples[patch],langchain[patch],community[patch]: Remove dup fake testing models by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4271 * all[patch]: Relax Weaviate dependency, add deserialization namespace for messages, fix import map gen by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4274 * create-langchain-integration[patch]: Release 0.0.9 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4275 * pinecone[patch]: Add additional namespace customizing by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4254 * pinecone[patch]: Release 0.0.3 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4284 * core[minor]: Add XML output parser by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4258 * core[patch]: Release 0.1.23 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4285 * langchain[patch]: Remove unnecessary peer dep by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4286 New Contributors * sarangan12 made their first contribution in https://github.com/langchain-ai/langchainjs/pull/3919 **Full Changelog**: https://github.com/langchain-ai/langchainjs/compare/0.1.12...0.1.13 ```
Links - PyPI: https://pypi.org/project/langchain - Changelog: https://data.safetycli.com/changelogs/langchain/ - Repo: https://github.com/langchain-ai/langchain