Skip to content

Update dependency cryptography to v44.0.3 #2128

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

Merged
merged 1 commit into from
May 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws-py-oidc-provider-pulumi-cloud/requirements.txt
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ pulumi-aws>=6.0.2,<7.0.0
certifi==2025.1.31
cffi==1.17.1
charset-normalizer==3.4.1
cryptography==44.0.1
cryptography==44.0.3
idna==3.10
pycparser==2.22
pyOpenSSL==25.0.0

Unchanged files with check annotations Beta

// Default the resource ID to `{name}_id`.
args.Id ??= args.Name != null ? $"{args.Name}_id" : "unknown_id";
return Task.FromResult((args.Id, (object)outputs.ToImmutable()));

Check warning on line 50 in testing-unit-cs-mocks/Testing.cs

GitHub Actions / .NET unit tests (testing-unit-cs-mocks)

Nullability of reference types in value of type 'Task<(string Id, object)>' doesn't match target type 'Task<(string? id, object state)>'.
}
public Task<object> CallAsync(MockCallArgs args)