Skip to content

Commit

Permalink
Merge pull request #15146 from omoerbeek/docs-requirements
Browse files Browse the repository at this point in the history
docs: update requirements for auth and dnsdist
  • Loading branch information
rgacogne authored Feb 13, 2025
2 parents 7eb16fe + bb25ad5 commit 3fdca76
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ jinja2<3.1.0
pyyaml==6.0.1
setuptools-scm==8.0.3 # setup-requires for sphinxcontrib-openapi
pbr # setup-requires for sphinxcontrib-fulltoc
standard.pipes
standard.imghdr
10 changes: 9 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --generate-hashes requirements.in
Expand Down Expand Up @@ -457,6 +457,14 @@ sphinxcontrib-websupport==1.2.4 \
--hash=sha256:4edf0223a0685a7c485ae5a156b6f529ba1ee481a1417817935b20bde1956232 \
--hash=sha256:6fc9287dfc823fe9aa432463edd6cea47fa9ebbf488d7f289b322ffcfca075c7
# via sphinx
standard-imghdr==3.13.0 \
--hash=sha256:30a1bff5465605bb496f842a6ac3cc1f2131bf3025b0da28d4877d6d4b7cc8e9 \
--hash=sha256:8d9c68058d882f6fc3542a8d39ef9ff94d2187dc90bd0c851e0902776b7b7a42
# via -r requirements.in
standard-pipes==3.13.0 \
--hash=sha256:5805d0738fa17192e58cc4dea26dcfe9b8c5cd9c77e78d5dbded8bc3bda428c9 \
--hash=sha256:cde270ae625064211dbcd1c8f35a540b70d8ccd7443b099a496f8e6a44fed2f3
# via -r requirements.in
typing-extensions==4.12.2 \
--hash=sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d \
--hash=sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8
Expand Down
2 changes: 2 additions & 0 deletions pdns/dnsdistdist/docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ docutils!=0.15,<0.18
jinja2<3.1.0
alabaster==0.7.13
pbr # setup-requires for sphinxcontrib-fulltoc
standard.pipes
standard.imghdr
10 changes: 9 additions & 1 deletion pdns/dnsdistdist/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --generate-hashes requirements.in
Expand Down Expand Up @@ -264,6 +264,14 @@ sphinxcontrib-websupport==1.2.4 \
--hash=sha256:4edf0223a0685a7c485ae5a156b6f529ba1ee481a1417817935b20bde1956232 \
--hash=sha256:6fc9287dfc823fe9aa432463edd6cea47fa9ebbf488d7f289b322ffcfca075c7
# via sphinx
standard-imghdr==3.13.0 \
--hash=sha256:30a1bff5465605bb496f842a6ac3cc1f2131bf3025b0da28d4877d6d4b7cc8e9 \
--hash=sha256:8d9c68058d882f6fc3542a8d39ef9ff94d2187dc90bd0c851e0902776b7b7a42
# via -r requirements.in
standard-pipes==3.13.0 \
--hash=sha256:5805d0738fa17192e58cc4dea26dcfe9b8c5cd9c77e78d5dbded8bc3bda428c9 \
--hash=sha256:cde270ae625064211dbcd1c8f35a540b70d8ccd7443b099a496f8e6a44fed2f3
# via -r requirements.in
urllib3==2.3.0 \
--hash=sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df \
--hash=sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d
Expand Down

0 comments on commit 3fdca76

Please sign in to comment.