Skip to content

Commit

Permalink
Merge pull request #179 from communitiesuk/bau/update-pre-commit
Browse files Browse the repository at this point in the history
Upgrade pre-commit
  • Loading branch information
samuelhwilliams authored Oct 24, 2024
2 parents 0b1fac0 + 1ea4830 commit b03505e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-e .

pre-commit
pre-commit~=4.0.0
pytest-env>=0.6.2
pytest
pytest-mock
Expand Down

0 comments on commit b03505e

Please sign in to comment.