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

pyup: Scheduled weekly dependency update for week 39 #8531

Merged
merged 14 commits into from Sep 29, 2021

Conversation

pyup-bot
Copy link
Collaborator

Update virtualenv from 20.8.0 to 20.8.1.

Changelog

20.8.1

~~~~~~~~~~~~~
- `2189 <https://github.com/pypa/virtualenv/issues/2189>`_
Links

Update django-filter from 2.4.0 to 21.1.

Changelog

21.1

------------------------

This is a maintenance release updating CI testing for the latest
non-end-of-life versions of Python and Django, and updating package metadata
accordingly.

With this release ``django-filter`` is switching to a two-part CalVer
versioning scheme, such as ``21.1``. The first number is the year. The second
is the release number within that year.

On an on-going basis, Django-Filter aims to support all current Django
versions, the matching current Python versions, and the latest version of
Django REST Framework.

Please see:

* `Status of supported Python branches <https://devguide.python.org/#status-of-python-branches>`_
* `List of supported Django versions <https://www.djangoproject.com/download/#support-versions>`_

Support for Python and Django versions will be dropped when they reach
end-of-life. Support for Python versions will dropped when they reach
end-of-life, even when still supported by a current version of Django.

Other breaking changes are rare. Where required, every effort will be made to
apply a "Year plus two" deprecation period. For example, a change initially
introduced in ``23.x`` would offer a fallback where feasible and finally be
removed in ``25.1``. Where fallbacks are not feasible, breaking changes without
deprecation will be called out in the release notes.

Beyond that change, there are few changes. Some small bugfixes, improvements to
localisation, and documentation tweaks. Thanks to all who were involved.
Links

Update drf-flex-fields from 0.9.3 to 0.9.4.

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

Links

Update elasticsearch from 7.14.1 to 7.15.0.

Changelog

7.15.0

Client

We've recently announced our [roadmap for 8.0.0](https://github.com/elastic/elasticsearch-py/issues/1696) and have begun issuing [deprecation warnings](https://github.com/elastic/elasticsearch-py/issues/1698) in the 7.x release stream to prepare users for upgrading to 8.0.0 when available.

Added

- Added more precise type hints to many API parameters
- Added explicit parameters to `AsyncTransport` and `AIOHttpConnection`
- Added `MapboxVectorTileSerializer` for handling the `application/vnd.mapbox-vector-tile` mimetype. Because this mimetype is binary rather than text the raw response `bytes` are forwarded from the serializer without decoding

Fixed

- Reduced amount of time to import the `elasticsearch` module by delaying imports of `pandas` and `numpy` until later in the JSON serialization stage if necessary

APIs

- Deprecated positional arguments for APIs, instead use keyword arguments exclusively.

Search

- Added the `search_mvt` **experimental** API
- Added body field parameters to the `search`, `scroll`, and `clear_scroll` APIs
- Deprecated the `body` parameter of the `search`, `scroll`, and `clear_scroll` APIs

Documents

- Added body field parameters to the `update` API
- Added the `document` parameter to the `create` and `index` APIs
- Deprecated the `body` parameter of the `create`, `index`, and `update` APIs

Indices

- Added the `indices.disk_usage` **experimental** API
- Added the `indices.fields_usage_stats` **experimental** API
- Added body field parameters to the `indices.create` API
- Deprecated the `body` parameter of the `indices.create` API

Machine Learning

- Added the `ignore_unavailable`, `allow_no_indices`, `ignore_throttled`, and `expand_wildcards` parameters to the `ml.put_job` API

Nodes

- Added the `nodes.clear_repositories_metering_archive` **experimental** API
- Added the `nodes.get_repositories_metering_info` **experimental** API
- Added the `shards` option to the `index_metric` parameter of the `nodes.stats` API
- Deprecated the `doc_type` parameter of the `nodes.hot_threads` API, instead use the `type` parameter

Security

- Added the `security.query_api_keys` API

License

- Deprecated the `doc_type` parameter of the `license.post_start_trial` API, instead use the `type` parameter

7.15.0a1

Client

We've recently announced our [roadmap for 8.0.0](https://github.com/elastic/elasticsearch-py/issues/1696) and have begun issuing [deprecation warnings](https://github.com/elastic/elasticsearch-py/issues/1698) in the 7.x release stream to prepare users for upgrading to 8.0.0 when available.

Added

- Added more precise type hints to many API parameters
- Added explicit parameters to `AsyncTransport` and `AIOHttpConnection`
- Added `MapboxVectorTileSerializer` for handling the `application/vnd.mapbox-vector-tile` mimetype. Because this mimetype is binary rather than text the raw response `bytes` are forwarded from the serializer without decoding.

APIs

- Deprecated positional arguments for APIs, instead use keyword arguments exclusively.

