From dff284672cc96cae37cdc713bfce8704ecaa2bd0 Mon Sep 17 00:00:00 2001 From: SataQiu <1527062125@qq.com> Date: Mon, 5 Feb 2024 11:46:35 +0800 Subject: [PATCH] update the company affiliation about SataQiu Change-Id: I9670aaf0128e40127834d7dfbffb9f4367fd862c --- etc/default_data.json | 4 ++++ requirements.txt | 1 + 2 files changed, 5 insertions(+) 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