diff --git a/pyproject.toml b/pyproject.toml
index 091f43742d3fceb4522259e6e3b29dccf2f1d4a9..ef99d458e973db79b329d2b79e928f023056c839 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,8 +22,9 @@ dependencies = [
   "Pint>=0.22",
   "Pillow>=9.2.0",
   "pandas>=1.4.0",
+  "tenacity<8.4.0", # fix for papermill https://github.com/nteract/papermill/issues/510
   "papermill>=2.4.0",
-  "ogs>=6.5.1",
+  "ogs>=6.5.2",
   "ogs6py>=0.370",
   "tqdm>=4.60",
   "typeguard>=4.0.0",