File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed
Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,8 @@ For more info read this [doc](/docs/cloud/google-deploy.md).
164164
165165Dependencies are managed with [ pip-tools] ( https://github.com/jazzband/pip-tools ) .
166166Add new packages to ` requirements.in ` / ` requirements.dev.in `
167- and compile ` requirements.txt ` / ` requirements.dev.txt ` with ` pip-compile ` .
167+ and compile ` requirements.txt ` / ` requirements.dev.txt ` with
168+ ` uv pip compile requirements.in -o requirements.txt ` (previously ` pip-compile ` ).
168169
169170You can run ` pip list --outdated ` to see outdated packages.
170171
Original file line number Diff line number Diff line change 33# Maintain the alphabetical order
44# Use pip list -o to check for outdated packages
55
6- beautifulsoup4==4.13.5
6+ beautifulsoup4==4.14.3
77cssmin==0.2.0
88
99Django==4.2.26
@@ -41,4 +41,5 @@ micawber==0.5.6
4141pillow==10.4.0
4242psycopg2-binary==2.9.10
4343requests==2.32.5
44+ urllib3==2.6.3
4445whoosh==2.7.4
Original file line number Diff line number Diff line change 1- #
2- # This file is autogenerated by pip-compile with Python 3.10
3- # by the following command:
4- #
5- # pip-compile
6- #
1+ # This file was autogenerated by uv via the following command:
2+ # uv pip compile requirements.in -o requirements.txt
73asgiref == 3.8.1
84 # via
95 # django
106 # django-countries
11- beautifulsoup4 == 4.13.5
7+ beautifulsoup4 == 4.14.3
128 # via -r requirements.in
139cachetools == 5.3.3
1410 # via google-auth
@@ -105,7 +101,7 @@ djangocms-picture==4.1.1
105101 # via -r requirements.in
106102djangocms-text-ckeditor == 5.1.7
107103 # via -r requirements.in
108- easy-thumbnails [ svg ] == 2.10.1
104+ easy-thumbnails == 2.10.1
109105 # via
110106 # -r requirements.in
111107 # django-filer
@@ -208,11 +204,12 @@ tinycss2==1.2.1
208204 # svglib
209205typing-extensions == 4.11.0
210206 # via
211- # asgiref
212207 # beautifulsoup4
213208 # django-countries
214- urllib3 == 2.2.1
215- # via requests
209+ urllib3 == 2.6.3
210+ # via
211+ # -r requirements.in
212+ # requests
216213webencodings == 0.5.1
217214 # via
218215 # cssselect2
You can’t perform that action at this time.
0 commit comments