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

Update all minor versions (master) (minor) #1064

Merged
merged 2 commits into from
Apr 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
PyCQA/prospector repository minor v1.8.4 -> v1.9.0 age adoption passing confidence
google-api-python-client dependencies minor 2.80.0 -> 2.83.0 age adoption passing confidence
jsonschema-gentypes dependencies minor 1.4.1 -> 1.5.0 age adoption passing confidence
pyOpenSSL (source) dependencies minor 23.0.0 -> 23.1.1 age adoption passing confidence
python-jsonschema/check-jsonschema repository minor 0.20.0 -> 0.22.0 age adoption passing confidence
sbrunner/hooks repository minor 0.3.2 -> 0.5.0 age adoption passing confidence
snyk dependencies minor 1.1111.0 -> 1.1133.0 age adoption passing confidence
types-setuptools (changelog) dev-dependencies minor 67.4.0.3 -> 67.6.0.6 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

PyCQA/prospector

v1.9.0: 1.9.0

Compare Source

https://github.com/PyCQA/prospector/milestone/3

googleapis/google-api-python-client

v2.83.0

Compare Source

Features

v2.82.0

Compare Source

Features
Bug Fixes

v2.81.0

Compare Source

Features
camptocamp/jsonschema-gentypes

v1.5.0

Compare Source

[1.5.0] - 2023-03-20

Added
Changed
Fixed
Updated

Generated by Automation

pyca/pyopenssl

v23.1.1

Compare Source

Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Deprecations:
^^^^^^^^^^^^^

Changes:
^^^^^^^^

  • Worked around an issue in OpenSSL 3.1.0 which caused X509Extension.get_short_name to raise an exception when no short name was known to OpenSSL.
    #&#8203;1204 <https://github.com/pyca/pyopenssl/pull/1204>_.

v23.1.0

Compare Source

Backward-incompatible changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Deprecations:
^^^^^^^^^^^^^

Changes:
^^^^^^^^

  • cryptography maximum version has been increased to 40.0.x.
  • Add OpenSSL.SSL.Connection.DTLSv1_get_timeout and OpenSSL.SSL.Connection.DTLSv1_handle_timeout
    to support DTLS timeouts #&#8203;1180 <https://github.com/pyca/pyopenssl/pull/1180>_.
python-jsonschema/check-jsonschema

v0.22.0

Compare Source

  • Update vendored schemas: buildkite, github-workflows, gitlab-ci, renovate,
    travis (2023-03-08)
  • The check-dependabot hook now also supports .github/dependabot.yaml
    Thanks :user:noorul!
  • Fix a mistake in the dependency bound for jsonschema, which was intended
    to change in v0.21.0

v0.21.0

Compare Source

  • Update vendored schemas: github-workflows, gitlab-ci, renovate (2023-01-24)
  • Fix a bug in which --check-metaschema was not building validators correctly.
    The metaschema's schema dialect is chosen correctly now, and metaschema
    formats are now checked by default. This can be disabled with
    --disable-format.
  • Fix the resolution of $schema dialect to format checker classes
  • Fix package dependency lower bounds, including setting jsonschema>=4.5.1
  • Output colorization can now be controlled with
    --color [never|always|auto]. Thanks :user:WillDaSilva!
sbrunner/hooks

v0.5.0

Compare Source

[0.5.0] - 2023-03-03

Fixed

Generated by Automation

v0.4.0

Compare Source

[0.4.0] - 2023-03-03

Added
Changed
Fixed

Generated by Automation

snyk/snyk

v1.1133.0

Compare Source

Features
  • upgrade snyk/cli-extension-sbom (f83aa64)

v1.1132.0

Compare Source

Bug Fixes
  • Help behaviour for Extensions (5d1b4cf)

v1.1131.0

Compare Source

Features
  • add IAC_RULES_CLIENT_URL to override the URL of the rules client in snyk-iac-test (d9721f2)
  • update snyk-go-plugin 1.19.5 (76f26c8)

v1.1130.0

Compare Source

v1.1129.0

Compare Source

Bug Fixes
  • bump nodejs parser to 1.48.2 (ec343cb)

v1.1128.0

Compare Source

Bug Fixes
  • bump nodejs parser to 1.48.1 (4cfae29)
Features

v1.1127.0

Compare Source

Features
  • add debug info for failed send test payload request (770c7c3)

v1.1126.0

Compare Source

v1.1125.0

Compare Source

Bug Fixes

v1.1124.0

Compare Source

Bug Fixes
Features
  • npm lock v2 and v3 support (3c48d2e)
  • npm workspaces support (921d41b)

v1.1123.0

Compare Source

Features
  • bump snyk cpp plugin to 2.22.0 (2e84eef)

v1.1122.0

Compare Source

Bug Fixes
  • support new setuptools version (1c740b4)

v1.1121.0

Compare Source

v1.1120.0

Compare Source

Bug Fixes

v1.1119.0

Compare Source

Bug Fixes
  • upgrade docker plugin to resolve OCI errors and go 1.20 support (8cfea5d)

v1.1118.0

Compare Source

Features
  • bump Snyk docker plugin to 6.0.0 (ad884fe)

v1.1117.0

Compare Source

Bug Fixes
Features
  • add a new snyk iac capture command (39b3652)

v1.1116.0

Compare Source

Bug Fixes
  • bump snyk-iac-test to v0.40.4 (fd13369)

v1.1115.0

Compare Source

Features
  • Release of the Extensible CLI via npm (e7e558c)

v1.1114.0

Compare Source

Features
  • Revert the Release of the Extensible CLI via npm (19f8721)

v1.1113.0

Compare Source

Bug Fixes
  • move message from stdout to stderr (2686818)
Features
  • add context flag to Snyk App create command (a483033)

v1.1112.0

Compare Source

Bug Fixes
Features
  • Release of the Extensible CLI via npm (e951741)

Configuration

📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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, check this box

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

@renovate renovate bot added the dependencies Update the dependencies label Apr 1, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Success approve. Enjoy 🏳️‍🌈🎉.

@renovate renovate bot force-pushed the renovate/master-all-minor-versions branch from 3410316 to 67dcb57 Compare April 2, 2023 14:59
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Success approve. Enjoy 🏳️‍🌈🎉.

@renovate renovate bot force-pushed the renovate/master-all-minor-versions branch from 67dcb57 to ee2498d Compare April 3, 2023 07:11
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Success approve. Enjoy 🏳️‍🌈🎉.

@renovate
Copy link
Contributor Author

renovate bot commented Apr 3, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sbrunner sbrunner merged commit eeac5e1 into master Apr 3, 2023
@sbrunner sbrunner deleted the renovate/master-all-minor-versions branch April 3, 2023 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant