diff --git a/.github/workflows/pip-compile-upgrade.yml b/.github/workflows/pip-compile-upgrade.yml index feaac1d..29b7186 100644 --- a/.github/workflows/pip-compile-upgrade.yml +++ b/.github/workflows/pip-compile-upgrade.yml @@ -7,10 +7,9 @@ on: jobs: pip-compile-upgrade: - uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@v5 + uses: coatl-dev/workflows/.github/workflows/uv-pip-compile-upgrade.yml@v5 with: path: requirements - python-version: '3.13' secrets: gh-token: ${{ secrets.COATL_BOT_GH_TOKEN }} gpg-sign-passphrase: ${{ secrets.COATL_BOT_GPG_PASSPHRASE }} diff --git a/requirements/devpi.txt b/requirements/devpi.txt index f8ac452..9b5360e 100644 --- a/requirements/devpi.txt +++ b/requirements/devpi.txt @@ -1,9 +1,5 @@ -# -# This file is autogenerated by pip-compile with Python 3.13 -# by the following command: -# -# pip-compile --allow-unsafe devpi.in -# +# This file was autogenerated by uv via the following command: +# uv pip compile --output-file=devpi.txt devpi.in anyio==4.9.0 # via httpx argon2-cffi==25.1.0 @@ -93,7 +89,7 @@ packaging==25.0 # packaging-legacy packaging-legacy==23.0.post0 # via devpi-common -passlib[argon2]==1.7.4 +passlib==1.7.4 # via devpi-server pastedeploy==3.1.0 # via plaster-pastedeploy @@ -132,7 +128,7 @@ pyramid-chameleon==0.3 # via devpi-web python-dateutil==2.9.0.post0 # via strictyaml -readme-renderer[md]==44.0 +readme-renderer==44.0 # via devpi-web repoze-lru==0.7 # via devpi-server @@ -142,6 +138,12 @@ ruamel-yaml==0.18.14 # via devpi-server ruamel-yaml-clib==0.2.12 # via ruamel-yaml +setuptools==80.9.0 + # via + # check-manifest + # pyramid + # zope-deprecation + # zope-interface six==1.17.0 # via python-dateutil sniffio==1.3.1 @@ -168,11 +170,3 @@ zope-deprecation==5.1 # via pyramid zope-interface==7.2 # via pyramid - -# The following packages are considered to be unsafe in a requirements file: -setuptools==80.9.0 - # via - # check-manifest - # pyramid - # zope-deprecation - # zope-interface diff --git a/requirements/test.txt b/requirements/test.txt index 07cf28e..706e091 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,9 +1,5 @@ -# -# This file is autogenerated by pip-compile with Python 3.13 -# by the following command: -# -# pip-compile test.in -# +# This file was autogenerated by uv via the following command: +# uv pip compile --output-file=test.txt test.in build==1.2.2.post1 # via -r test.in certifi==2025.6.15