From: Gulsum Atici Date: Thu, 26 Jan 2023 15:11:11 +0000 (+0300) Subject: Revert "Change async-timeout pip version" X-Git-Tag: release-v14.0-start~11 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fcommon.git;a=commitdiff_plain;h=910cac8c97b403c276b2e8927110e2892cf1e038 Revert "Change async-timeout pip version" This reverts commit 45a073c5ecf42cc4aa6e5ceb49fcf5b04f6a90a9. Change-Id: Ie41467a04c57a2b8ca0da69d976f37a235b7dfef Signed-off-by: Gulsum Atici --- diff --git a/releasenotes/notes/revoke_async_timeout_lib_version-59c2e86b7b196dc6.yaml b/releasenotes/notes/revoke_async_timeout_lib_version-59c2e86b7b196dc6.yaml deleted file mode 100644 index 3646e33..0000000 --- a/releasenotes/notes/revoke_async_timeout_lib_version-59c2e86b7b196dc6.yaml +++ /dev/null @@ -1,21 +0,0 @@ -####################################################################################### -# 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. -####################################################################################### ---- -other: - - | - Updated async-timeout pip version create conflicts with N2VC so version is downgraded - from 4.0.2 to 3.0.1. diff --git a/requirements.in b/requirements.in index 37b107b..b8e0f2e 100644 --- a/requirements.in +++ b/requirements.in @@ -17,5 +17,4 @@ pymongo<4 aiokafka pyyaml==5.4.1 pycrypto -dataclasses -async-timeout==3.0.1 \ No newline at end of file +dataclasses \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e0ad77e..5995b6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,10 +16,8 @@ ####################################################################################### aiokafka==0.8.0 # via -r requirements.in -async-timeout==3.0.1 - # via - # -r requirements.in - # aiokafka +async-timeout==4.0.2 + # via aiokafka dataclasses==0.6 # via -r requirements.in kafka-python==2.0.2