Skip to content

Commit

Permalink
ci: refresh docs build dependencies (#1676)
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 8, 2024
1 parent 47e25cd commit 65bd12b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions tests/requirements-relaxed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ antsibull-changelog==0.29.0
# via antsibull-docs
antsibull-core==3.0.1
# via antsibull-docs
antsibull-docs==2.11.0
antsibull-docs==2.12.0
# via -r tests/requirements-relaxed.in
antsibull-docs-parser==1.0.1
antsibull-docs-parser==1.0.2
# via antsibull-docs
async-timeout==4.0.3
# via aiohttp
Expand All @@ -40,7 +40,7 @@ babel==2.15.0
# sphinx-intl
build==1.2.1
# via antsibull-core
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -83,11 +83,11 @@ packaging==24.1
# sphinx
perky==0.9.2
# via antsibull-core
pydantic==2.7.4
pydantic==2.8.2
# via
# antsibull-core
# antsibull-docs
pydantic-core==2.18.4
pydantic-core==2.20.1
# via pydantic
pygments==2.18.0
# 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.1
setuptools==70.2.0
# via sphinx-intl
10 changes: 5 additions & 5 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ antsibull-docs==2.11.0
# via
# -c tests/constraints.in
# -r tests/requirements-relaxed.in
antsibull-docs-parser==1.0.1
antsibull-docs-parser==1.0.2
# via antsibull-docs
async-timeout==4.0.3
# via aiohttp
Expand All @@ -42,7 +42,7 @@ babel==2.15.0
# sphinx-intl
build==1.2.1
# via antsibull-core
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -85,11 +85,11 @@ packaging==24.1
# sphinx
perky==0.9.2
# via antsibull-core
pydantic==2.7.4
pydantic==2.8.2
# via
# antsibull-core
# antsibull-docs
pydantic-core==2.18.4
pydantic-core==2.20.1
# via pydantic
pygments==2.18.0
# 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.1
setuptools==70.2.0
# via sphinx-intl

0 comments on commit 65bd12b

Please sign in to comment.