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 7
7
8
8
jobs :
9
9
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
11
11
with :
12
12
path : requirements
13
- python-version : ' 3.13'
14
13
secrets :
15
14
gh-token : ${{ secrets.COATL_BOT_GH_TOKEN }}
16
15
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
7
3
anyio==4.9.0
8
4
# via httpx
9
5
argon2-cffi==25.1.0
@@ -93,7 +89,7 @@ packaging==25.0
93
89
# packaging-legacy
94
90
packaging-legacy==23.0.post0
95
91
# via devpi-common
96
- passlib[argon2] ==1.7.4
92
+ passlib==1.7.4
97
93
# via devpi-server
98
94
pastedeploy==3.1.0
99
95
# via plaster-pastedeploy
@@ -132,7 +128,7 @@ pyramid-chameleon==0.3
132
128
# via devpi-web
133
129
python-dateutil==2.9.0.post0
134
130
# via strictyaml
135
- readme-renderer[md] ==44.0
131
+ readme-renderer==44.0
136
132
# via devpi-web
137
133
repoze-lru==0.7
138
134
# via devpi-server
@@ -142,6 +138,12 @@ ruamel-yaml==0.18.14
142
138
# via devpi-server
143
139
ruamel-yaml-clib==0.2.12
144
140
# via ruamel-yaml
141
+ setuptools==80.9.0
142
+ # via
143
+ # check-manifest
144
+ # pyramid
145
+ # zope-deprecation
146
+ # zope-interface
145
147
six==1.17.0
146
148
# via python-dateutil
147
149
sniffio==1.3.1
@@ -168,11 +170,3 @@ zope-deprecation==5.1
168
170
# via pyramid
169
171
zope-interface==7.2
170
172
# 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
7
3
build==1.2.2.post1
8
4
# via -r test.in
9
5
certifi==2025.6.15
You can’t perform that action at this time.
0 commit comments