Skip to content

Commit a68376b

Browse files
committed
Update etos library to version 1.15.0
1 parent e8d3902 commit a68376b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# numpy==1.13.3
1616
# scipy==1.0
1717
#
18-
etos_lib==1.14.0
18+
etos_lib==1.15.0
1919
pyscaffold==3.2.3
2020
uvicorn==0.12.2
2121
fastapi==0.61.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ package_dir =
2424
# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
2525
setup_requires = pyscaffold>=3.2a0,<3.3a0
2626
install_requires =
27-
etos_lib==1.14.0
27+
etos_lib==1.15.0
2828
pyscaffold==3.2.3
2929
uvicorn==0.12.2
3030
fastapi==0.61.1

0 commit comments

Comments
 (0)