Feature 10950: Replace pycrypto with pycryptodome 17/12917/2
authorGulsum Atici <gulsum.atici@canonical.com>
Fri, 3 Feb 2023 17:49:19 +0000 (20:49 +0300)
committerGulsum Atici <gulsum.atici@canonical.com>
Mon, 6 Feb 2023 09:48:56 +0000 (12:48 +0300)
Change-Id: If7e0f2d58b4354127e5bee17f770a622c98805d2
Signed-off-by: Gulsum Atici <gulsum.atici@canonical.com>
releasenotes/notes/feature_10950_pycryptodome-b9b85cfc8ee5a5e0.yaml [new file with mode: 0644]
requirements-dev.txt

diff --git a/releasenotes/notes/feature_10950_pycryptodome-b9b85cfc8ee5a5e0.yaml b/releasenotes/notes/feature_10950_pycryptodome-b9b85cfc8ee5a5e0.yaml
new file mode 100644 (file)
index 0000000..4cc88ff
--- /dev/null
@@ -0,0 +1,21 @@
+#######################################################################################
+# Copyright ETSI Contributors and Others.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#######################################################################################
+---
+features:
+  - |
+    Feature 10950: Replace pycrypto with pycryptodome. Updating requirements-dev.txt.
+
index fc55bcb..dc58b6a 100644 (file)
@@ -26,15 +26,19 @@ kafka-python==2.0.2
     # via
     #   -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
     #   aiokafka
+motor==1.3.1
+    # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
 osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@master
     # via -r requirements-dev.in
 packaging==23.0
     # via
     #   -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
     #   aiokafka
-pycrypto==2.6.1
+pycryptodome==3.17
     # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
 pymongo==3.13.0
-    # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
+    # via
+    #   -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
+    #   motor
 pyyaml==5.4.1
     # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master