From b259fb28d5d486759e15f71e0cc80e26951ce837 Mon Sep 17 00:00:00 2001 From: polyaxon-ci Date: Thu, 27 Jul 2023 19:10:02 +0200 Subject: [PATCH] Bump version to v1.1.0-rc28 --- traceml/requirements/test.txt | 6 +++--- traceml/traceml/pkg.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/traceml/requirements/test.txt b/traceml/requirements/test.txt index 246a64453..2212829db 100644 --- a/traceml/requirements/test.txt +++ b/traceml/requirements/test.txt @@ -1,10 +1,10 @@ -black==23.3.0 +black<23.8.0 coverage<7.3 -faker<19.0.0 +faker<20.0.0 flake8<6.1.0 flaky<3.8.0 isort<5.13.0 -mock<5.1.0 +mock<5.2.0 pyflakes<3.1.0 pytest<7.5.0 pytest-asyncio<0.22.0 diff --git a/traceml/traceml/pkg.py b/traceml/traceml/pkg.py index cfbc597b0..e69ae2535 100644 --- a/traceml/traceml/pkg.py +++ b/traceml/traceml/pkg.py @@ -1,5 +1,5 @@ NAME = "traceml" -VERSION = "1.1.0-rc26" +VERSION = "1.1.0-rc28" DESC = ( "Engine for ML/Data tracking, visualization, dashboards, and model UI for Polyaxon." )