dssg / triage

General Purpose Risk Modeling and Prediction Toolkit for Policy and Social Good Problems
Other
187 stars 61 forks source link

Scheduled monthly dependency update for July #903

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 years ago

Update pymdown-extensions from 9.4 to 9.5.

Changelog ### 9.5 ``` - **NEW**: InlineHilite: Custom inline code block formatters can now be forced to raise an exception by raising a `InlineHiliteException`. - **NEW**: Snippets: Add new options to handle importing snippets from URL. - **NEW**: Snippets: Snippets will only swallow missing file errors (unless `check_paths` is enabled), all other errors will be propagated up. - **NEW**: Snippets: When a file or URL is missing, raise `SnippetMissingError` instead of `IOError`. - **FIX**: Snippets: Small issues related to recursive inclusion of snippets. ```
Links - PyPI: https://pypi.org/project/pymdown-extensions - Changelog: https://pyup.io/changelogs/pymdown-extensions/

Update mkdocs-material from 8.2.12 to 8.3.8.

Changelog ### 8.3.8 ``` * Fixed 4053: Limit width of videos to content area * Fixed empty tags in front matter breaking search ``` ### 8.3.7 ``` * Fixed search being stuck initializing when using tags (8.3.4 regression) mkdocs-material-8.3.6+insiders-4.18.2 (2022-06-16) * Fixed 4026: Fixed tooltips not mounted for nested navigation links ``` ### 8.3.6 ``` * Fixed 4028: Links not clickable when using versioning (8.3.5 regression) mkdocs-material-8.3.5+insiders-4.18.1 (2022-06-14) * Fixed 3990: Chinese search highlighting not working on non-boundaries ``` ### 8.3.5 ``` * Fixed 4012: Stay on page not working for alias of active version mkdocs-material-8.3.4+insiders-4.18.0 (2022-06-11) * Added support for automatic dark/light mode * Fixed 4009: Privacy plugin uses invalid paths for file cache on Windows ``` ### 8.3.4 ``` * Fixed 4004: Tags with multiple words not searchable ``` ### 8.3.3 ``` * Fixed 4000: Mermaid diagrams too dark in dark mode (8.3.0 regression) mkdocs-material-8.3.2+insiders-4.17.2 (2022-06-05) * Added support for custom jieba dictionaries (Chinese search) mkdocs-material-8.3.2+insiders-4.17.1 (2022-06-05) * Added support for cookie consent reject button * Added support for cookie consent custom button ordering * Fixed 3988: Content tab not focused after alternating anchor links ``` ### 8.3.2 ``` * Fixed 3987: Custom admonition icons don't work when defining color palette mkdocs-material-8.3.1+insiders-4.17.0 (2022-06-04) * Added support for content tabs anchor links (deep linking) * Fixed 3975: Detect composition events in search interface (Chinese) * Fixed 3980: Search plugin doesn't use title set via front matter ``` ### 8.3.1 ``` * Bump required Jinja version to 3.0.2 * Removed unnecessary conditions in templates * Fixed scroll offset when content tabs are brought into view * Fixed 3977: Content tabs snapping oddly in Firefox * Fixed 3983: Missing condition in footer partial (8.3.0 regression) ``` ### 8.3.0 ``` * Added support for custom admonition icons * Added support for linking of content tabs * Added support for boosting pages in search * Added support for hiding footer navigation * Added previous/next indicators to content tabs * Improved typeset link colors in light and dark modes mkdocs-material-8.2.16+insiders-4.16.2 (2022-05-28) * Fixed 3961: Nested sections triggered build error for navigation tabs mkdocs-material-8.2.16+insiders-4.16.1 (2022-05-28) * Switched feedback widget rating titles to tooltips * Improved contrast of link colors for light/dark color schemes * Fixed 3950: Sticky navigation tabs rendering broken (4.15.2 regression) * Fixed 3958: Links invisible when using white primary color ``` ### 8.2.16 ``` * Fixed 3957: Only animate code annotations when visible (save CPU cycles) mkdocs-material-8.2.15+insiders-4.16.0 (2022-05-25) * Added support for navigation pruning * Fixed search results for non-segmented characters (4.15.2 regression) mkdocs-material-8.2.15+insiders-4.15.2 (2022-05-22) * Removed workaround for abbr on touch devices (superseded by tooltips) * Fixed 3915: Improved Chinese search query segmentation * Fixed 3938: Fixed tooltips position for navigation titles with ellipsis mkdocs-material-8.2.15+insiders-4.15.1 (2022-05-14) * Improved performance of element focus obervables * Fixed 3531: Added prev/next buttons to content tabs * Fixed tooltip positioning when host element is hidden ``` ### 8.2.15 ``` * Added Uzbek translations * Fixed spacing for code block results in content tabs mkdocs-material-8.2.14+insiders-4.15.0 (2022-05-08) * Added support for improved tooltips * Fixed 3785: Show tooltip on hover for overflowing navigation link ``` ### 8.2.14 ``` * Fixed missing top right rounded border on admonition * Fixed 3886: 4xx status codes not handled when using instant loading mkdocs-material-8.2.13+insiders-4.14.0 (2022-05-05) * Added Chinese language support to built-in search plugin * Fixed all-numeric page titles raising error in social plugin ``` ### 8.2.13 ``` * Fixed 3865: Tags index links to tagged pages 404 on Windows * Fixed 3866: Bump required Python version from 3.6+ to 3.7+ mkdocs-material-8.2.12+insiders-4.13.2 (2022-04-30) * Improved caching of downloaded resources in privacy plugin * Fixed 3851: External images not downloaded by privacy plugin ```
Links - PyPI: https://pypi.org/project/mkdocs-material - Changelog: https://pyup.io/changelogs/mkdocs-material/ - Repo: https://squidfunk.github.io/mkdocs-material/

Update mkdocstrings from 0.18.1 to 0.19.0.

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

Links - PyPI: https://pypi.org/project/mkdocstrings

Update black from 22.3.0 to 22.6.0.

