Skip to content

Commit

Permalink
Update pacakges' version in requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
yengliong93 committed Oct 29, 2024
1 parent 8a17fb4 commit ef1894e
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 33 deletions.
16 changes: 8 additions & 8 deletions inbm/cloudadapter-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#Production
jsonschema==4.20.0
types-jsonschema==4.20.0.0
jsonschema==4.23.0
types-jsonschema==4.23.0.20240813
requests==2.32.2
urllib3==1.26.19
urllib3==2.2.3
PySocks==1.7.1
psutil==5.9.5
shortuuid==1.0.1
pyinstaller==5.13.1
protobuf==5.28.2
grpcio==1.67.0
psutil==6.1.0
shortuuid==1.0.13
pyinstaller==6.11.0
protobuf==5.28.3
grpcio==1.67.1
2 changes: 1 addition & 1 deletion inbm/cloudadapter-agent/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mock==5.0.2
pytest==7.4.3
pytest-cov==4.1.0
pytest-mock==3.12.0
packaging==20.9
packaging==22.0
ddt==1.4.2
testtools==2.5.0
coverage==5.5
Expand Down
4 changes: 2 additions & 2 deletions inbm/configuration-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Production

pyinstaller==5.13.1
setuptools==70.0.0
pyinstaller==6.11.0
setuptools==75.2.0
2 changes: 1 addition & 1 deletion inbm/configuration-agent/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pytest==7.4.3
pytest-cov==4.1.0
pytest-mock==3.12.0
packaging==20.9
packaging==22.0
ddt==1.4.2
testtools==2.5.0
coverage==5.5
Expand Down
8 changes: 4 additions & 4 deletions inbm/diagnostic-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Production

psutil==5.9.5
types-psutil==5.9.5.17
shortuuid==1.0.1
pyinstaller==5.13.1
psutil==6.1.0
types-psutil==6.1.0.20241022
shortuuid==1.0.13
pyinstaller==6.11.0
setuptools==70.0.0
netifaces==0.11.0
2 changes: 1 addition & 1 deletion inbm/diagnostic-agent/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ testtools==2.5.0
pytest==7.4.3
pytest-cov==4.1.0
pytest-mock==3.12.0
packaging==20.9
packaging==22.0
coverage==5.5

#Production
Expand Down
18 changes: 9 additions & 9 deletions inbm/dispatcher-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#Production

cryptography==43.0.1
jsonschema==4.20.0
types-jsonschema==4.20.0.0
shortuuid==1.0.1
requests==2.32.2
urllib3==1.26.19
certifi==2024.07.04
pyinstaller==5.13.1
setuptools==70.0.0
cryptography==43.0.3
jsonschema==4.23.0
types-jsonschema==4.23.0.20240813
shortuuid==1.0.13
requests==2.32.3
urllib3==2.2.3
certifi==2024.8.30
pyinstaller==6.11.0
setuptools==75.2.0
untangle==1.2.1
APScheduler==3.10.4
2 changes: 1 addition & 1 deletion inbm/dispatcher-agent/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mock==4.0.3
pytest==7.4.3
pytest-cov==4.1.0
pytest-mock==3.12.0
packaging==20.9
packaging==22.0
testtools==2.5.0
requests_mock==1.8.0
coverage==5.5
Expand Down
10 changes: 5 additions & 5 deletions inbm/telemetry-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Production
netifaces==0.11.0
psutil==5.9.5
types-psutil==5.9.5.17
shortuuid==1.0.1
pyinstaller==5.13.1
setuptools==70.0.0
psutil==6.1.0
types-psutil==6.1.0.20241022
shortuuid==1.0.13
pyinstaller==6.11.0
setuptools==75.2.0
dmidecode==0.9.0
2 changes: 1 addition & 1 deletion inbm/telemetry-agent/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mock==4.0.3
pytest==7.4.3
pytest-cov==4.1.0
pytest-mock==3.12.0
packaging==20.9
packaging==22.0
testtools==2.5.0
coverage==5.5

Expand Down

0 comments on commit ef1894e

Please sign in to comment.