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

⬆️ Bump the production-dependencies group across 1 directory with 7 updates #2186

Merged
merged 3 commits into from
Sep 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps the production-dependencies group with 7 updates in the / directory:

Package From To
cryptography 43.0.0 43.0.1
pulumi-azure-native 2.58.0 2.59.0
pulumi-random 4.16.3 4.16.4
pulumi 3.130.0 3.131.0
pydantic 2.8.2 2.9.1
ruff 0.6.3 0.6.4
types-requests 2.32.0.20240712 2.32.0.20240907

Updates cryptography from 43.0.0 to 43.0.1

Changelog

Sourced from cryptography's changelog.

43.0.1 - 2024-09-03


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2.

.. _v43-0-0:

Commits

Updates pulumi-azure-native from 2.58.0 to 2.59.0

Release notes

Sourced from pulumi-azure-native's releases.

v2.59.0

Does the PR have any schema changes?

Found 13 breaking changes:

Resources

  • 🔴 "azure-native:security:AdaptiveApplicationControl" missing

Functions

  • 🔴 "azure-native:security:getAdaptiveApplicationControl" missing

Types

  • 🔴 "azure-native:security:AdaptiveApplicationControlIssueSummaryResponse" missing
  • 🔴 "azure-native:security:PathRecommendation" missing
  • 🔴 "azure-native:security:PathRecommendationResponse" missing
  • 🔴 "azure-native:security:ProtectionMode" missing
  • 🔴 "azure-native:security:ProtectionModeResponse" missing
  • 🔴 "azure-native:security:PublisherInfo" missing
  • 🔴 "azure-native:security:PublisherInfoResponse" missing
  • 🔴 "azure-native:security:UserRecommendation" missing
  • 🔴 "azure-native:security:UserRecommendationResponse" missing
  • 🔴 "azure-native:security:VmRecommendation" missing
  • 🔴 "azure-native:security:VmRecommendationResponse" missing

New resources:

  • networkcloud.KubernetesClusterFeature

New functions:

  • networkcloud.getKubernetesClusterFeature

What's Changed

Full Changelog: pulumi/pulumi-azure-native@v2.58.0...v2.59.0

