diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f58c5..b347b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 5.1.5 + +* No functional changes (bumping local pre-commit). + ### 5.1.4 * Revert 5.3.1, as forcing secure=true is broken for local development in some cases (where HTTPS is not used). To be fixed properly by another future patch. diff --git a/pyproject.toml b/pyproject.toml index 04c4a84..81e270f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "funding-service-design-utils" -version = "5.1.4" +version = "5.1.5" authors = [ { name="MHCLG", email="FundingService@communities.gov.uk" }, diff --git a/requirements-dev.txt b/requirements-dev.txt index 650ab8b..e231228 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -e . -pre-commit +pre-commit~=4.0.0 pytest-env>=0.6.2 pytest pytest-mock