From b215711b674b0ecb6076205bd7a02bf5986f3efe Mon Sep 17 00:00:00 2001
From: Matthias Bodenbenner <m.bodenbenner@wzl-mq.rwth-aachen.de>
Date: Thu, 13 Apr 2023 13:43:46 +0200
Subject: [PATCH] 8.2.4 - updated dependency, so that wzl-udi is also
 compatible with Python 3.11

---
 README.md        | 5 ++++-
 requirements.txt | 2 +-
 setup.py         | 6 +++---
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 6fa7544..53603b8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 [![Build](https://git-ce.rwth-aachen.de/wzl-mq-ms/forschung-lehre/lava/unified-device-interface/python/badges/master/pipeline.svg)](https://git-ce.rwth-aachen.de/wzl-mq-ms/forschung-lehre/lava/unified-device-interface/python/commits/master)
 
 # Python Unified Device Interface
-Current stable version: 8.2.2
+Current stable version: 8.2.4
 
 ## Installation
 1. Install the WZL-UDI package via pip
@@ -51,6 +51,9 @@ Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation)
 
 ## Recent changes
 
+**8.2.4** - 2023-04-13
+  - updated dependency, so that wzl-udi is also compatible with Python 3.11
+
 **8.2.3** - 2023-03-29
   - removed legacy attributes from serialization and streaming
 
diff --git a/requirements.txt b/requirements.txt
index 2bd024d..ee21471 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-aiohttp==3.8.1
+aiohttp==3.8.4
 Deprecated==1.2.13
 jinja2==3.0.3
 nest-asyncio==1.4.3
diff --git a/setup.py b/setup.py
index 20bdf94..b4db1e3 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
     long_description = fh.read()
 
 setup(name='wzl-udi',
-      version='8.2.3',
+      version='8.2.4',
       url='https://git-ce.rwth-aachen.de/wzl-mq-public/soil/python',
       project_urls={
           "Bug Tracker": "https://git-ce.rwth-aachen.de/wzl-mq-public/soil/python/-/issues",
@@ -21,9 +21,9 @@ setup(name='wzl-udi',
           "License :: OSI Approved :: MIT License",
           "Operating System :: OS Independent",
       ],
-      install_requires=['aiohttp==3.8.1',
+      install_requires=['aiohttp~=3.8.4',
                         'Deprecated==1.2.13',
-                        'nest-asyncio==1.4.3',
+                        'nest-asyncio==1.5.6',
                         'strict-rfc3339==0.7',
                         'wzl-mqtt==2.5.1'
                         ],
-- 
GitLab