Changelog ### 22.6.0 ``` Style - Fix unstable formatting involving `fmt: skip` and ` fmt:skip` comments (notice the lack of spaces) (2970) Preview style - Docstring quotes are no longer moved if it would violate the line length limit (3044) - Parentheses around return annotations are now managed (2990) - Remove unnecessary parentheses around awaited objects (2991) - Remove unnecessary parentheses in `with` statements (2926) - Remove trailing newlines after code block open (3035) Integrations - Add `scripts/migrate-black.py` script to ease introduction of Black to a Git project (3038) Output - Output Python version and implementation as part of `--version` flag (2997) Packaging - Use `tomli` instead of `tomllib` on Python 3.11 builds where `tomllib` is not available (2987) Parser - [PEP 654](https://peps.python.org/pep-0654/#except) syntax (for example, `except *ExceptionGroup:`) is now supported (3016) - [PEP 646](https://peps.python.org/pep-0646) syntax (for example, `Array[Batch, *Shape]` or `def fn(*args: *T) -> None`) is now supported (3071) Vim Plugin - Fix `strtobool` function. It didn't parse true/on/false/off. (3025) ```
Links - PyPI: https://pypi.org/project/black - Changelog: https://pyup.io/changelogs/black/ - Repo: https://github.com/psf/black

Update alembic from 1.7.7 to 1.8.0.

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

Links - PyPI: https://pypi.org/project/alembic - Changelog: https://pyup.io/changelogs/alembic/ - Homepage: https://alembic.sqlalchemy.org - Docs: https://pythonhosted.org/alembic/

Update boto3 from 1.22.4 to 1.24.21.

