Skip to content

Commit

Permalink
[devel] ci: refresh docs build dependencies (#2314)
Browse files Browse the repository at this point in the history
* ci: refresh docs build dependencies

* ci: refresh docs build dependencies

---------

Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
  • Loading branch information
ansible-documentation-bot[bot] authored Dec 29, 2024
1 parent fd41e24 commit a4e48c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions tests/requirements-relaxed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aiofiles==24.1.0
# antsibull-fileutils
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.10
aiohttp==3.11.11
# via
# antsibull-core
# antsibull-docs
Expand Down Expand Up @@ -47,9 +47,9 @@ build==1.2.2.post1
# via antsibull-core
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via sphinx-intl
colorama==0.4.6 ; (platform_system != 'Windows' and sys_platform == 'win32') or platform_system == 'Windows' or os_name == 'nt'
# via
Expand All @@ -74,7 +74,7 @@ idna==3.10
# yarl
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
jinja2==3.1.5
# via
# -r tests/requirements-relaxed.in
# antsibull-docs
Expand All @@ -98,11 +98,11 @@ propcache==0.2.1
# via
# aiohttp
# yarl
pydantic==2.10.3
pydantic==2.10.4
# via
# antsibull-core
# antsibull-docs
pydantic-core==2.27.1
pydantic-core==2.27.2
# via pydantic
pygments==2.18.0
# via
Expand Down Expand Up @@ -183,7 +183,7 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# rstcheck
urllib3==2.2.3
urllib3==2.3.0
# via requests
yarl==1.18.3
# via aiohttp
14 changes: 7 additions & 7 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aiofiles==24.1.0
# antsibull-fileutils
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.11.10
aiohttp==3.11.11
# via
# antsibull-core
# antsibull-docs
Expand Down Expand Up @@ -49,9 +49,9 @@ build==1.2.2.post1
# via antsibull-core
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via sphinx-intl
colorama==0.4.6 ; (platform_system != 'Windows' and sys_platform == 'win32') or platform_system == 'Windows' or os_name == 'nt'
# via
Expand All @@ -76,7 +76,7 @@ idna==3.10
# yarl
imagesize==1.4.1
# via sphinx
jinja2==3.1.4
jinja2==3.1.5
# via
# -r tests/requirements-relaxed.in
# antsibull-docs
Expand All @@ -100,11 +100,11 @@ propcache==0.2.1
# via
# aiohttp
# yarl
pydantic==2.10.3
pydantic==2.10.4
# via
# antsibull-core
# antsibull-docs
pydantic-core==2.27.1
pydantic-core==2.27.2
# via pydantic
pygments==2.18.0
# via
Expand Down Expand Up @@ -186,7 +186,7 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# rstcheck
urllib3==2.2.3
urllib3==2.3.0
# via requests
yarl==1.18.3
# via aiohttp

0 comments on commit a4e48c3

Please sign in to comment.