From eebebec51d024e65e7ed66a00c83596666423d0a Mon Sep 17 00:00:00 2001 From: Tobias Persson Date: Wed, 6 Oct 2021 11:41:04 +0200 Subject: [PATCH] Update etos library to version 1.23.0 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0ac9b59..2603cca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ # numpy==1.13.3 # scipy==1.0 # -etos_lib==1.22.0 +etos_lib==1.23.0 pyscaffold==3.2.3 uvicorn==0.12.2 fastapi==0.61.1 diff --git a/setup.cfg b/setup.cfg index b9e9bc0..dafee4e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ package_dir = # DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD! setup_requires = pyscaffold>=3.2a0,<3.3a0 install_requires = - etos_lib==1.22.0 + etos_lib==1.23.0 pyscaffold==3.2.3 uvicorn==0.12.2 fastapi==0.61.1