Search

- Added the `search_mvt` **experimental** API
- Added body field parameters to the `search`, `scroll`, and `clear_scroll` APIs
- Deprecated the `body` parameter of the `search`, `scroll`, and `clear_scroll` APIs

Documents

- Added body field parameters to the `update` API
- Added the `document` parameter to the `create` and `index` APIs
- Deprecated the `body` parameter of the `create`, `index`, and `update` APIs

Indices

- Added the `indices.disk_usage` **experimental** API
- Added the `indices.fields_usage_stats` **experimental** API
- Added body field parameters to the `indices.create` API
- Deprecated the `body` parameter of the `indices.create` API

Machine Learning

- Added the `ignore_unavailable`, `allow_no_indices`, `ignore_throttled`, and `expand_wildcards` parameters to the `ml.put_job` API.

Nodes

- Added the `nodes.clear_repositories_metering_archive` **experimental** API
- Added the `nodes.get_repositories_metering_info` **experimental** API
- Added the `shards` option to the `index_metric` parameter of the `nodes.stats` API
- Deprecated the `doc_type` parameter of the `nodes.hot_threads` API, instead use the `type` parameter

Security

- Added the `security.query_api_keys` API

License

- Deprecated the `doc_type` parameter of the `license.post_start_trial` API, instead use the `type` parameter

7.14.2

Client

- Client is compatible with Elasticsearch 7.14.2
Links

Update regex from 2021.8.28 to 2021.9.24.

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

Links

Update django-crispy-forms from 1.12.0 to 1.13.0.

Changelog

1.13.0

* Added support for Django 4.0
Links

Update awscli from 1.20.34 to 1.20.48.

Changelog

1.20.48

=======

* api-change:``license-manager``: AWS License Manager now allows customers to get the LicenseArn in the Checkout API Response.
* api-change:``ec2``: DescribeInstances now returns Platform Details, Usage Operation, and Usage Operation Update Time.

1.20.47

=======

* api-change:``mediaconvert``: This release adds style and positioning support for caption or subtitle burn-in from rich text sources such as TTML. This release also introduces configurable image-based trick play track generation.
* api-change:``appsync``: Documented the new OpenSearchServiceDataSourceConfig data type. Added deprecation notes to the ElasticsearchDataSourceConfig data type.
* api-change:``ssm``: Added cutoff behavior support for preventing new task invocations from starting when the maintenance window cutoff time is reached.

1.20.46

=======

