Skip to content

ci: use uv-pip-compile-upgrade from coatl-dev/workflows #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/pip-compile-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
26 changes: 10 additions & 16 deletions requirements/devpi.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
8 changes: 2 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down