diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1216150c..c3656692 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,4 +43,4 @@ jobs: python -m pip install ".[dev]" - name: Test with pytest run: | - python -m pytest --exitfirst --verbose --failed-first --cov=. + python -m pytest --exitfirst --verbose --failed-first --cov=. --color=yes --code-highlight=yes diff --git a/pyproject.toml b/pyproject.toml index e7aff33a..01c98231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,8 @@ classifiers = [ requires-python = ">=3.9,<3.13" dependencies = [ - "bc-detect-secrets==1.5.13", - "faker>=22,<26", + "bc-detect-secrets==1.5.14", + "faker>=26.0.0,<27", "fuzzysearch>=0.7,<0.9", "json-repair>=0.25.2,<0.26", "nltk>=3.8,<4",