Skip to content

Commit 5361bbf

Browse files
authored
ci: use uv-pip-compile-upgrade from coatl-dev/workflows (#205)
1 parent 2046b00 commit 5361bbf

File tree

3 files changed

+13
-24
lines changed

3 files changed

+13
-24
lines changed

.github/workflows/pip-compile-upgrade.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ on:
77

88
jobs:
99
pip-compile-upgrade:
10-
uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@v5
10+
uses: coatl-dev/workflows/.github/workflows/uv-pip-compile-upgrade.yml@v5
1111
with:
1212
path: requirements
13-
python-version: '3.13'
1413
secrets:
1514
gh-token: ${{ secrets.COATL_BOT_GH_TOKEN }}
1615
gpg-sign-passphrase: ${{ secrets.COATL_BOT_GPG_PASSPHRASE }}

requirements/devpi.txt

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.13
3-
# by the following command:
4-
#
5-
# pip-compile --allow-unsafe devpi.in
6-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile --output-file=devpi.txt devpi.in
73
anyio==4.9.0
84
# via httpx
95
argon2-cffi==25.1.0
@@ -93,7 +89,7 @@ packaging==25.0
9389
# packaging-legacy
9490
packaging-legacy==23.0.post0
9591
# via devpi-common
96-
passlib[argon2]==1.7.4
92+
passlib==1.7.4
9793
# via devpi-server
9894
pastedeploy==3.1.0
9995
# via plaster-pastedeploy
@@ -132,7 +128,7 @@ pyramid-chameleon==0.3
132128
# via devpi-web
133129
python-dateutil==2.9.0.post0
134130
# via strictyaml
135-
readme-renderer[md]==44.0
131+
readme-renderer==44.0
136132
# via devpi-web
137133
repoze-lru==0.7
138134
# via devpi-server
@@ -142,6 +138,12 @@ ruamel-yaml==0.18.14
142138
# via devpi-server
143139
ruamel-yaml-clib==0.2.12
144140
# via ruamel-yaml
141+
setuptools==80.9.0
142+
# via
143+
# check-manifest
144+
# pyramid
145+
# zope-deprecation
146+
# zope-interface
145147
six==1.17.0
146148
# via python-dateutil
147149
sniffio==1.3.1
@@ -168,11 +170,3 @@ zope-deprecation==5.1
168170
# via pyramid
169171
zope-interface==7.2
170172
# via pyramid
171-
172-
# The following packages are considered to be unsafe in a requirements file:
173-
setuptools==80.9.0
174-
# via
175-
# check-manifest
176-
# pyramid
177-
# zope-deprecation
178-
# zope-interface

requirements/test.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.13
3-
# by the following command:
4-
#
5-
# pip-compile test.in
6-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile --output-file=test.txt test.in
73
build==1.2.2.post1
84
# via -r test.in
95
certifi==2025.6.15

0 commit comments

Comments
 (0)