* api-change:``lexv2-models``: Update lexv2-models command to latest version
* api-change:``wafv2``: Added the regex match rule statement, for matching web requests against a single regular expression.
* api-change:``imagebuilder``: This feature adds support for specifying GP3 volume throughput and configuring instance metadata options for instances launched by EC2 Image Builder.
* api-change:``iam``: Added changes to OIDC API about not using port numbers in the URL.
* api-change:``mediapackage-vod``: MediaPackage VOD will now return the current processing statuses of an asset's endpoints. The status can be QUEUED, PROCESSING, PLAYABLE, or FAILED.
* api-change:``mediatailor``: This release adds support to configure logs for playback configuration.
* api-change:``license-manager``: AWS License Manager now allows customers to change their Windows Server or SQL license types from Bring-Your-Own-License (BYOL) to License Included or vice-versa (using the customer's media).

1.20.45

=======

* api-change:``ecr``: This release adds additional support for repository replication
* api-change:``comprehend``: Amazon Comprehend now supports versioning of custom models, improved training with ONE_DOC_PER_FILE text documents for custom entity recognition, ability to provide specific test sets during training, and live migration to new model endpoints.
* api-change:``ec2``: This update adds support for downloading configuration templates using new APIs (GetVpnConnectionDeviceTypes and GetVpnConnectionDeviceSampleConfiguration) and Internet Key Exchange version 2 (IKEv2) parameters for many popular CGW devices.
* api-change:``iot``: This release adds support for verifying, viewing and filtering AWS IoT Device Defender detect violations with four verification states.

1.20.44

=======

* api-change:``dms``: Optional flag force-planned-failover added to reboot-replication-instance API call. This flag can be used to test a planned failover scenario used during some maintenance operations.
* api-change:``es``: This release adds an optional parameter in the ListDomainNames API to filter domains based on the engine type (OpenSearch/Elasticsearch).
* api-change:``opensearch``: This release adds an optional parameter in the ListDomainNames API to filter domains based on the engine type (OpenSearch/Elasticsearch).

1.20.43

=======

* api-change:``pinpoint``: This SDK release adds a new feature for Pinpoint campaigns, in-app messaging.
* api-change:``sagemaker``: Add API for users to retry a failed pipeline execution or resume a stopped one.
* api-change:``transcribe``: This release adds support for subtitling with Amazon Transcribe batch jobs.
* api-change:``s3``: Add support for access point arn filtering in S3 CW Request Metrics
* api-change:``robomaker``: Adding support to create container based Robot and Simulation applications by introducing an environment field
* api-change:``macie2``: This release adds support for specifying which managed data identifiers are used by a classification job, and retrieving a list of managed data identifiers that are available.
* api-change:``kafkaconnect``: This is the initial SDK release for Amazon Managed Streaming for Apache Kafka Connect (MSK Connect).

1.20.42

=======

* api-change:``wafv2``: This release adds support for including rate based rules in a rule group.
* api-change:``sagemaker``: This release adds support for "Project Search"
* api-change:``ec2``: This release adds support for vt1 3xlarge, 6xlarge and 24xlarge instances powered by Xilinx Alveo U30 Media Accelerators for video transcoding workloads
* api-change:``chime``: Adds support for SipHeaders parameter for CreateSipMediaApplicationCall.
* api-change:``comprehend``: Amazon Comprehend now allows you to train and run PDF and Word documents for custom entity recognition. With PDF and Word formats, you can extract information from documents containing headers, lists and tables.

1.20.41

=======

* api-change:``iot``: AWS IoT Rules Engine adds OpenSearch action. The OpenSearch rule action lets you stream data from IoT sensors and applications to Amazon OpenSearch Service which is a successor to Amazon Elasticsearch Service.
* api-change:``ec2``: Adds support for T3 instances on Amazon EC2 Dedicated Hosts.

1.20.40

=======

* api-change:``rds``: This release adds support for providing a custom timeout value for finding a scaling point during autoscaling in Aurora Serverless v1.
* api-change:``sagemaker``: This release adds support for "Lifecycle Configurations" to SageMaker Studio
* api-change:``transcribe``: This release adds an API option for startTranscriptionJob and startMedicalTranscriptionJob that allows the user to specify encryption context key value pairs for batch jobs.
* api-change:``cloudformation``: Doc only update for CloudFormation that fixes several customer-reported issues.
* api-change:``ecr``: This release updates terminology around KMS keys.
* api-change:``quicksight``: Add new data source type for Amazon OpenSearch (successor to Amazon ElasticSearch).

1.20.39

=======

* api-change:``emr``: Update emr command to latest version
* api-change:``codeguru-reviewer``: The Amazon CodeGuru Reviewer API now includes the RuleMetadata data object and a Severity attribute on a RecommendationSummary object. A RuleMetadata object contains information about a rule that generates a recommendation. Severity indicates how severe the issue associated with a recommendation is.
* api-change:``lookoutequipment``: Added OffCondition parameter to CreateModel API

1.20.38

=======

* api-change:``ram``: A minor text-only update that fixes several customer issues.
* api-change:``opensearch``: Updated Configuration APIs for Amazon OpenSearch Service (successor to Amazon Elasticsearch Service)
* api-change:``kafka``: Amazon MSK has added a new API that allows you to update the encrypting and authentication settings for an existing cluster.

1.20.37

=======

* api-change:``forecast``: Predictor creation now supports selecting an accuracy metric to optimize in AutoML and hyperparameter optimization. This release adds additional accuracy metrics for predictors - AverageWeightedQuantileLoss, MAPE and MASE.
* api-change:``ssm-contacts``: Added SDK examples for SSM-Contacts.
* api-change:``amp``: This release adds tagging support for Amazon Managed Service for Prometheus workspace.
* api-change:``elasticache``: Doc only update for ElastiCache
* api-change:``mediapackage``: SPEKE v2 support for live CMAF packaging type. SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, it supports live DASH currently.
* api-change:``xray``: Updated references to AWS KMS keys and customer managed keys to reflect current terminology.
* api-change:``eks``: Adding RegisterCluster and DeregisterCluster operations, to support connecting external clusters to EKS.

1.20.36

=======

* api-change:``chime-sdk-identity``: Documentation updates for Chime
* api-change:``codeguru-reviewer``: Added support for CodeInconsistencies detectors
* api-change:``frauddetector``: Enhanced GetEventPrediction API response to include risk scores from imported SageMaker models
* api-change:``chime-sdk-messaging``: Documentation updates for Chime
* api-change:``outposts``: This release adds a new API CreateOrder.

1.20.35

=======

* api-change:``securityhub``: New ASFF Resources: AwsAutoScalingLaunchConfiguration, AwsEc2VpnConnection, AwsEcrContainerImage. Added KeyRotationStatus to AwsKmsKey. Added AccessControlList, BucketLoggingConfiguration,BucketNotificationConfiguration and BucketNotificationConfiguration to AwsS3Bucket.
* api-change:``s3control``: S3 Multi-Region Access Points provide a single global endpoint to access a data set that spans multiple S3 buckets in different AWS Regions.
* api-change:``schemas``: This update include the support for Schema Discoverer to discover the events sent to the bus from another account. The feature will be enabled by default when discoverer is created or updated but can also be opt-in or opt-out  by specifying the value for crossAccount.
* api-change:``transfer``: AWS Transfer Family introduces Managed Workflows for creating, executing, monitoring, and standardizing post file transfer processing
* enhancement:``s3``: Add support for multi-region access points.
* api-change:``lex-models``: Lex now supports Korean (ko-KR) locale.
* api-change:``acm-pca``: Private Certificate Authority Service now allows customers to enable an online certificate status protocol (OCSP) responder service on their private certificate authorities. Customers can also optionally configure a custom CNAME for their OCSP responder.
* api-change:``fsx``: Announcing Amazon FSx for NetApp ONTAP, a new service that provides fully managed shared storage in the AWS Cloud with the data access and management capabilities of ONTAP.
* api-change:``accessanalyzer``: Updates service API, documentation, and paginators to support multi-region access points from Amazon S3.
* api-change:``ebs``: Documentation updates for Amazon EBS direct APIs.
* api-change:``quicksight``: This release adds support for referencing parent datasets as sources in a child dataset.
* api-change:``efs``: Update efs command to latest version
Links

Update sphinxcontrib-httpdomain from 1.7.0 to 1.8.0.

Changelog

1.8.0

Released on September 23, 2020

- Make the generated routing table referencable using the 'routingtable'
label. [:pull:`19` by David Douard]
- Add support for parallel sphinx builds. Increases sphinx version requirement to 1.6
[:pull:`31` by Daniel Hofmann]
- Remove references to the generic ``:py:obj:`` role [:pull:`54` by Stephen Finucane]
- Remove imports and calls to depracated function force_decode who was removed
starting with sphinx 4.0 [:pull:`49` by Florian Masy]
- Be explicit about what versions of Python are supports (2.7, and 3.5+). This will
be the last version to support Python 2.7 and 3.5, version 2.0 will require 3.6+.
Links

Update prospector from 1.3.1 to 1.5.1.

Changelog

1.5.0.1

-------------

- [433](https://github.com/PyCQA/prospector/issues/433) Attempted fix of flake8 dependency versioning conflict

1.5.0

-------------

- [436](https://github.com/PyCQA/prospector/pull/436) Swapped out packaging to use poetry instead of setup.py and setuptools

1.4.1

-------------

- [373](https://github.com/PyCQA/prospector/issues/373) Permits to raise pylint's useless-suppression
- [414](https://github.com/PyCQA/prospector/pull/414) Loosen pycodestyle requirement
- [408](https://github.com/PyCQA/prospector/pull/408) Fix filenames if they are PosixPath
- [412](https://github.com/PyCQA/prospector/pull/412) Fix unclosed file warning
- [399](https://github.com/PyCQA/prospector/pull/399) Fix fatal error on running mypy when duplicate module names

1.4.0

-------------

- [424](https://github.com/PyCQA/prospector/pull/424) GitHub Action to discover typos with codespell
- [421](https://github.com/PyCQA/prospector/pull/421) Loosen pylint requirement
- [427](https://github.com/PyCQA/prospector/pull/427) Fix prospector for latest pylint version and add Github actions
Links

Update pytest-xdist from 2.3.0 to 2.4.0.

Changelog

2.4.0

===============================

Features
--------

- `696 <https://github.com/pytest-dev/pytest-xdist/issues/696>`_: On Linux, the process title now changes to indicate the current worker state (running/idle).

Depends on the `setproctitle <https://pypi.org/project/setproctitle/>`__ package, which can be installed with ``pip install pytest-xdist[setproctitle]``.

- `704 <https://github.com/pytest-dev/pytest-xdist/issues/704>`_: Add support for Python 3.10.
Links

Update apipkg from 1.5 to 2.0.0.

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

Links

@stsewd
Copy link
Member

stsewd commented Sep 28, 2021

Note: we can upgrade sphinx in our docs now, a new version of the http sphinx domains was released.

@humitos humitos requested a review from stsewd September 29, 2021 08:25
Copy link
Member

@stsewd stsewd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just downgraded some releases that are too new for going on the next release.

requirements/pip.txt Outdated Show resolved Hide resolved
requirements/pip.txt Outdated Show resolved Hide resolved
requirements/pip.txt Outdated Show resolved Hide resolved
requirements/pip.txt Outdated Show resolved Hide resolved
requirements/pip.txt Outdated Show resolved Hide resolved
They are too recent
@stsewd stsewd merged commit 6e19f1d into master Sep 29, 2021
@stsewd stsewd deleted the pyup/scheduled-update-2021-09-27 branch September 29, 2021 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants