Skip to content
Open
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
2 changes: 1 addition & 1 deletion nc_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ psycopg2
py_mini_racer
prometheus_client
setuptools==81.0.0
urllib3==2.6.3
urllib3==2.7.0
# tls issue
oslo.service>=4.2.2
fastapi
Expand Down
2 changes: 1 addition & 1 deletion operator/bluegreen-agent/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastapi>=0.115.0
uvicorn==0.29.0
asyncpg==0.29.0
python-dotenv==1.0.1
python-dotenv==1.2.2
setuptools==81.0.0
starlette>=0.40.0
2 changes: 1 addition & 1 deletion tools/webserver/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Flask==2.0.2
Flask==3.1.3
Loading