Skip to content

Commit

Permalink
ci: refresh docs build dependencies (#1658)
Browse files Browse the repository at this point in the history
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
  • Loading branch information
ansible-documentation-bot[bot] authored Jul 4, 2024
1 parent 6844870 commit f7f76ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/requirements-relaxed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=tests/requirements-relaxed.txt --strip-extras tests/requirements-relaxed.in
#
aiofiles==23.2.1
aiofiles==24.1.0
# via antsibull-core
aiohttp==3.9.5
# via
Expand Down Expand Up @@ -177,5 +177,5 @@ yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
setuptools==70.1.0
setuptools==70.1.1
# via sphinx-intl
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=tests/requirements.txt --strip-extras tests/requirements.in
#
aiofiles==23.2.1
aiofiles==24.1.0
# via antsibull-core
aiohttp==3.9.5
# via
Expand Down Expand Up @@ -178,5 +178,5 @@ yarl==1.9.4
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
setuptools==70.1.0
setuptools==70.1.1
# via sphinx-intl

0 comments on commit f7f76ae

Please sign in to comment.