Change async-timeout pip version 75/12875/2
authorGulsum Atici <gulsum.atici@canonical.com>
Thu, 26 Jan 2023 11:36:24 +0000 (14:36 +0300)
committerGulsum Atici <gulsum.atici@canonical.com>
Thu, 26 Jan 2023 11:41:14 +0000 (14:41 +0300)
Change-Id: I3a6501a7f0a824b20faadcbcd8504cd75132d314
Signed-off-by: Gulsum Atici <gulsum.atici@canonical.com>
releasenotes/notes/revoke_async_timeout_lib_version-59c2e86b7b196dc6.yaml [new file with mode: 0644]
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
new file mode 100644 (file)
index 0000000..3646e33
--- /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.
+#######################################################################################
+---
+other:
+  - |
+    Updated async-timeout pip version create conflicts with N2VC so version is downgraded
+    from 4.0.2 to 3.0.1.
index b8e0f2e..37b107b 100644 (file)
@@ -17,4 +17,5 @@ pymongo<4
 aiokafka
 pyyaml==5.4.1
 pycrypto
-dataclasses
\ No newline at end of file
+dataclasses
+async-timeout==3.0.1
\ No newline at end of file
index 5995b6a..e0ad77e 100644 (file)
 #######################################################################################
 aiokafka==0.8.0
     # via -r requirements.in
-async-timeout==4.0.2
-    # via aiokafka
+async-timeout==3.0.1
+    # via
+    #   -r requirements.in
+    #   aiokafka
 dataclasses==0.6
     # via -r requirements.in
 kafka-python==2.0.2