From: Gulsum Atici Date: Fri, 3 Feb 2023 17:49:19 +0000 (+0300) Subject: Feature 10950: Replace pycrypto with pycryptodome X-Git-Tag: release-v14.0-start~26 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=4f4bcd5b945c654dd462ccbc31ba0242a6aa96dc;p=osm%2FRO.git Feature 10950: Replace pycrypto with pycryptodome Change-Id: If7e0f2d58b4354127e5bee17f770a622c98805d2 Signed-off-by: Gulsum Atici --- diff --git a/releasenotes/notes/feature_10950_pycryptodome-b9b85cfc8ee5a5e0.yaml b/releasenotes/notes/feature_10950_pycryptodome-b9b85cfc8ee5a5e0.yaml new file mode 100644 index 00000000..4cc88ffa --- /dev/null +++ b/releasenotes/notes/feature_10950_pycryptodome-b9b85cfc8ee5a5e0.yaml @@ -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. + diff --git a/requirements-dev.txt b/requirements-dev.txt index fc55bcb4..dc58b6a8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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