Skip to content
2 changes: 1 addition & 1 deletion requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ boto3>=1.34.128
botocore>=1.34.8
brotli>=1.1.0
cachetools>=5
celery>=5
celery==5.5.2
click>=8.2
confluent-kafka>=2.3.0
cronsim>=2.6
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ botocore==1.34.128
brotli==1.1.0
build==0.8.0
cachetools==5.3.0
celery==5.3.5
celery==5.5.2
certifi==2024.7.4
cffi==1.17.1
cfgv==3.3.1
Expand Down Expand Up @@ -92,7 +92,7 @@ jsonschema==4.20.0
jsonschema-path==0.3.2
jsonschema-spec==0.2.4
jsonschema-specifications==2023.7.1
kombu==5.4.2
kombu==5.5.3
lazy-object-proxy==1.10.0
lxml==5.3.0
lxml-stubs==0.4.0
Expand Down
4 changes: 2 additions & 2 deletions requirements-frozen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ boto3==1.34.128
botocore==1.34.128
brotli==1.1.0
cachetools==5.3.0
celery==5.3.5
celery==5.5.2
certifi==2024.7.4
cffi==1.17.1
chardet==5.2.0
Expand Down Expand Up @@ -73,7 +73,7 @@ isodate==0.6.1
jmespath==0.10.0
jsonschema==4.20.0
jsonschema-specifications==2023.7.1
kombu==5.4.2
kombu==5.5.3
lxml==5.3.0
maxminddb==2.3.0
milksnake==0.1.6
Expand Down
Loading