Changelog ### 1.24.21 ``` ======= * api-change:``athena``: [``botocore``] This feature introduces the API support for Athena's parameterized query and BatchGetPreparedStatement API. * api-change:``customer-profiles``: [``botocore``] This release adds the optional MinAllowedConfidenceScoreForMerging parameter to the CreateDomain, UpdateDomain, and GetAutoMergingPreview APIs in Customer Profiles. This parameter is used as a threshold to influence the profile auto-merging step of the Identity Resolution process. * api-change:``emr``: [``botocore``] Update emr client to latest version * api-change:``glue``: [``botocore``] This release adds tag as an input of CreateDatabase * api-change:``kendra``: [``botocore``] Amazon Kendra now provides a data source connector for alfresco * api-change:``mwaa``: [``botocore``] Documentation updates for Amazon Managed Workflows for Apache Airflow. * api-change:``pricing``: [``botocore``] Documentation update for GetProducts Response. * api-change:``wellarchitected``: [``botocore``] Added support for UpdateGlobalSettings API. Added status filter to ListWorkloadShares and ListLensShares. * api-change:``workmail``: [``botocore``] This release adds support for managing user availability configurations in Amazon WorkMail. ``` ### 1.24.20 ``` ======= * api-change:``appstream``: [``botocore``] Includes support for StreamingExperienceSettings in CreateStack and UpdateStack APIs * api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version * api-change:``emr``: [``botocore``] Update emr client to latest version * api-change:``medialive``: [``botocore``] This release adds support for automatic renewal of MediaLive reservations at the end of each reservation term. Automatic renewal is optional. This release also adds support for labelling accessibility-focused audio and caption tracks in HLS outputs. * api-change:``redshift-serverless``: [``botocore``] Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more. * api-change:``sagemaker``: [``botocore``] This release adds: UpdateFeatureGroup, UpdateFeatureMetadata, DescribeFeatureMetadata APIs; FeatureMetadata type in Search API; LastModifiedTime, LastUpdateStatus, OnlineStoreTotalSizeBytes in DescribeFeatureGroup API. * api-change:``translate``: [``botocore``] Added ListLanguages API which can be used to list the languages supported by Translate. ``` ### 1.24.19 ``` ======= * api-change:``datasync``: [``botocore``] AWS DataSync now supports Amazon FSx for NetApp ONTAP locations. * api-change:``ec2``: [``botocore``] This release adds a new spread placement group to EC2 Placement Groups: host level spread, which spread instances between physical hosts, available to Outpost customers only. CreatePlacementGroup and DescribePlacementGroups APIs were updated with a new parameter: SpreadLevel to support this feature. * api-change:``finspace-data``: [``botocore``] Release new API GetExternalDataViewAccessDetails * api-change:``polly``: [``botocore``] Add 4 new neural voices - Pedro (es-US), Liam (fr-CA), Daniel (de-DE) and Arthur (en-GB). ``` ### 1.24.18 ``` ======= * api-change:``iot``: [``botocore``] This release ease the restriction for the input of tag value to align with AWS standard, now instead of min length 1, we change it to min length 0. ``` ### 1.24.17 ``` ======= * api-change:``glue``: [``botocore``] This release enables the new ListCrawls API for viewing the AWS Glue Crawler run history. * api-change:``rds-data``: [``botocore``] Documentation updates for RDS Data API ``` ### 1.24.16 ``` ======= * api-change:``lookoutequipment``: [``botocore``] This release adds visualizations to the scheduled inference results. Users will be able to see interference results, including diagnostic results from their running inference schedulers. * api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK has released support for automatic DolbyVision metadata generation when converting HDR10 to DolbyVision. * api-change:``mgn``: [``botocore``] New and modified APIs for the Post-Migration Framework * api-change:``migration-hub-refactor-spaces``: [``botocore``] This release adds the new API UpdateRoute that allows route to be updated to ACTIVE/INACTIVE state. In addition, CreateRoute API will now allow users to create route in ACTIVE/INACTIVE state. * api-change:``sagemaker``: [``botocore``] SageMaker Ground Truth now supports Virtual Private Cloud. Customers can launch labeling jobs and access to their private workforce in VPC mode. ``` ### 1.24.15 ``` ======= * api-change:``apigateway``: [``botocore``] Documentation updates for Amazon API Gateway * api-change:``pricing``: [``botocore``] This release introduces 1 update to the GetProducts API. The serviceCode attribute is now required when you use the GetProductsRequest. * api-change:``transfer``: [``botocore``] Until today, the service supported only RSA host keys and user keys. Now with this launch, Transfer Family has expanded the support for ECDSA and ED25519 host keys and user keys, enabling customers to support a broader set of clients by choosing RSA, ECDSA, and ED25519 host and user keys. ``` ### 1.24.14 ``` ======= * api-change:``ec2``: [``botocore``] This release adds support for Private IP VPNs, a new feature allowing S2S VPN connections to use private ip addresses as the tunnel outside ip address over Direct Connect as transport. * api-change:``ecs``: [``botocore``] Amazon ECS UpdateService now supports the following parameters: PlacementStrategies, PlacementConstraints and CapacityProviderStrategy. * api-change:``wellarchitected``: [``botocore``] Adds support for lens tagging, Adds support for multiple helpful-resource urls and multiple improvement-plan urls. ``` ### 1.24.13 ``` ======= * api-change:``ds``: [``botocore``] This release adds support for describing and updating AWS Managed Microsoft AD settings * api-change:``kafka``: [``botocore``] Documentation updates to use Az Id during cluster creation. * api-change:``outposts``: [``botocore``] This release adds the AssetLocation structure to the ListAssets response. AssetLocation includes the RackElevation for an Asset. ``` ### 1.24.12 ``` ======= * api-change:``connect``: [``botocore``] This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable High volume outbound communications using attribute type HIGH_VOLUME_OUTBOUND on the specified Amazon Connect instance. * api-change:``connectcampaigns``: [``botocore``] Added Amazon Connect high volume outbound communications SDK. * api-change:``dynamodb``: [``botocore``] Doc only update for DynamoDB service * api-change:``dynamodbstreams``: [``botocore``] Update dynamodbstreams client to latest version ``` ### 1.24.11 ``` ======= * api-change:``redshift-data``: [``botocore``] This release adds a new --workgroup-name field to operations that connect to an endpoint. Customers can now execute queries against their serverless workgroups. * api-change:``redshiftserverless``: [``botocore``] Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more. * api-change:``secretsmanager``: [``botocore``] Documentation updates for Secrets Manager * api-change:``securityhub``: [``botocore``] Added Threats field for security findings. Added new resource details for ECS Container, ECS Task, RDS SecurityGroup, Kinesis Stream, EC2 TransitGateway, EFS AccessPoint, CloudFormation Stack, CloudWatch Alarm, VPC Peering Connection and WAF Rules ``` ### 1.24.10 ``` ======= * api-change:``finspace-data``: [``botocore``] This release adds a new set of APIs, GetPermissionGroup, DisassociateUserFromPermissionGroup, AssociateUserToPermissionGroup, ListPermissionGroupsByUser, ListUsersByPermissionGroup. * api-change:``guardduty``: [``botocore``] Adds finding fields available from GuardDuty Console. Adds FreeTrial related operations. Deprecates the use of various APIs related to Master Accounts and Replace them with Administrator Accounts. * api-change:``servicecatalog-appregistry``: [``botocore``] This release adds a new API ListAttributeGroupsForApplication that returns associated attribute groups of an application. In addition, the UpdateApplication and UpdateAttributeGroup APIs will not allow users to update the 'Name' attribute. * api-change:``workspaces``: [``botocore``] Added new field "reason" to OperationNotSupportedException. Receiving this exception in the DeregisterWorkspaceDirectory API will now return a reason giving more context on the failure. ``` ### 1.24.9 ``` ====== * api-change:``budgets``: [``botocore``] Add a budgets ThrottlingException. Update the CostFilters value pattern. * api-change:``lookoutmetrics``: [``botocore``] Adding filters to Alert and adding new UpdateAlert API. * api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders. ``` ### 1.24.8 ``` ====== * api-change:``outposts``: [``botocore``] This release adds API operations AWS uses to install Outpost servers. ``` ### 1.24.7 ``` ====== * api-change:``frauddetector``: [``botocore``] Documentation updates for Amazon Fraud Detector (AWSHawksNest) ``` ### 1.24.6 ``` ====== * api-change:``chime-sdk-meetings``: [``botocore``] Adds support for live transcription in AWS GovCloud (US) Regions. ``` ### 1.24.5 ``` ====== * api-change:``dms``: [``botocore``] This release adds DMS Fleet Advisor APIs and exposes functionality for DMS Fleet Advisor. It adds functionality to create and modify fleet advisor instances, and to collect and analyze information about the local data infrastructure. * api-change:``iam``: [``botocore``] Documentation updates for AWS Identity and Access Management (IAM). * api-change:``m2``: [``botocore``] AWS Mainframe Modernization service is a managed mainframe service and set of tools for planning, migrating, modernizing, and running mainframe workloads on AWS * api-change:``neptune``: [``botocore``] This release adds support for Neptune to be configured as a global database, with a primary DB cluster in one region, and up to five secondary DB clusters in other regions. * api-change:``redshift-serverless``: [``botocore``] Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more. * api-change:``redshift``: [``botocore``] Adds new API GetClusterCredentialsWithIAM to return temporary credentials. ``` ### 1.24.4 ``` ====== * api-change:``auditmanager``: [``botocore``] This release introduces 2 updates to the Audit Manager API. The roleType and roleArn attributes are now required when you use the CreateAssessment or UpdateAssessment operation. We also added a throttling exception to the RegisterAccount API operation. * api-change:``ce``: [``botocore``] Added two new APIs to support cost allocation tags operations: ListCostAllocationTags, UpdateCostAllocationTagsStatus. ``` ### 1.24.3 ``` ====== * api-change:``chime-sdk-messaging``: [``botocore``] This release adds support for searching channels by members via the SearchChannels API, removes required restrictions for Name and Mode in UpdateChannel API and enhances CreateChannel API by exposing member and moderator list as well as channel id as optional parameters. * api-change:``connect``: [``botocore``] This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity. ``` ### 1.24.2 ``` ====== * api-change:``codeartifact``: [``botocore``] Documentation updates for CodeArtifact * api-change:``voice-id``: [``botocore``] Added a new attribute ServerSideEncryptionUpdateDetails to Domain and DomainSummary. * api-change:``proton``: [``botocore``] Add new "Components" API to enable users to Create, Delete and Update AWS Proton components. * api-change:``connect``: [``botocore``] This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow. * api-change:``application-insights``: [``botocore``] Provide Account Level onboarding support through CFN/CLI * api-change:``kendra``: [``botocore``] Amazon Kendra now provides a data source connector for GitHub. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-github.html ``` ### 1.24.1 ``` ====== * api-change:``backup-gateway``: [``botocore``] Adds GetGateway and UpdateGatewaySoftwareNow API and adds hypervisor name to UpdateHypervisor API * api-change:``forecast``: [``botocore``] Added Format field to Import and Export APIs in Amazon Forecast. Added TimeSeriesSelector to Create Forecast API. * api-change:``chime-sdk-meetings``: [``botocore``] Adds support for centrally controlling each participant's ability to send and receive audio, video and screen share within a WebRTC session. Attendee capabilities can be specified when the attendee is created and updated during the session with the new BatchUpdateAttendeeCapabilitiesExcept API. * api-change:``route53``: [``botocore``] Add new APIs to support Route 53 IP Based Routing ``` ### 1.24.0 ``` ====== * api-change:``iotsitewise``: [``botocore``] This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription. * api-change:``lookoutmetrics``: [``botocore``] Adding backtest mode to detectors using the Cloudwatch data source. * api-change:``transcribe``: [``botocore``] Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode. * feature:Python: Dropped support for Python 3.6 * feature:Python: [``botocore``] Dropped support for Python 3.6 * api-change:``cognito-idp``: [``botocore``] Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword). * api-change:``drs``: [``botocore``] Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery. * api-change:``sagemaker``: [``botocore``] Amazon SageMaker Notebook Instances now support Jupyter Lab 3. ``` ### 1.23.10 ``` ======= * api-change:``sagemaker``: [``botocore``] Amazon SageMaker Notebook Instances now allows configuration of Instance Metadata Service version and Amazon SageMaker Studio now supports G5 instance types. * api-change:``appflow``: [``botocore``] Adding the following features/changes: Parquet output that preserves typing from the source connector, Failed executions threshold before deactivation for scheduled flows, increasing max size of access and refresh token from 2048 to 4096 * api-change:``datasync``: [``botocore``] AWS DataSync now supports TLS encryption in transit, file system policies and access points for EFS locations. * api-change:``emr-serverless``: [``botocore``] This release adds support for Amazon EMR Serverless, a serverless runtime environment that simplifies running analytics applications using the latest open source frameworks such as Apache Spark and Apache Hive. ``` ### 1.23.9 ``` ====== * api-change:``lightsail``: [``botocore``] Amazon Lightsail now supports the ability to configure a Lightsail Container Service to pull images from Amazon ECR private repositories in your account. * api-change:``emr-serverless``: [``botocore``] This release adds support for Amazon EMR Serverless, a serverless runtime environment that simplifies running analytics applications using the latest open source frameworks such as Apache Spark and Apache Hive. * api-change:``ec2``: [``botocore``] C7g instances, powered by the latest generation AWS Graviton3 processors, provide the best price performance in Amazon EC2 for compute-intensive workloads. * api-change:``forecast``: [``botocore``] Introduced a new field in Auto Predictor as Time Alignment Boundary. It helps in aligning the timestamps generated during Forecast exports ``` ### 1.23.8 ``` ====== * api-change:``secretsmanager``: [``botocore``] Documentation updates for Secrets Manager * api-change:``fsx``: [``botocore``] This release adds root squash support to FSx for Lustre to restrict root level access from clients by mapping root users to a less-privileged user/group with limited permissions. * api-change:``lookoutmetrics``: [``botocore``] Adding AthenaSourceConfig for MetricSet APIs to support Athena as a data source. * api-change:``voice-id``: [``botocore``] VoiceID will now automatically expire Speakers if they haven't been accessed for Enrollment, Re-enrollment or Successful Auth for three years. The Speaker APIs now return a "LastAccessedAt" time for Speakers, and the EvaluateSession API returns "SPEAKER_EXPIRED" Auth Decision for EXPIRED Speakers. * api-change:``cloudformation``: [``botocore``] Add a new parameter statusReason to DescribeStackSetOperation output for additional details * api-change:``apigateway``: [``botocore``] Documentation updates for Amazon API Gateway * api-change:``apprunner``: [``botocore``] Documentation-only update added for CodeConfiguration. * api-change:``sagemaker``: [``botocore``] Amazon SageMaker Autopilot adds support for manually selecting features from the input dataset using the CreateAutoMLJob API. ``` ### 1.23.7 ``` ====== * api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders. * api-change:``cognito-idp``: [``botocore``] Amazon Cognito now supports requiring attribute verification (ex. email and phone number) before update. * api-change:``networkmanager``: [``botocore``] This release adds Multi Account API support for a TGW Global Network, to enable and disable AWSServiceAccess with AwsOrganizations for Network Manager service and dependency CloudFormation StackSets service. * api-change:``ivschat``: [``botocore``] Doc-only update. For MessageReviewHandler structure, added timeout period in the description of the fallbackResult field * api-change:``ec2``: [``botocore``] Stop Protection feature enables customers to protect their instances from accidental stop actions. ``` ### 1.23.6 ``` ====== * api-change:``elasticache``: [``botocore``] Added support for encryption in transit for Memcached clusters. Customers can now launch Memcached cluster with encryption in transit enabled when using Memcached version 1.6.12 or later. * api-change:``forecast``: [``botocore``] New APIs for Monitor that help you understand how your predictors perform over time. * api-change:``personalize``: [``botocore``] Adding modelMetrics as part of DescribeRecommender API response for Personalize. ``` ### 1.23.5 ``` ====== * api-change:``comprehend``: [``botocore``] Comprehend releases 14 new entity types for DetectPiiEntities and ContainsPiiEntities APIs. * api-change:``logs``: [``botocore``] Doc-only update to publish the new valid values for log retention ``` ### 1.23.4 ``` ====== * api-change:``gamesparks``: [``botocore``] This release adds an optional DeploymentResult field in the responses of GetStageDeploymentIntegrationTests and ListStageDeploymentIntegrationTests APIs. * enhancement:StreamingBody: [``botocore``] Allow StreamingBody to be used as a context manager * api-change:``lookoutmetrics``: [``botocore``] In this release we added SnsFormat to SNSConfiguration to support human readable alert. ``` ### 1.23.3 ``` ====== * api-change:``greengrassv2``: [``botocore``] This release adds the new DeleteDeployment API operation that you can use to delete deployment resources. This release also adds support for discontinued AWS-provided components, so AWS can communicate when a component has any issues that you should consider before you deploy it. * api-change:``quicksight``: [``botocore``] API UpdatePublicSharingSettings enables IAM admins to enable/disable account level setting for public access of dashboards. When enabled, owners/co-owners for dashboards can enable public access on their dashboards. These dashboards can only be accessed through share link or embedding. * api-change:``appmesh``: [``botocore``] This release updates the existing Create and Update APIs for meshes and virtual nodes by adding a new IP preference field. This new IP preference field can be used to control the IP versions being used with the mesh and allows for IPv6 support within App Mesh. * api-change:``batch``: [``botocore``] Documentation updates for AWS Batch. * api-change:``iotevents-data``: [``botocore``] Introducing new API for deleting detectors: BatchDeleteDetector. * api-change:``transfer``: [``botocore``] AWS Transfer Family now supports SetStat server configuration option, which provides the ability to ignore SetStat command issued by file transfer clients, enabling customers to upload files without any errors. ``` ### 1.23.2 ``` ====== * api-change:``kms``: [``botocore``] Add HMAC best practice tip, annual rotation of AWS managed keys. * api-change:``glue``: [``botocore``] This release adds a new optional parameter called codeGenNodeConfiguration to CRUD job APIs that allows users to manage visual jobs via APIs. The updated CreateJob and UpdateJob will create jobs that can be viewed in Glue Studio as a visual graph. GetJob can be used to get codeGenNodeConfiguration. ``` ### 1.23.1 ``` ====== * api-change:``resiliencehub``: [``botocore``] In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments * api-change:``servicecatalog``: [``botocore``] Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters. * api-change:``discovery``: [``botocore``] Add Migration Evaluator Collector details to the GetDiscoverySummary API response * api-change:``sts``: [``botocore``] Documentation updates for AWS Security Token Service. * api-change:``workspaces-web``: [``botocore``] Amazon WorkSpaces Web now supports Administrator timeout control * api-change:``rekognition``: [``botocore``] Documentation updates for Amazon Rekognition. * api-change:``cloudfront``: [``botocore``] Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length. ``` ### 1.23.0 ``` ====== * feature:Loaders: [``botocore``] Support for loading gzip compressed model files. * api-change:``grafana``: [``botocore``] This release adds APIs for creating and deleting API keys in an Amazon Managed Grafana workspace. ``` ### 1.22.13 ``` ======= * api-change:``ivschat``: [``botocore``] Documentation-only updates for IVS Chat API Reference. * api-change:``lambda``: [``botocore``] Lambda releases NodeJs 16 managed runtime to be available in all commercial regions. * api-change:``kendra``: [``botocore``] Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html * api-change:``transfer``: [``botocore``] AWS Transfer Family now accepts ECDSA keys for server host keys * api-change:``iot``: [``botocore``] Documentation update for China region ListMetricValues for IoT * api-change:``workspaces``: [``botocore``] Increased the character limit of the login message from 600 to 850 characters. * api-change:``finspace-data``: [``botocore``] We've now deprecated CreateSnapshot permission for creating a data view, instead use CreateDataView permission. * api-change:``lightsail``: [``botocore``] This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request. * api-change:``outposts``: [``botocore``] Documentation updates for AWS Outposts. * api-change:``ec2``: [``botocore``] This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target. * api-change:``ssm-incidents``: [``botocore``] Adding support for dynamic SSM Runbook parameter values. Updating validation pattern for engagements. Adding ConflictException to UpdateReplicationSet API contract. ``` ### 1.22.12 ``` ======= * api-change:``secretsmanager``: [``botocore``] Doc only update for Secrets Manager that fixes several customer-reported issues. * api-change:``ec2``: [``botocore``] This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'. ``` ### 1.22.11 ``` ======= * api-change:``migration-hub-refactor-spaces``: [``botocore``] AWS Migration Hub Refactor Spaces documentation only update to fix a formatting issue. * api-change:``ec2``: [``botocore``] Added support for using NitroTPM and UEFI Secure Boot on EC2 instances. * api-change:``emr``: [``botocore``] Update emr client to latest version * api-change:``compute-optimizer``: [``botocore``] Documentation updates for Compute Optimizer * api-change:``eks``: [``botocore``] Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups ``` ### 1.22.10 ``` ======= * api-change:``evidently``: [``botocore``] Add detail message inside GetExperimentResults API response to indicate experiment result availability * api-change:``ssm-contacts``: [``botocore``] Fixed an error in the DescribeEngagement example for AWS Incident Manager. * api-change:``cloudcontrol``: [``botocore``] SDK release for Cloud Control API to include paginators for Python SDK. ``` ### 1.22.9 ``` ====== * api-change:``rds``: [``botocore``] Various documentation improvements. * api-change:``redshift``: [``botocore``] Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created. * api-change:``ec2``: [``botocore``] Add new state values for IPAMs, IPAM Scopes, and IPAM Pools. * api-change:``mediapackage``: [``botocore``] This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints. * api-change:``securityhub``: [``botocore``] Documentation updates for Security Hub API reference * api-change:``location``: [``botocore``] Amazon Location Service now includes a MaxResults parameter for ListGeofences requests. ``` ### 1.22.8 ``` ====== * api-change:``ec2``: [``botocore``] Amazon EC2 I4i instances are powered by 3rd generation Intel Xeon Scalable processors and feature up to 30 TB of local AWS Nitro SSD storage * api-change:``kendra``: [``botocore``] AWS Kendra now supports hierarchical facets for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/filtering.html * api-change:``iot``: [``botocore``] AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control. * api-change:``datasync``: [``botocore``] AWS DataSync now supports a new ObjectTags Task API option that can be used to control whether Object Tags are transferred. ``` ### 1.22.7 ``` ====== * api-change:``ssm``: [``botocore``] This release adds the TargetMaps parameter in SSM State Manager API. * api-change:``backup``: [``botocore``] Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup * api-change:``lightsail``: [``botocore``] Documentation updates for Lightsail * api-change:``iotsecuretunneling``: [``botocore``] This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens ``` ### 1.22.6 ``` ====== * api-change:``ec2``: [``botocore``] Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter. * api-change:``s3``: [``botocore``] Documentation only update for doc bug fixes for the S3 API docs. * api-change:``kinesisvideo``: [``botocore``] Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API. * api-change:``sagemaker``: [``botocore``] SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image. * api-change:``kinesis-video-archived-media``: [``botocore``] Add support for GetImages API for retrieving images from a video stream ``` ### 1.22.5 ``` ====== * api-change:``organizations``: [``botocore``] This release adds the INVALID_PAYMENT_INSTRUMENT as a fail reason and an error message. * api-change:``synthetics``: [``botocore``] CloudWatch Synthetics has introduced a new feature to provide customers with an option to delete the underlying resources that Synthetics canary creates when the user chooses to delete the canary. * api-change:``outposts``: [``botocore``] This release adds a new API called ListAssets to the Outposts SDK, which lists the hardware assets in an Outpost. ```
Links - PyPI: https://pypi.org/project/boto3 - Changelog: https://pyup.io/changelogs/boto3/ - Repo: https://github.com/boto/boto3

