Skip to content

Commit

Permalink
Bump css-parser from 1.0.5 to 1.0.6 (#10)
Browse files Browse the repository at this point in the history
* Bump css-parser from 1.0.5 to 1.0.6

Bumps [css-parser](https://github.com/ebook-utils/css-parser) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/ebook-utils/css-parser/releases)
- [Commits](ebook-utils/css-parser@v1.0.5...v1.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 42702e8 commit 2873fc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ attrs>=20.2.0
click==7.1.2
configconfig>=0.3.0
consolekit>=0.1.2
css-parser==1.0.5
css-parser==1.0.6
domdf-python-tools>=1.1.0
dulwich>=0.19.16
email_validator==1.1.1
Expand Down
1 change: 0 additions & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def test_traverse_to_file_errors(tmp_pathplus):
else:
raise NotImplementedError


with pytest.raises(TypeError, match="traverse_to_file expected 2 or more arguments, got 1"):
traverse_to_file(tmp_pathplus)

Expand Down

0 comments on commit 2873fc1

Please sign in to comment.