Skip to content

Commit

Permalink
Bump docs build dependencies. (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Sep 27, 2023
1 parent cfdbecb commit b624fb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/constraints.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# and antsibull-docs that production builds rely upon.

sphinx == 7.2.5
antsibull-docs == 2.3.1 # currently approved version
antsibull-docs == 2.4.0 # currently approved version
8 changes: 4 additions & 4 deletions tests/requirements-relaxed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ansible-pygments==0.1.1
# sphinx-ansible-theme
antsibull-core==2.1.0
# via antsibull-docs
antsibull-docs==2.3.1
antsibull-docs==2.4.0
# via -r tests/requirements-relaxed.in
antsibull-docs-parser==1.0.0
# via antsibull-docs
Expand Down Expand Up @@ -79,7 +79,7 @@ packaging==23.1
# sphinx
perky==0.9.2
# via antsibull-core
pydantic==1.10.12
pydantic==1.10.13
# via
# antsibull-core
# antsibull-docs
Expand Down Expand Up @@ -159,11 +159,11 @@ twiggy==0.5.1
# antsibull-docs
types-docutils==0.18.3
# via rstcheck
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# pydantic
# rstcheck
urllib3==2.0.4
urllib3==2.0.5
# via requests
yarl==1.9.2
# via aiohttp
Expand Down
8 changes: 4 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ansible-pygments==0.1.1
# sphinx-ansible-theme
antsibull-core==2.1.0
# via antsibull-docs
antsibull-docs==2.3.1
antsibull-docs==2.4.0
# via
# -c tests/constraints.in
# -r tests/requirements-relaxed.in
Expand Down Expand Up @@ -81,7 +81,7 @@ packaging==23.1
# sphinx
perky==0.9.2
# via antsibull-core
pydantic==1.10.12
pydantic==1.10.13
# via
# antsibull-core
# antsibull-docs
Expand Down Expand Up @@ -162,11 +162,11 @@ twiggy==0.5.1
# antsibull-docs
types-docutils==0.18.3
# via rstcheck
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# pydantic
# rstcheck
urllib3==2.0.4
urllib3==2.0.5
# via requests
yarl==1.9.2
# via aiohttp
Expand Down

0 comments on commit b624fb3

Please sign in to comment.