From 986104656f7a8e551095d6c0f40c67c6bd20ebc5 Mon Sep 17 00:00:00 2001 From: paul121 Date: Wed, 5 Aug 2020 13:57:53 -0700 Subject: [PATCH] Update farmOS to v0.2.0 --- backend/app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/pyproject.toml b/backend/app/pyproject.toml index 223d5d9..dbef79a 100644 --- a/backend/app/pyproject.toml +++ b/backend/app/pyproject.toml @@ -23,7 +23,7 @@ psycopg2-binary = "^2.8.5" alembic = "^1.4.2" sqlalchemy = "^1.3.16" pytest = "^5.4.1" -farmOS = "0.1.6" +farmOS = "0.2.0" [tool.poetry.dev-dependencies] mypy = "^0.770"