Skip to content

Commit

Permalink
Freeze the regress version
Browse files Browse the repository at this point in the history
Ideally this pin is temporary. Right now, `regress==0.4.5` works as
expected on the unicode pattern, and the latest regress version does
not.

For workable CI, pin the version.
  • Loading branch information
sirosen committed Nov 2, 2024
1 parent 8a97d0a commit 74e7556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
'tomli>=2.0;python_version<"3.11"',
"ruamel.yaml==0.18.6",
"jsonschema>=4.18.0,<5.0",
"regress>=0.4.0",
"regress==0.4.5",
"requests<3.0",
"click>=8,<9",
]
Expand Down

0 comments on commit 74e7556

Please sign in to comment.