diff --git a/etc/default_data.json b/etc/default_data.json index 5a9f5fad0..528b3cae9 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -5028,6 +5028,10 @@ }, { "company_name": "BoCloud", + "end_date": "2023-Dec-31" + }, + { + "company_name": "Independent", "end_date": null } ], diff --git a/requirements.txt b/requirements.txt index 4199427eb..59e250e9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +alabaster<0.7.14 pbr>=2.0.0 # Apache-2.0 Babel>=2.3.4 # BSD itsdangerous<2.1 # BSD