Skip to content

Commit f57feb6

Browse files
committed
Updated cryptography to 44.0.1
1 parent 85bbfdb commit f57feb6

3 files changed

Lines changed: 45 additions & 36 deletions

File tree

.github/workflows/sbom.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
deploy:
2020
name: Software Bill of Materials
2121
runs-on: ubuntu-22.04
22+
23+
container:
24+
image: python:3.13-slim
25+
2226
permissions:
2327
actions: read
2428
contents: write

poetry.lock

Lines changed: 40 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ lxml = "^5.0"
2828
boto3 = "^1.34.0"
2929
ansible-core = "^2.19.4"
3030
urllib3 = "^2.5.0"
31+
cryptography = "44.0.1"
3132

3233
[poetry.group.dev.dependencies]
3334
ansible-lint = "^6.0"

0 commit comments

Comments
 (0)