Skip to content
Merged
Show file tree
Hide file tree
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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ boto3==1.37.38 ; python_full_version < '3.9'
# via
# awsiot-credentialhelper
# otaclient-iot-logging-server
boto3==1.42.34 ; python_full_version >= '3.9'
boto3==1.42.39 ; python_full_version >= '3.9'
# via
# awsiot-credentialhelper
# otaclient-iot-logging-server
Expand All @@ -41,7 +41,7 @@ botocore==1.37.38 ; python_full_version < '3.9'
# awsiot-credentialhelper
# boto3
# s3transfer
botocore==1.42.34 ; python_full_version >= '3.9'
botocore==1.42.39 ; python_full_version >= '3.9'
# via
# awsiot-credentialhelper
# boto3
Expand Down Expand Up @@ -72,7 +72,7 @@ multidict==6.1.0 ; python_full_version < '3.9'
# via
# aiohttp
# yarl
multidict==6.7.0 ; python_full_version >= '3.9'
multidict==6.7.1 ; python_full_version >= '3.9'
# via
# aiohttp
# yarl
Expand All @@ -84,7 +84,7 @@ propcache==0.4.1 ; python_full_version >= '3.9'
# yarl
protobuf==5.29.5 ; python_full_version < '3.9'
# via otaclient-iot-logging-server
protobuf==6.33.4 ; python_full_version >= '3.9'
protobuf==6.33.5 ; python_full_version >= '3.9'
# via otaclient-iot-logging-server
pydantic==2.10.6 ; python_full_version < '3.9'
# via
Expand Down
Loading
Loading