Update numpy from 1.22.3 to 1.23.0.

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

Links - PyPI: https://pypi.org/project/numpy - Homepage: https://www.numpy.org

Update wrapt from 1.14.0 to 1.14.1.

Changelog ### 1.14.1 ``` -------------- **Bugs Fixed** * When the post import hooks mechanism was being used, and a Python package with its own custom module importer was used, importing modules could fail if the custom module importer didn't use the latest Python import hook finder/loader APIs and instead used the deprecated API. This was actually occurring with the `zipimporter` in Python itself, which was not updated to use the newer Python APIs until Python 3.10. ```
Links - PyPI: https://pypi.org/project/wrapt - Changelog: https://pyup.io/changelogs/wrapt/ - Repo: https://github.com/GrahamDumpleton/wrapt

Update argcmdr from 0.7.0 to 0.12.0.

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

Links - PyPI: https://pypi.org/project/argcmdr - Repo: https://github.com/dssg/argcmdr

Update requests from 2.27.1 to 2.28.1.

Changelog ### 2.28.1 ``` ------------------- **Improvements** - Speed optimization in `iter_content` with transition to `yield from`. (6170) **Dependencies** - Added support for chardet 5.0.0 (6179) - Added support for charset-normalizer 2.1.0 (6169) ``` ### 2.28.0 ``` ------------------- **Deprecations** - ⚠️ Requests has officially dropped support for Python 2.7. ⚠️ (6091) - Requests has officially dropped support for Python 3.6 (including pypy3.6). (6091) **Improvements** - Wrap JSON parsing issues in Request's JSONDecodeError for payloads without an encoding to make `json()` API consistent. (6097) - Parse header components consistently, raising an InvalidHeader error in all invalid cases. (6154) - Added provisional 3.11 support with current beta build. (6155) - Requests got a makeover and we decided to paint it black. (6095) **Bugfixes** - Fixed bug where setting `CURL_CA_BUNDLE` to an empty string would disable cert verification. All Requests 2.x versions before 2.28.0 are affected. (6074) - Fixed urllib3 exception leak, wrapping `urllib3.exceptions.SSLError` with `requests.exceptions.SSLError` for `content` and `iter_content`. (6057) - Fixed issue where invalid Windows registry entires caused proxy resolution to raise an exception rather than ignoring the entry. (6149) - Fixed issue where entire payload could be included in the error message for JSONDecodeError. (6036) ```
Links - PyPI: https://pypi.org/project/requests - Changelog: https://pyup.io/changelogs/requests/ - Docs: https://requests.readthedocs.io

Update scipy from 1.8.0 to 1.8.1.

Changelog ### 1.8.1 ``` compared to `1.8.0`. Notably, usage of Pythran has been restored for Windows builds/binaries. Authors ======= * Henry Schreiner * Maximilian Nöthe * Sebastian Berg (1) * Sameer Deshmukh (1) + * Niels Doucet (1) + * DWesl (4) * Isuru Fernando (1) * Ralf Gommers (4) * Matt Haberland (1) * Andrew Nelson (1) * Dimitri Papadopoulos Orfanos (1) + * Tirth Patel (3) * Tyler Reddy (46) * Pamphile Roy (7) * Niyas Sait (1) + * H. Vetinari (2) * Warren Weckesser (1) A total of 17 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete. ```
Links - PyPI: https://pypi.org/project/scipy - Changelog: https://pyup.io/changelogs/scipy/ - Repo: https://github.com/scipy/scipy/releases - Homepage: https://www.scipy.org

Update scikit-learn from 1.0.2 to 1.1.1.

Changelog ### 1.1.1 ``` We're happy to announce the 1.1.1 release with several bugfixes: You can see the changelog here: https://scikit-learn.org/dev/whats_new/v1.1.html#version-1-1-1 You can upgrade with pip as usual: pip install -U scikit-learn The conda-forge builds will be available shortly, which you can then install using: conda install -c conda-forge scikit-learn ``` ### 1.1.0 ``` We're happy to announce the 1.1.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html and the long version of the change log under https://scikit-learn.org/stable/whats_new/v1.1.html#changes-1-1 This version supports Python versions 3.8 to 3.10. ```
Links - PyPI: https://pypi.org/project/scikit-learn - Changelog: https://pyup.io/changelogs/scikit-learn/ - Homepage: http://scikit-learn.org

Update matplotlib from 3.5.1 to 3.5.2.

Changelog ### 3.5.2 ``` This is the second bugfix release of the 3.5.x series. This release contains several bug-fixes and adjustments: * Add support for Windows on ARM (source-only; no wheels provided yet) * Add year to concise date formatter when displaying less than 12 months * Disable `QuadMesh` mouse cursor to avoid severe performance regression in `pcolormesh` * Delay backend selection to allow choosing one in more cases * Fix automatic layout bugs in EPS output * Fix autoscaling of `scatter` plots * Fix clearing of subfigures * Fix colorbar exponents, inversion of extensions, and use on inset axes * Fix compatibility with various NumPy-like classes (e.g., Pandas, xarray, etc.) * Fix constrained layout bugs with mixed subgrids * Fix `errorbar` with dashes * Fix errors in conversion to GTK4 and Qt6 * Fix figure options accidentally re-ordering data * Fix keyboard focus of TkAgg backend * Fix manual selection of contour labels * Fix path effects on text with whitespace * Fix `quiver` in subfigures * Fix `RangeSlider.set_val` displaying incorrectly * Fix regressions in collection data limits * Fix `stairs` with no edgecolor * Fix some leaks in Tk backends * Fix tight layout DPI confusion * Fix tool button customizability and some tool manager bugs * Only set Tk HiDPI scaling-on-map for Windows systems * Partially allow TTC font collection files by selecting the first font ```
Links - PyPI: https://pypi.org/project/matplotlib - Changelog: https://pyup.io/changelogs/matplotlib/ - Homepage: https://matplotlib.org

Update moto from 3.1.7 to 3.1.16.

