Skip to content

Commit 11728fd

Browse files
committed
fix: poetry run pytest raises SyntaxError: invalid escape sequence \S
1 parent 53f72dc commit 11728fd

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

poetry.lock

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ python-coveralls = "coveralls.cli:main"
3333
[tool.poetry.dependencies]
3434
python = ">=3.8,<3.13"
3535
coverage = { version = ">=5.0,<8.0,!=6.0.*,!=6.1,!=6.1.1", extras = ["toml"] }
36-
docopt = ">=0.6.1,<0.7.0"
36+
docopt-ng = ">=0.6.1,<1.0.0"
3737
requests = ">=1.0.0,<3.0.0"
3838

3939
pyyaml = { version = ">=3.10,<7.0", optional = true }

0 commit comments

Comments
 (0)