From c0e24f4543a1c779ec7211f5b6b33ba3d3cff7fe Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 26 Mar 2022 05:29:40 +0000 Subject: [PATCH 1/2] chore: Update example.env --- example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.env b/example.env index ac2913f1..0074d746 100644 --- a/example.env +++ b/example.env @@ -3,7 +3,7 @@ FRAPPE_VERSION=v13.23.0 # Only with ERPNext override -ERPNEXT_VERSION=v13.23.1 +ERPNEXT_VERSION=v13.23.3 DB_PASSWORD=123 From 94930b04bec9d20e29cf8a3ace9ae598596873ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 19:14:58 +0300 Subject: [PATCH 2/2] chore(deps): Update pre-commit hooks (#734) Co-authored-by: vrslev --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40942125..3484a587 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.6.0 + rev: v2.6.1 hooks: - id: prettier