From 13107832cffdbd156931af9abe53716d8515a143 Mon Sep 17 00:00:00 2001 From: Sergio Orozco Date: Wed, 13 May 2026 22:25:03 -0500 Subject: [PATCH] Fix deploy * No install of test requirements * Avoid install setuptools (deprecated) --- .github/workflows/deploy.yml | 5 ++-- requirements.txt | 52 +++++++++++++++++------------------- 2 files changed, 26 insertions(+), 31 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index faf9eca8..43e9921f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,12 +37,11 @@ jobs: - name: Instalar Lektor run: | - python -m pip install --upgrade pip setuptools + python -m pip install --upgrade pip pip install -r requirements.txt - pip install -r test-requirements.txt - name: Verificar Pylint - run: pylint --recursive=y tests scripts + run: pylint --recursive=y scripts - name: Construir pagina pybaq run: lektor build -O '${{ env.OUTPUT }}' diff --git a/requirements.txt b/requirements.txt index 458f6a31..e8891d26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,36 +1,32 @@ -astroid==3.2.4 -babel==2.16.0 -blinker==1.8.2 -certifi==2024.8.30 -charset-normalizer==3.4.0 -click==8.1.7 -cryptography==45.0.4 -dill==0.3.9 -ExifRead==3.0.0 +astroid==4.0.4 +babel==2.18.0 +blinker==1.9.0 +certifi==2026.4.22 +charset-normalizer==3.4.7 +click==8.3.3 +dill==0.4.1 +ExifRead==3.5.1 filetype==1.2.0 Flask==2.3.3 -idna==3.10 -importlib_metadata==8.5.0 +idna==3.15 inifile==0.4.1 -isort==5.13.2 +isort==8.0.1 itsdangerous==2.2.0 -Jinja2==3.1.4 -Lektor==3.3.11 -MarkupSafe==2.1.5 +Jinja2==3.1.6 +Lektor==3.3.13 +MarkupSafe==3.0.3 mccabe==0.7.0 mistune==0.8.4 -platformdirs==4.3.6 -PyJWT==2.9.0 -pylint==3.2.7 -python-dotenv==1.0.1 +platformdirs==4.9.6 +PyJWT==2.12.1 +pylint==4.0.5 +python-dotenv==1.2.2 python-slugify==8.0.4 -pytz==2023.3.post1 -requests==2.32.0 +pytz==2026.2 +requests==2.34.1 +setuptools==80.10.2 text-unidecode==1.3 -tomli==2.0.2 -tomlkit==0.13.2 -typing_extensions==4.12.2 -urllib3==2.2.3 -watchdog==4.0.2 -Werkzeug==2.3.7 -zipp==3.20.2 +tomlkit==0.15.0 +urllib3==2.7.0 +watchdog==6.0.0 +Werkzeug==2.3.8