Commits
  • 641c531 Automated SDK generation @ azure-rest-api-specs e79d9ef3e065f2dcb6bd1db51e29c...
  • a19ae8b Bump AKS K8s versions to supported ones (#3550)
  • adca6e6 Automated SDK generation @ azure-rest-api-specs f1e65f90e77a72258801439e757fc...
  • f549e45 Automated SDK generation @ azure-rest-api-specs 31632cb7852bbef83b3f35068143d...
  • 6b9f17f Fix nightly upgrade (#3544)
  • See full diff in compare view

Updates pulumi-random from 4.16.3 to 4.16.4

Release notes

Sourced from pulumi-random's releases.

v4.16.4

Does the PR have any schema changes?

Looking good! No breaking changes found. No new resources/functions.

What's Changed

Full Changelog: pulumi/pulumi-random@v4.16.3...v4.16.4

Commits

Updates pulumi from 3.130.0 to 3.131.0

Release notes

Sourced from pulumi's releases.

v3.131.0

3.131.0 (2024-09-04)

Features

  • [cli] Include all engine events in the event-log #17101

  • [pkg] Added NewCachedLoader for caching schema loads. #17118

  • [yaml] Update yaml to v1.10 #17154

  • [auto/go] Include panic value in message for non-error panics #17066

  • [auto/nodejs] Add LocalWorkspace.install method for Nodejs #17134

  • [auto/python] Add LocalWorkspace.install method #17086

  • [cli/{display,plugin}] Render download and install progress as part of system messages during Pulumi operations #17019

  • [cli/state] Allow moving resources when there's already a provider with an identical URN in the destination stack, if the inputs match #17076

  • [sdk/nodejs] Respect .node-version and .nvmrc files in pulumi install #17060

Bug Fixes

  • [engine] Propagate deleted parents of untargeted resources #17117

  • [engine] Fix a snapshot integrity issue caused by deleteBeforeReplace and failed create operations #17146

  • [engine] Fix panic with user specified plugin paths #17141

  • [sdk] Use int32 in Go interfaces that map to protobufs using int32 #17068

  • [cli/display] Improve rendering of update diffs in some circumstances. #17029

... (truncated)

Changelog

Sourced from pulumi's changelog.

3.131.0 (2024-09-04)

Features

  • [cli] Include all engine events in the event-log #17101

  • [pkg] Added NewCachedLoader for caching schema loads. #17118

  • [yaml] Update yaml to v1.10 #17154

  • [auto/go] Include panic value in message for non-error panics #17066

  • [auto/nodejs] Add LocalWorkspace.install method for Nodejs #17134

  • [auto/python] Add LocalWorkspace.install method #17086

  • [cli/{display,plugin}] Render download and install progress as part of system messages during Pulumi operations #17019

  • [cli/state] Allow moving resources when there's already a provider with an identical URN in the destination stack, if the inputs match #17076

  • [sdk/nodejs] Respect .node-version and .nvmrc files in pulumi install #17060

Bug Fixes

  • [engine] Propagate deleted parents of untargeted resources #17117

  • [engine] Fix a snapshot integrity issue caused by deleteBeforeReplace and failed create operations #17146

  • [engine] Fix panic with user specified plugin paths #17141

  • [sdk] Use int32 in Go interfaces that map to protobufs using int32 #17068

  • [cli/display] Improve rendering of update diffs in some circumstances. #17029

... (truncated)

Commits

Updates pydantic from 2.8.2 to 2.9.1

Release notes

Sourced from pydantic's releases.

v2.9.1 (2024-09-09)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.0...v2.9.1

v2.9.0 (2024-09-05)

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

Check out our blog post to learn more about the release highlights!

What's Changed

Packaging

New Features

Changes

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.9.0 (2024-09-05)

GitHub release

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

What's Changed

Packaging

New Features

Changes

Performance

... (truncated)

Commits

Updates ruff from 0.6.3 to 0.6.4

Release notes

Sourced from ruff's releases.

0.6.4

Release Notes

Preview features

  • [flake8-builtins] Use dynamic builtins list based on Python version (#13172)
  • [pydoclint] Permit yielding None in DOC402 and DOC403 (#13148)
  • [pylint] Update diagnostic message for PLW3201 (#13194)
  • [ruff] Implement post-init-default (RUF033) (#13192)
  • [ruff] Implement useless if-else (RUF034) (#13218)

Rule changes

  • [flake8-pyi] Respect pep8_naming.classmethod-decorators settings when determining if a method is a classmethod in custom-type-var-return-type (PYI019) (#13162)
  • [flake8-pyi] Teach various rules that annotations might be stringized (#12951)
  • [pylint] Avoid no-self-use for attrs-style validators (#13166)
  • [pylint] Recurse into subscript subexpressions when searching for list/dict lookups (PLR1733, PLR1736) (#13186)
  • [pyupgrade] Detect aiofiles.open calls in UP015 (#13173)
  • [pyupgrade] Mark sys.version_info[0] < 3 and similar comparisons as outdated (UP036) (#13175)

CLI

  • Enrich messages of SARIF results (#13180)
  • Handle singular case for incompatible rules warning in ruff format output (#13212)

Bug fixes

  • [pydocstyle] Improve heuristics for detecting Google-style docstrings (#13142)
  • [refurb] Treat sep arguments with effects as unsafe removals (FURB105) (#13165)

Contributors

Install ruff 0.6.4

... (truncated)

Changelog

Sourced from ruff's changelog.

0.6.4

Preview features

  • [flake8-builtins] Use dynamic builtins list based on Python version (#13172)
  • [pydoclint] Permit yielding None in DOC402 and DOC403 (#13148)
  • [pylint] Update diagnostic message for PLW3201 (#13194)
  • [ruff] Implement post-init-default (RUF033) (#13192)
  • [ruff] Implement useless if-else (RUF034) (#13218)

Rule changes

  • [flake8-pyi] Respect pep8_naming.classmethod-decorators settings when determining if a method is a classmethod in custom-type-var-return-type (PYI019) (#13162)
  • [flake8-pyi] Teach various rules that annotations might be stringized (#12951)
  • [pylint] Avoid no-self-use for attrs-style validators (#13166)
  • [pylint] Recurse into subscript subexpressions when searching for list/dict lookups (PLR1733, PLR1736) (#13186)
  • [pyupgrade] Detect aiofiles.open calls in UP015 (#13173)
  • [pyupgrade] Mark sys.version_info[0] < 3 and similar comparisons as outdated (UP036) (#13175)

CLI

  • Enrich messages of SARIF results (#13180)
  • Handle singular case for incompatible rules warning in ruff format output (#13212)

Bug fixes

  • [pydocstyle] Improve heuristics for detecting Google-style docstrings (#13142)
  • [refurb] Treat sep arguments with effects as unsafe removals (FURB105) (#13165)
Commits
  • 65cc6ec Bump version to 0.6.4 (#13253)
  • 66fe226 [red-knot] fix lookup of nonlocal names in deferred annotations (#13236)
  • e965f9c [red-knot] Infer Unknown for the loop var in async for loops (#13243)
  • 0512428 [red-knot] Emit a diagnostic if the value of a starred expression or a `yield...
  • 46a4573 [red-knot] Add type inference for basic for loops (#13195)
  • 5728909 Make mypy pass on black in knot_benchmark (#13235)
  • 9d1bd7a [pylint] removed dunder methods in Python 3 (PLW3201) (#13194)
  • e37bde4 [ruff] implement useless if-else (RUF034) (#13218)
  • 862bd0c [red-knot] Add debug assert to check for duplicate definitions (#13214)
  • e1e9143 [red-knot] Handle multiple comprehension targets (#13213)
  • Additional commits viewable in compare view

Updates types-requests from 2.32.0.20240712 to 2.32.0.20240907

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the production-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.0` | `43.0.1` |
| [pulumi-azure-native](https://github.com/pulumi/pulumi-azure-native) | `2.58.0` | `2.59.0` |
| [pulumi-random](https://github.com/pulumi/pulumi-random) | `4.16.3` | `4.16.4` |
| [pulumi](https://github.com/pulumi/pulumi) | `3.130.0` | `3.131.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.3` | `0.6.4` |
| [types-requests](https://github.com/python/typeshed) | `2.32.0.20240712` | `2.32.0.20240907` |



Updates `cryptography` from 43.0.0 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.0...43.0.1)

Updates `pulumi-azure-native` from 2.58.0 to 2.59.0
- [Release notes](https://github.com/pulumi/pulumi-azure-native/releases)
- [Changelog](https://github.com/pulumi/pulumi-azure-native/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-azure-native@v2.58.0...v2.59.0)

Updates `pulumi-random` from 4.16.3 to 4.16.4
- [Release notes](https://github.com/pulumi/pulumi-random/releases)
- [Changelog](https://github.com/pulumi/pulumi-random/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-random@v4.16.3...v4.16.4)

Updates `pulumi` from 3.130.0 to 3.131.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.130.0...v3.131.0)

Updates `pydantic` from 2.8.2 to 2.9.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.9.1)

Updates `ruff` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.3...0.6.4)

Updates `types-requests` from 2.32.0.20240712 to 2.32.0.20240907
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pulumi-azure-native
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pulumi-random
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pulumi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: types-requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 9, 2024 10:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 9, 2024
Copy link

github-actions bot commented Sep 9, 2024

Coverage report

This PR does not seem to contain any modification to coverable code.

@craddm craddm merged commit 78c320c into develop Sep 9, 2024
12 checks passed
@craddm craddm deleted the dependabot/pip/production-dependencies-1cbf8ed340 branch September 9, 2024 11:18
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant