christopherpickering / flask-session2

Server side session extension for Flask
Other
35 stars 8 forks source link

chore(deps) Update all non-major dependencies #48

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Flask (changelog) 2.2.5 -> 2.3.2 age adoption passing confidence dependencies minor
JRubics/poetry-publish v1.16 -> v1.17 age adoption passing confidence action minor
boto3 1.26.137 -> 1.26.142 age adoption passing confidence dev-dependencies patch
coverage 7.2.5 -> 7.2.6 age adoption passing confidence dev-dependencies patch
elasticsearch 8.7.0 -> 8.8.0 age adoption passing confidence dev-dependencies minor
isort (source, changelog) 5.11.5 -> 5.12.0 age adoption passing confidence dev-dependencies minor
tox (changelog) 4.5.1 -> 4.5.2 age adoption passing confidence dev-dependencies patch

Release Notes

JRubics/poetry-publish ### [`v1.17`](https://togithub.com/JRubics/poetry-publish/releases/tag/v1.17) [Compare Source](https://togithub.com/JRubics/poetry-publish/compare/v1.16...v1.17) Add support for python 3.11.2 and 3.11.3 and latest pyenv
boto/boto3 ### [`v1.26.142`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126142) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.141...1.26.142) \======== - bugfix:`Polly`: \[`botocore`] Remove `Content-Type` header from `synthesize_speech` URL presigning. - api-change:`connect`: \[`botocore`] Documentation update for a new Initiation Method value in DescribeContact API - api-change:`iotwireless`: \[`botocore`] Add Multicast Group support in Network Analyzer Configuration. - api-change:`sagemaker`: \[`botocore`] Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances. ### [`v1.26.141`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126141) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.140...1.26.141) \======== - api-change:`application-autoscaling`: \[`botocore`] With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances. - api-change:`codepipeline`: \[`botocore`] Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API. - api-change:`gamelift`: \[`botocore`] GameLift FleetIQ users can now filter game server claim requests to exclude servers on instances that are draining. - api-change:`glue`: \[`botocore`] Added ability to create data quality rulesets for shared, cross-account Glue Data Catalog tables. Added support for dataset comparison rules through a new parameter called AdditionalDataSources. Enhanced the data quality results with a map containing profiled metric values. - api-change:`migration-hub-refactor-spaces`: \[`botocore`] This SDK update allows for path parameter syntax to be passed to the CreateRoute API. Path parameter syntax require parameters to be enclosed in {} characters. This update also includes a new AppendSourcePath field which lets users forward the source path to the Service URL endpoint. - api-change:`sagemaker`: \[`botocore`] Amazon SageMaker Automatic Model Tuning now supports enabling Autotune for tuning jobs which can choose tuning job configurations. ### [`v1.26.140`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126140) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.139...1.26.140) \======== - api-change:`appsync`: \[`botocore`] This release introduces AppSync Merged APIs, which provide the ability to compose multiple source APIs into a single federated/merged API. - api-change:`connect`: \[`botocore`] Amazon Connect Evaluation Capabilities: validation improvements - api-change:`cur`: \[`botocore`] Add support for split cost allocation data on a report. - api-change:`sagemaker`: \[`botocore`] SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API ### [`v1.26.139`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126139) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.138...1.26.139) \======== - api-change:`fms`: \[`botocore`] Fixes issue that could cause calls to GetAdminScope and ListAdminAccountsForOrganization to return a 500 Internal Server error. - api-change:`sagemaker`: \[`botocore`] Added ModelNameEquals, ModelPackageVersionArnEquals in request and ModelName, SamplePayloadUrl, ModelPackageVersionArn in response of ListInferenceRecommendationsJobs API. Added Invocation timestamps in response of DescribeInferenceRecommendationsJob API & ListInferenceRecommendationsJobSteps API. - api-change:`translate`: \[`botocore`] Added support for calling TranslateDocument API. ### [`v1.26.138`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#​126138) [Compare Source](https://togithub.com/boto/boto3/compare/1.26.137...1.26.138) \======== - api-change:`backup`: \[`botocore`] Added support for tags on restore. - api-change:`pinpoint`: \[`botocore`] Amazon Pinpoint is deprecating the tags parameter in the UpdateSegment, UpdateCampaign, UpdateEmailTemplate, UpdateSmsTemplate, UpdatePushTemplate, UpdateInAppTemplate and UpdateVoiceTemplate. Amazon Pinpoint will end support tags parameter by May 22, 2023. - api-change:`quicksight`: \[`botocore`] Add support for Asset Bundle, Geospatial Heatmaps.
nedbat/coveragepy ### [`v7.2.6`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-726--2023-05-23) [Compare Source](https://togithub.com/nedbat/coveragepy/compare/7.2.5...7.2.6) - Fix: the `lcov` command could raise an IndexError exception if a file is translated to Python but then executed under its own name. Jinja2 does this when rendering templates. Fixes `issue 1553`\_. - Python 3.12 beta 1 now inlines comprehensions. Previously they were compiled as invisible functions and coverage.py would warn you if they weren't completely executed. This no longer happens under Python 3.12. - Fix: the `coverage debug sys` command includes some environment variables in its output. This could have included sensitive data. Those values are now hidden with asterisks, closing `issue 1628`\_. .. \_issue 1553:[https://github.com/nedbat/coveragepy/issues/1553](https://togithub.com/nedbat/coveragepy/issues/1553)3 .. \_issue 1628[https://github.com/nedbat/coveragepy/issues/1628](https://togithub.com/nedbat/coveragepy/issues/1628)28 .. \_changes\_7-2-5:
elastic/elasticsearch-py ### [`v8.8.0`](https://togithub.com/elastic/elasticsearch-py/releases/tag/v8.8.0): 8.8.0 [Compare Source](https://togithub.com/elastic/elasticsearch-py/compare/v8.7.0...v8.8.0) - Added `include_defaults` parameter to the `cluster.get_component_template`, `indices.get_data_stream`, and `indices.get_index_template` API - Added the `indices.delete_data_lifecycle`, `indices.explain_data_lifecycle`, `indices.get_data_lifecycle`, and `indices.put_data_lifecycle` APIs - Added the **experimental** `search_application.delete`, `search_application.delete_behavioral_analytics`, `search_application.get`, `search_application.get_behavioral_analytics`, `search_application.list`, `search_application.put`, `search_application.put_behavioral_analytics`, and `search_application.search` APIs.
pycqa/isort ### [`v5.12.0`](https://togithub.com/pycqa/isort/blob/HEAD/CHANGELOG.md#​5120-January-28-2023) [Compare Source](https://togithub.com/pycqa/isort/compare/5.11.5...5.12.0) - Removed support for Python 3.7 - Fixed incompatiblity with latest poetry version - Added support for directory limitations within built in git hook
tox-dev/tox ### [`v4.5.2`](https://togithub.com/tox-dev/tox/compare/4.5.1...4.5.2) [Compare Source](https://togithub.com/tox-dev/tox/compare/4.5.1...4.5.2)

Configuration

📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (6e64f02) 51.51% compared to head (c6703d8) 51.51%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #48 +/- ## ======================================= Coverage 51.51% 51.51% ======================================= Files 2 2 Lines 860 860 Branches 141 141 ======================================= Hits 443 443 Misses 348 348 Partials 69 69 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.