From 40087d64ccabce758c60984b6b891ebebe1f7630 Mon Sep 17 00:00:00 2001 From: Iyanuoluwa Adebayo Date: Tue, 17 Sep 2024 08:57:14 +0100 Subject: [PATCH] Bumped ocean version --- integrations/clickup/poetry.lock | 8 ++++---- integrations/clickup/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integrations/clickup/poetry.lock b/integrations/clickup/poetry.lock index 31f83c1b82..ced90a5f30 100644 --- a/integrations/clickup/poetry.lock +++ b/integrations/clickup/poetry.lock @@ -822,13 +822,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "port-ocean" -version = "0.10.10" +version = "0.10.11" description = "Port Ocean is a CLI tool for managing your Port projects." optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "port_ocean-0.10.10-py3-none-any.whl", hash = "sha256:0edfb23a2c7ea48f92819a61315beb333486d97c4088d5e329b93d9993f6d375"}, - {file = "port_ocean-0.10.10.tar.gz", hash = "sha256:8b2e9104e7ed1b170a2bb286c8dfa44c299b7738df08271c80b3aa70f2105967"}, + {file = "port_ocean-0.10.11-py3-none-any.whl", hash = "sha256:09881fdf7a836d5946b07b0255b757e96e375df497d724e8d12458c23879ef38"}, + {file = "port_ocean-0.10.11.tar.gz", hash = "sha256:9f214f1895e2a35dd50c448616cf7d2e32d3c70205d79a546ab612a7be0f62c3"}, ] [package.dependencies] @@ -1498,4 +1498,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "18c8d8802ede303b3a09ddbf7cbc76d0b64a3e037d969a1985213dc9014dc183" +content-hash = "12324544c3e97d143b991fa81cfef87ba7ad1ea424732b037a20feba460faf99" diff --git a/integrations/clickup/pyproject.toml b/integrations/clickup/pyproject.toml index f25b51a742..0457f61597 100644 --- a/integrations/clickup/pyproject.toml +++ b/integrations/clickup/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Iyanuoluwa Adebayo "] [tool.poetry.dependencies] python = "^3.11" -port_ocean = {extras = ["cli"], version = "^0.10.10"} +port_ocean = {extras = ["cli"], version = "^0.10.11"} [tool.poetry.group.dev.dependencies] black = "^24.4.2"