Skip to content

Commit d124457

Browse files
author
Bob Strahan
committed
pin package versions
1 parent 8064e80 commit d124457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/idp_common_pkg/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ evaluation = [
7575

7676
# Criteria validation module dependencies
7777
criteria_validation = [
78-
"s3fs>=2023.12.0", # For S3 file system operations
78+
"s3fs==2025.5.1", # For S3 file system operations
7979
]
8080

8181
# Reporting module dependencies
@@ -104,9 +104,9 @@ test = [
104104
"PyYAML==6.0.2",
105105
"openpyxl==3.1.5",
106106
"python-docx==1.2.0",
107-
"moto[s3]>=4.2.0", # For mocking AWS services in tests
107+
"moto[s3]==5.1.8", # For mocking AWS services in tests
108108
"Pillow==11.2.1", # Required for image processing in assessment tests
109-
"s3fs>=2023.12.0", # Required for criteria validation tests
109+
"s3fs==2025.5.1", # Required for criteria validation tests
110110
]
111111

112112
# Full package with all dependencies

0 commit comments

Comments
 (0)