Skip to content

Commit

Permalink
chore(deps): Bump up WeasyPrint to 64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Feb 20, 2025
1 parent 4264d2c commit 4df88b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
echo "Installing pip + wheel..."
python -m pip install --upgrade pip wheel
echo "Installing test dependencies..."
python -m pip install tox tox-gh-actions certifi decorator dict2xml pyflakes "pypdf>=4.1.0" "weasyprint==64.0"
python -m pip install tox tox-gh-actions certifi decorator dict2xml pyflakes "pypdf>=4.1.0" "weasyprint==64.1"
- name: Generate Valid Tests
run: |
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
echo "Installing pip + wheel..."
python -m pip install --upgrade pip wheel
echo "Installing test dependencies..."
python -m pip install tox tox-gh-actions certifi decorator dict2xml pyflakes "pypdf>=4.1.0" "weasyprint==64.0"
python -m pip install tox tox-gh-actions certifi decorator dict2xml pyflakes "pypdf>=4.1.0" "weasyprint==64.1"
- name: Generate Valid Tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ documentation = "https://ietf-tools.github.io/xml2rfc/"
issues = "https://github.com/ietf-tools/xml2rfc/issues"

[project.optional-dependencies]
pdf = ["weasyprint==64.0"]
pdf = ["weasyprint==64.1"]

[project.scripts]
xml2rfc = "xml2rfc.run:main"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ deps =
decorator
dict2xml
pypdf>=4.1.0
weasyprint==64.0
weasyprint==64.1

0 comments on commit 4df88b0

Please sign in to comment.