Changelog ### 3.1.16 ``` ----- Docker Digest for 3.1.16: _sha256:e7d79262fac1553966fb8c894dc81a750c4a18745977da6a15dffc35c596f8c4_ New Methods: * Autoscaling: * enable_metrics_collection() Miscellaneous: * Fixes a dependency-error that popped up in 3.1.15. ``` ### 3.1.15 ``` ----- Docker Digest for 3.1.15: _sha256:fad9fc39322cbabf4440ac5f6a3a158ee759dcd963995fea9672136c50bd2fc3_ Known bugs: * Some services will throw an error: Missing module 'openapi_spec_validator'. This is fixed in 3.1.16. New Methods: * Databrew: * create_profile_job() * create_recipe_job() * delete_job() * describe_job() * list_jobs() * update_profile_job() * update_recipe_job() * Glue: * create_registry() * Greengrass: * create_group() * create_group_version() * delete_group() * get_group() * get_group_version() * list_groups() * list_group_versions() * update_group() * KMS: * sign() * verify() * Route53Resolver: * associate_resolver_endpoint_ip_address() * disassociate_resolver_endpoint_ip_address() ``` ### 3.1.14 ``` ----- Docker Digest for 3.1.14: _sha256:a8ad7f54d7c469e34454f6774f743251c02093c6b2d7e9d7961a5de366783e11_ New Methods: * Greengrass: * create_function_definition() * create_resource_definition() * create_function_definition_version() * create_resource_definition_version() * create_subscription_definition() * create_subscription_definition_version() * delete_function_definition() * delete_resource_definition() * delete_subscription_definition() * get_function_definition() * get_function_definition_version() * get_resource_definition() * get_resource_definition_version() * get_subscription_definition() * get_subscription_definition_version() * list_function_definitions() * list_function_definition_versions() * list_resource_definitions() * list_resource_definition_versions() * list_subscription_definitions() * list_subscription_definition_versions() * update_function_definition() * update_resource_definition() * update_subscription_definition() * EKS: * list_tags_for_resources() * tag_resource() * untag_resource() * Route53: * associate_vpc_with_hosted_zone() * disassociate_vpc_from_hosted_zone() * update_health_check() * update_hosted_zone_comment() Miscellaneous: * APIGateway:put_integration() now supports the requestParameters-parameter * EC2:create_route() now validates whether a route already exists ``` ### 3.1.13 ``` ----- Docker Digest for 3.1.13: _sha256:d7f6c779c79f03b686747ae26b52bdca26fd81a50c6a41a8a6cba50c96982abf_ New Methods: * EC2: * create_default_vpc() * Greengrass: * create_device_definition() * create_device_definition_version() * delete_core_definition() * delete_device_definition() * get_core_definition() * get_core_definition_version() * get_device_definition() * get_device_definition_version() * list_core_definitions() * list_core_definition_versions() * list_device_definitions() * list_device_definition_versions() * update_core_definition() * update_device_definition() * SSO Admin: * create_permission_set() * delete_permission_set() * describe_permission_set() * list_permission_sets() * update_permission_set() * Route53: * get_dnssec() * get_health_check() * Miscellaneous: * StateManager now supports `s3::keyrestore`, managing how long it takes to restore S3 objects from Glacier. ``` ### 3.1.12 ``` ----- Docker Digest for 3.1.12: _sha256:64dcfb63b252b3413481683b90f105d01644b6bec150b60e6f612a2569ee630c_ New Services: * Greengrass: * create_core_definition() * create_core_definition_version() Internal Changes: * The data structure containing all of Moto's state has been updated to support multiple accounts ``` ### 3.1.11 ``` ----- Docker Digest for 3.1.11: _sha256:bb359c5e57e38534eb8e934757354277fff30598ca305d0f18f68ddfe4ce6359_ New Methods: * GuardDuty: * create_filter() * delete_detector() * delete_filter() * enable_organization_admin_account() * get_detector() * get_filter() * list_organization_admin_accounts() * update_detector() * update_filter() * KMS: * create_grant() * list_grants() * list_retirable_grants() * retire_grant() * revoke_grant() Miscellaneous: * EC2:describe_network_acls() now supports the `entry.egress`-filter * EC2:run_instances() now supports validation for the KeyPair-parameter. This is disabled by default - set MOTO_ENABLE_KEYPAIR_VALIDATION to true to enable this. * EC2:run_instances() now supports validation for the ImageId-parameter. This is disabled by default - set MOTO_ENABLE_AMI_VALIDATION to true to enable this. ``` ### 3.1.10 ``` ----- Docker Digest for 3.1.10: _sha256:18c6367dbb843850a5b52bc2b74cde9fd2a03719da667aa01b7c80de26849fb6_ New Methods: * APIGateway: * import_rest_api() * put_rest_api() * Glue: * get_tags() * tag_resource() * untag_resource() Miscellaneous: * APIGateway:put_integration() now supports the passthroughBehavior-parameter * APIGatewayV2:create_authorizer() now supports the AuthorizerPayloadFormatVersion-parameter * AWSLamba:publish_layer_version() now supports the CompatibleArchitectures-parameter * DAX:create_cluster() now supports the ClusterEndpointEncryptionType-parameter * EC2:describe_route_tables() now supports the filter `route.gateway-id` * EC2:run_instances() now validates whether the Placement-parameter has a valid availabilty zone * ECS:list_services() now supports the launchType-parameter * ELB:describe_instance_health() now returns the OutOfService-status when appropriate * Organizations:list_accounts_for_parent() now supports pagination * Organizations:list_organizational_units_for_parent() now supports pagination ``` ### 3.1.9 ``` ----- Docker Digest for 3.1.9: _sha256:eea31d2f99b2fef16cffb3ea86d21dd911647835a3182bedd8918074292ce552_ New Services: * EBS: * complete_snapshot() * get_snapshot_block() * list_changed_blocks() * list_snapshot_blocks() * put_snapshot_block() * start_snapshot() New Methods: * CloudFront: * update_distribution() * Datasets: * create_dataset() * delete_dataset() * describe_dataset() * list_datasets() * update_dataset() * Glue: * list_crawlers() * Rekognition: * get_face_search() * start_face_seach() Miscellaneous: * EC2:describe_vpc_endpoints() now supports the `vpc-endpoint-type`-filter * RDS:create_db_cluster() now supports the EnableCloudwatchLogsExports-parameter * RDS:create_db_instance() now supports the EnableCloudwatchLogsExports-parameter * SSM now integrates with SecretsManager ``` ### 3.1.8 ``` ----- Docker Digest for 3.1.8: _sha256:a7d8c55eec8d75d75dd2532a6a0a9647935238236a54e4de7bb3f72bc28b7bf8_ General: * Moto now supports a way to delay state transitions. See http://docs.getmoto.org/en/latest/docs/configuration/state_transition/index.html * Moto now supports `mock_batch_simple`, a way to mock the Batch-service without invoking Docker. New Methods: * CognitoIDP: * global_sign_out() * update_group() * update_user_attributes() * DataBrew: * delete_recipe_version() * list_recipe_versions() * publish_recipe() * IAM: * create_service_linked_role() * delete_service_linked_role() * get_service_linked_role_deletion_status() * Sagemaker: * update_endpoint_weights_and_capacities() Miscellaneous: * EC2: request_spot_fleet() now supports the parameters LaunchTemplateConfigs, InstanceInterruptionBehavior * EC2: request_spot_instances() now supports the InstanceInterruptionBehavior-parameter * EC2: The status of a SpotInstances request now automatically transitions to 'Active/Fulfilled' * EC2: Tags specified into create_launch_template() are now passed through when calling `run_instances()` with this template * RDS: describe_db_instances() now supports the filter `db-cluster-id` * TimestreamWrite: create_table() now supports the MagneticStoreWriteProps-parameter * TimestreamWrite: update_table() now supports the MagneticStoreWriteProps-parameter ```
Links - PyPI: https://pypi.org/project/moto - Changelog: https://pyup.io/changelogs/moto/ - Repo: https://github.com/spulec/moto

