Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ antsibull-docs==2.21.0
# via
# -c tests/constraints.in
# -r tests/requirements.in
antsibull-docs-parser==1.2.1
antsibull-docs-parser==1.2.2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will fix a few build issues, where bad escaping resulted in invalid RST markup. This should also be backported.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing those issues @felixfontein

# via antsibull-docs
antsibull-docutils==1.3.0
# via
Expand Down Expand Up @@ -65,7 +65,7 @@ colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
# build
# click
# sphinx
cryptography==46.0.1
cryptography==46.0.2
# via -r tests/requirements.in
docutils==0.18.1
# via
Expand Down Expand Up @@ -109,13 +109,13 @@ pathspec==0.12.1
# via yamllint
perky==0.9.3
# via antsibull-core
propcache==0.3.2
propcache==0.4.0
# via
# aiohttp
# yarl
pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pydantic==2.11.9
pydantic==2.11.10
# via
# antsibull-changelog
# antsibull-core
Expand Down Expand Up @@ -210,7 +210,7 @@ typing-extensions==4.15.0
# pydantic-core
# rstcheck
# typing-inspection
typing-inspection==0.4.1
typing-inspection==0.4.2
# via pydantic
urllib3==2.5.0
# via requests
Expand Down