File tree Expand file tree Collapse file tree 3 files changed +13
-24
lines changed
Expand file tree Collapse file tree 3 files changed +13
-24
lines changed Original file line number Diff line number Diff line change 77
88jobs :
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 }}
Original file line number Diff line number Diff line change 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
73anyio==4.9.0
84 # via httpx
95argon2-cffi==25.1.0
@@ -93,7 +89,7 @@ packaging==25.0
9389 # packaging-legacy
9490packaging-legacy==23.0.post0
9591 # via devpi-common
96- passlib[argon2] ==1.7.4
92+ passlib==1.7.4
9793 # via devpi-server
9894pastedeploy==3.1.0
9995 # via plaster-pastedeploy
@@ -132,7 +128,7 @@ pyramid-chameleon==0.3
132128 # via devpi-web
133129python-dateutil==2.9.0.post0
134130 # via strictyaml
135- readme-renderer[md] ==44.0
131+ readme-renderer==44.0
136132 # via devpi-web
137133repoze-lru==0.7
138134 # via devpi-server
@@ -142,6 +138,12 @@ ruamel-yaml==0.18.14
142138 # via devpi-server
143139ruamel-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
145147six==1.17.0
146148 # via python-dateutil
147149sniffio==1.3.1
@@ -168,11 +170,3 @@ zope-deprecation==5.1
168170 # via pyramid
169171zope-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
Original file line number Diff line number Diff line change 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
73build==1.2.2.post1
84 # via -r test.in
95certifi==2025.6.15
You can’t perform that action at this time.
0 commit comments