Skip to content

Commit

Permalink
Fix issues identified in github PR #219
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Jan 26, 2022
1 parent 8eacbe3 commit de2e550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.6.26 20220126 Fix issue raised in github PR #219
1.6.25 20220126 Remove old 'ipaddress' module requirement from Python2.7 days
1.6.24 20220125 Update CHANGES to match most recent github version
1.6.21 20220112 Commit with ccp_logger_control feature incompete
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ toml = "0.10.2"

[tool.poetry.dev-dependencies]
pytest = "6.2.4"
pre-commit = "2.16.0"
pre-commit = {version = "2.16.0", python = "^3.6.1"}
black = ">=20.8b1"
fabric = "2.6.0"
Sphinx = "^4.3.0"
Expand Down

0 comments on commit de2e550

Please sign in to comment.