Skip to content

Commit 23d7a00

Browse files
chore(deps): Update patch-updates
1 parent a5f256f commit 23d7a00

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##############################################
44
# Base Stage: Common configuration
55
##############################################
6-
FROM alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 AS base
6+
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS base
77

88
# Define OCI labels for all stages
99
ARG BUILD_DATE

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core Ansible
2-
ansible-core==2.20.1
2+
ansible-core==2.20.2
33

44
# Build Tools & Package Management
55
pip==26.0
@@ -26,7 +26,7 @@ dnspython==2.8.0
2626
crowdstrike-falconpy==1.6.0
2727

2828
# Performance & Optimization
29-
mitogen==0.3.37
29+
mitogen==0.3.39
3030

3131
# Windows Management
3232
pywinrm[credssp]==0.5.0
@@ -37,7 +37,7 @@ tomli-w==1.2.0
3737
tomli==2.4.0
3838

3939
# Cryptography & Security
40-
cryptography==46.0.3
40+
cryptography==46.0.4
4141
paramiko==4.0.0
4242
bcrypt==5.0.0
4343

@@ -60,8 +60,8 @@ redis==7.1.0
6060
pyvmomi==9.0.0.0
6161

6262
# AWS Integration
63-
boto3==1.42.33
64-
botocore==1.42.33
63+
boto3==1.42.39
64+
botocore==1.42.39
6565

6666
# Azure Integration
6767
azure-identity==1.25.1

0 commit comments

Comments
 (0)