Revert "Change async-timeout pip version" 85/12885/1
authorGulsum Atici <gulsum.atici@canonical.com>
Thu, 26 Jan 2023 15:11:11 +0000 (18:11 +0300)
committerGulsum Atici <gulsum.atici@canonical.com>
Thu, 26 Jan 2023 15:14:33 +0000 (18:14 +0300)
This reverts commit 45a073c5ecf42cc4aa6e5ceb49fcf5b04f6a90a9.

Change-Id: Ie41467a04c57a2b8ca0da69d976f37a235b7dfef
Signed-off-by: Gulsum Atici <gulsum.atici@canonical.com>
releasenotes/notes/revoke_async_timeout_lib_version-59c2e86b7b196dc6.yaml [deleted file]
requirements.in
requirements.txt

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 (file)
index 3646e33..0000000
+++ /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.
index 37b107b..b8e0f2e 100644 (file)
@@ -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
index e0ad77e..5995b6a 100644 (file)
 #######################################################################################
 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