Skip to content

Commit a0a327b

Browse files
committed
2 parents 91a287e + 97d4636 commit a0a327b

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

lib/idp_common_pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ docs_service = [
145145

146146
# Testing dependencies
147147
test = [
148-
"pytest>=7.4.0",
148+
"pytest>=9.0.3",
149149
"pytest-cov>=4.1.0",
150150
"pytest-xdist>=3.3.1", # For parallel test execution
151151
"requests (>=2.32.3,<3.0.0)",

lib/idp_common_pkg/uv.lock

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

nested/multi-doc-discovery/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
scikit-learn>=1.5.0
44
scipy>=1.14.0
55
numpy==1.26.4
6-
Pillow==12.1.1
6+
Pillow==12.2.0
77
pypdfium2>=5.5.0
88
jinja2>=3.1.0
99
strands-agents==1.14.0

src/lambda/ocr_benchmark_deployer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
huggingface-hub==0.20.0
33

44
# For image handling
5-
Pillow==12.1.1
5+
Pillow==12.2.0
66

77
# For CloudFormation custom resource responses
88
cfnresponse

0 commit comments

Comments
 (0)