Skip to content
Closed
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
8 changes: 4 additions & 4 deletions ci/builder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

black==24.4.2
# Pulls in dependencies that make launchdarkly/cloud tests fail, keep for now
boto3-stubs[ec2,iam,kinesis,s3,sqs,ssm,sts,s3tables]==1.41.5
boto3-stubs[ec2,iam,kinesis,s3,sqs,ssm,sts,s3tables]==1.42.19
boto3==1.41.5
click==8.1.3
cryptography==46.0.3
Expand Down Expand Up @@ -38,7 +38,7 @@ paramiko==4.0.0
pdoc==15.0.4
pg8000==1.31.5
prettytable==3.17.0
psutil==7.2.0
psutil==7.2.1
# psycopg 3.2.8 causes Scalability test failures
psycopg==3.2.7
psycopg-binary==3.2.7
Expand All @@ -52,7 +52,7 @@ pytest==8.4.2
pytest-split==0.10.0
pyyaml==6.0.3
requests==2.32.5
ruamel.yaml==0.18.17
ruamel.yaml==0.19.0
ruff==0.0.292
# Keep on 1.15.2 for Python 3.10 compatibility
scipy==1.15.2
Expand All @@ -63,7 +63,7 @@ toml==0.10.2
twine==6.2.0
types-Markdown==3.10.0.20251106
types-prettytable==3.4.2.6
types-psutil==7.1.3.20251211
types-psutil==7.2.1.20251231
types-PyMYSQL==1.1.0.20251220
types-PyYAML==6.0.12.20250915
types-requests==2.32.4.20250913
Expand Down