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

⬆️(dependencies) update python dependencies #1619

Merged
merged 1 commit into from Jun 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
black (changelog) ==22.3.0 -> ==22.6.0 age adoption passing confidence
boto3 ==1.24.12 -> ==1.24.18 age adoption passing confidence
channels ==3.0.4 -> ==3.0.5 age adoption passing confidence
chardet ==4.0.0 -> ==5.0.0 age adoption passing confidence
pytest-mock ==3.7.0 -> ==3.8.1 age adoption passing confidence
sentry-sdk (changelog) ==1.5.12 -> ==1.6.0 age adoption passing confidence
social-auth-core ==4.2.0 -> ==4.3.0 age adoption passing confidence
uvicorn (source, changelog) ==0.17.6 -> ==0.18.2 age adoption passing confidence

Release Notes

psf/black

v22.6.0

Compare Source

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 syntax (for example,
    except *ExceptionGroup:) is now supported (#​3016)
  • PEP 646 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)
boto/boto3

v1.24.18

Compare Source

=======

  • 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.

v1.24.17

Compare Source

=======

  • 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

v1.24.16

Compare Source

=======

  • 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.

v1.24.15

Compare Source

=======

  • 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.

v1.24.14

Compare Source

=======

  • 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.

v1.24.13

Compare Source

=======

  • 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.
django/channels

v3.0.5

Compare Source

Channels 3.0.5 is a bugfix release in the 3.0 series.

Please see the Version 3.0.5 release notes <https://channels.readthedocs.io/en/latest/releases/3.0.5.html>_ for full
details.

chardet/chardet

v5.0.0

Compare Source

⚠️ This release is the first release of chardet that no longer supports Python < 3.6 ⚠️

In addition to that change, it features the following user-facing changes:

pytest-dev/pytest-mock

v3.8.1

Compare Source

  • Fix regression caused by an explicit mock dependency in the code (#298_).

.. _#&#820https://github.com/pytest-dev/pytest-mock/issues/298ues/298

v3.8.0

Compare Source

  • Add MockerFixture.async_mock method. Thanks @PerchunPak_ for the PR (#296_).

.. _@​PerchunPak: https://github.com/PerchunPak
.. [https://github.com/pytest-dev/pytest-mock/pull/296](https://togithub.com/pytest-dev/pytest-mock/pull/296)-mock/pull/296

getsentry/sentry-python

v1.6.0

Compare Source

Various fixes & improvements
python-social-auth/social-core

v4.3.0

Compare Source

Added
  • Add backend for Hashicorp Vault OIDC backend
  • Add generic OpenID Connect backend
  • Add Grafana OAuth2 backend
  • Add MusicBrainz OAuth2 backend
Changed
  • Fixed redirect state for Keycloak backend
  • Add fallback to RSA256 in OpenID Connect when alg is not set
  • Fixed Azure backend so it can be used with all Azure authority hosts

Configuration

📅 Schedule: Branch creation - "before 7am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 27, 2022
@renovate renovate bot changed the title ⬆️(dependencies) update python dependencies ⬆️(dependencies): ⬆️(dependencies) update python dependencies Jun 27, 2022
@renovate renovate bot force-pushed the renovate/python-dependencies branch 4 times, most recently from e9cc479 to 86f4327 Compare June 28, 2022 01:34
@renovate renovate bot changed the title ⬆️(dependencies): ⬆️(dependencies) update python dependencies ⬆️(dependencies) update python dependencies Jun 28, 2022
@renovate renovate bot force-pushed the renovate/python-dependencies branch 2 times, most recently from d54990b to 8008d50 Compare June 28, 2022 09:43
@lunika lunika enabled auto-merge (rebase) June 28, 2022 09:58
@renovate renovate bot force-pushed the renovate/python-dependencies branch from 8008d50 to 140bebb Compare June 28, 2022 09:58
@lunika lunika merged commit aa4d293 into master Jun 28, 2022
@lunika lunika deleted the renovate/python-dependencies branch June 28, 2022 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant