From: romeroalx Date: Mon, 3 Jun 2024 13:41:08 +0000 (+0200) Subject: gh actions - docs: upgrade to python3.11 to avoid unpinned dependencies X-Git-Tag: rec-5.1.0-beta1~5^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ccec3d2b25f2a49538abfb2293b34dcd183c113b;p=thirdparty%2Fpdns.git gh actions - docs: upgrade to python3.11 to avoid unpinned dependencies --- diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 54c474c440..f380b68efd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -30,6 +30,9 @@ jobs: steps: - uses: PowerDNS/pdns/set-ubuntu-mirror@meta - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: '3.11' # Configure pip index-url set to proxpi - run: pip config set global.index-url http://${{ env.SERVICE_IP_ADDR }}:5000/index/ - run: pip config set global.trusted-host ${{ env.SERVICE_IP_ADDR }} diff --git a/docs/requirements.in b/docs/requirements.in index 45ddf2ca9b..c8f9f1d696 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -13,4 +13,3 @@ pyyaml==6.0.1 packaging==24.0 setuptools-scm==8.0.3 # setup-requires for sphinxcontrib-openapi pbr # setup-requires for sphinxcontrib-fulltoc -typing-extensions==4.12 diff --git a/docs/requirements.txt b/docs/requirements.txt index 92c3f44bb5..17ede47cb1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.10 +# This file is autogenerated by pip-compile with Python 3.11 # by the following command: # # pip-compile --generate-hashes requirements.in @@ -327,16 +327,6 @@ sphinxcontrib-websupport==1.2.4 \ --hash=sha256:4edf0223a0685a7c485ae5a156b6f529ba1ee481a1417817935b20bde1956232 \ --hash=sha256:6fc9287dfc823fe9aa432463edd6cea47fa9ebbf488d7f289b322ffcfca075c7 # via sphinx -tomli==2.0.1 \ - --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \ - --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f - # via setuptools-scm -typing-extensions==4.12.0 \ - --hash=sha256:8cbcdc8606ebcb0d95453ad7dc5065e6237b6aa230a31e81d0f440c30fed5fd8 \ - --hash=sha256:b349c66bea9016ac22978d800cfff206d5f9816951f12a7d0ec5578b0a819594 - # via - # -r requirements.in - # setuptools-scm urllib3==2.0.7 \ --hash=sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84 \ --hash=sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e