summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/cboe/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/providers/cboe/pyproject.toml')
-rw-r--r--openbb_platform/providers/cboe/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbb_platform/providers/cboe/pyproject.toml b/openbb_platform/providers/cboe/pyproject.toml
index abdf8bd6ffe..4f4b819f2c0 100644
--- a/openbb_platform/providers/cboe/pyproject.toml
+++ b/openbb_platform/providers/cboe/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openbb-cboe"
-version = "1.2.2"
+version = "1.2.3"
description = "CBOE extension for OpenBB"
authors = ["OpenBB Team <hello@openbb.co>"]
license = "AGPL-3.0-only"
@@ -11,7 +11,7 @@ packages = [{ include = "openbb_cboe" }]
python = "^3.8"
aiohttp-client-cache = "^0.11.0"
aiosqlite = "^0.20.0"
-openbb-core = "^1.2.4"
+openbb-core = "^1.2.5"
[build-system]
requires = ["poetry-core"]