Update fakeredis from 1.7.1 to 1.8.1.

Changelog ### 1.8.1 ``` What's Changed * fix: allow redis 4.3.* by terencehonles in https://github.com/dsoftwareinc/fakeredis-py/pull/30 New Contributors * terencehonles made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/30 **Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/v1.8...v1.8.1 ``` ### 1.8 ``` What's Changed * Fix handling url with username and password by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/27 * Refactor tests by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/28 **Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/v1.7.6.1...v1.8 ``` ### 1.7.6.1 ``` What's Changed * 23 - Re-add dependencies lost during switch to poetry by xkortex in https://github.com/dsoftwareinc/fakeredis-py/pull/26 New Contributors * xkortex made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/26 **Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/v1.7.6...v1.7.6.1 ``` ### 1.7.6 ``` Added * add IMOVE operation by BGroever in https://github.com/dsoftwareinc/fakeredis-py/pull/11 * Add SMISMEMBER command by OlegZv in https://github.com/dsoftwareinc/fakeredis-py/pull/20 Removed * Remove Python 3.7 by nzw0301 in https://github.com/dsoftwareinc/fakeredis-py/pull/8 What's Changed * fix: work with redis.asyncio by zhongkechen in https://github.com/dsoftwareinc/fakeredis-py/pull/10 * Migrate to poetry by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/12 * Create annotation for redis4+ tests by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/14 * Make aioredis and lupa optional dependencies by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/16 * Remove aioredis requirement if redis-py 4.2+ by ikornaselur in https://github.com/dsoftwareinc/fakeredis-py/pull/19 New Contributors * nzw0301 made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/8 * zhongkechen made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/10 * BGroever made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/11 * ikornaselur made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/19 * OlegZv made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/20 **Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/v1.7.5...v1.7.6 Thanks to our sponsors this month - beatgeek ``` ### 1.7.5 ``` What's Changed * Fix python3.8 redis4.2+ issue by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/6 **Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/v1.7.4...v1.7.5 ``` ### 1.7.4 ``` What's Changed * Support for python3.8 by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/1 * Feature/publish action by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/2 New Contributors * cunla made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/1 **Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/1.7.1...v1.7.4 What's Changed * Support for python3.8 by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/1 * Feature/publish action by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/2 New Contributors * cunla made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/1 **Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/1.7.1...v1.7.4 ``` ### 1.7.3 ``` What's Changed * Support for python3.8 by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/1 * Feature/publish action by cunla in https://github.com/dsoftwareinc/fakeredis-py/pull/2 New Contributors * cunla made their first contribution in https://github.com/dsoftwareinc/fakeredis-py/pull/1 **Full Changelog**: https://github.com/dsoftwareinc/fakeredis-py/compare/1.7.1...v1.7.3 ```
Links - PyPI: https://pypi.org/project/fakeredis - Changelog: https://pyup.io/changelogs/fakeredis/ - Repo: https://github.com/dsoftwareinc/fakeredis-py

Update hypothesis from 6.46.1 to 6.48.2.

Changelog ### 6.48.2 ``` ------------------- This patch tidies up some internal introspection logic, which will improve support for positional-only arguments in a future release (:issue:`2706`). ``` ### 6.48.1 ``` ------------------- This release automatically rewrites some simple filters, such as ``floats().filter(lambda x: x >= 10)`` to the more efficient ``floats(min_value=10)``, based on the AST of the predicate. We continue to recommend using the efficient form directly wherever possible, but this should be useful for e.g. :pypi:`pandera` "``Checks``" where you already have a simple predicate and translating manually is really annoying. See :issue:`2701` for details. ``` ### 6.48.0 ``` ------------------- This release raises :class:`~unittest.SkipTest` for which never executed any examples, for example because the :obj:`~hypothesis.settings.phases` setting excluded the :obj:`~hypothesis.Phase.explicit`, :obj:`~hypothesis.Phase.reuse`, and :obj:`~hypothesis.Phase.generate` phases. This helps to avoid cases where broken tests appear to pass, because they didn't actually execute (:issue:`3328`). ``` ### 6.47.5 ``` ------------------- This patch fixes type annotations that had caused the signature of :func:`given <hypothesis.given>` to be partially-unknown to type-checkers for Python versions before 3.10. ``` ### 6.47.4 ``` ------------------- This patch fixes :func:`~hypothesis.strategies.from_type` on Python 3.11, following `python/cpython93754 <https://github.com/python/cpython/pull/93754/>`__. ``` ### 6.47.3 ``` ------------------- This patch makes the :obj:`~hypothesis.HealthCheck.too_slow` health check more consistent with long :obj:`~hypothesis.settings.deadline` tests (:issue:`3367`) and fixes an install issue under :pypi:`pipenv` which was introduced in :ref:`Hypothesis 6.47.2 <v6.47.2>` (:issue:`3374`). ``` ### 6.47.2 ``` ------------------- We now use the :pep:`654` `ExceptionGroup <https://docs.python.org/3.11/library/exceptions.html#ExceptionGroup>`__ type - provided by the :pypi:`exceptiongroup` backport on older Pythons - to ensure that if multiple errors are raised in teardown, they will all propagate. ``` ### 6.47.1 ``` ------------------- Our pretty-printer no longer sorts dictionary keys, since iteration order is stable in Python 3.7+ and this can affect reproducing examples (:issue:`3370`). This PR was kindly supported by `Ordina Pythoneers <https://www.ordina.nl/vakgebieden/python/>`__. ``` ### 6.47.0 ``` ------------------- The :doc:`Ghostwritter <ghostwriter>` can now write tests for :obj:`classmethod <classmethod>` or :obj:`staticmethod <staticmethod>` methods, in addition to the existing support for functions and other callables (:issue:`3318`). Thanks to Cheuk Ting Ho for the patch. ``` ### 6.46.11 ``` -------------------- Mention :func:`hypothesis.strategies.timezones` in the documentation of :func:`hypothesis.strategies.datetimes` for completeness. Thanks to George Macon for this addition. ``` ### 6.46.10 ``` -------------------- This release contains some small improvements to our documentation. Thanks to Felix Divo for his contribution! ``` ### 6.46.9 ``` ------------------- This patch by Adrian Garcia Badaracco adds type annotations to some private internals (:issue:`3074`). ``` ### 6.46.8 ``` --
pyup-bot commented 2 years ago

Closing this in favor of #905