Skip to content

Commit 1bee4ce

Browse files
authored
Upgrade pip-compile for pip compatibility (baserow#4338)
1 parent 336350b commit 1bee4ce

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

backend/requirements/base.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ asgiref==3.8.1
3232
# django
3333
# django-cors-headers
3434
# opentelemetry-instrumentation-asgi
35+
async-timeout==5.0.1
36+
# via redis
3537
attrs==24.3.0
3638
# via
3739
# jsonschema
@@ -210,6 +212,8 @@ googleapis-common-protos==1.66.0
210212
# via
211213
# google-api-core
212214
# opentelemetry-exporter-otlp-proto-http
215+
greenlet==3.2.4
216+
# via sqlalchemy
213217
gunicorn==23.0.0
214218
# via -r base.in
215219
h11==0.16.0

backend/requirements/dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pytest-html==4.1.1
2323
coverage==7.5.1
2424
pytest-split==0.8.2
2525
bandit==1.7.8
26-
pip-tools==7.4.1
26+
pip-tools==7.5.2
2727
autopep8==2.1.0
2828
pytest-unordered==0.6.0
2929
debugpy==1.8.1

backend/requirements/dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ asttokens==3.0.0
1414
# via
1515
# snoop
1616
# stack-data
17+
async-timeout==5.0.1
18+
# via
19+
# -c base.txt
20+
# redis
1721
attrs==24.3.0
1822
# via
1923
# -c base.txt
@@ -113,9 +117,7 @@ isort==5.13.2
113117
jedi==0.19.2
114118
# via ipython
115119
jinja2==3.1.6
116-
# via
117-
# -c base.txt
118-
# pytest-html
120+
# via pytest-html
119121
jsonschema==4.25.0
120122
# via
121123
# -c base.txt
@@ -137,9 +139,7 @@ markdown-it-py==3.0.0
137139
# -c base.txt
138140
# rich
139141
markupsafe==3.0.3
140-
# via
141-
# -c base.txt
142-
# jinja2
142+
# via jinja2
143143
matplotlib-inline==0.1.7
144144
# via ipython
145145
mccabe==0.7.0
@@ -178,7 +178,7 @@ pbr==6.1.0
178178
# via stevedore
179179
pexpect==4.9.0
180180
# via ipython
181-
pip-tools==7.4.1
181+
pip-tools==7.5.2
182182
# via -r dev.in
183183
platformdirs==4.3.6
184184
# via black

0 commit comments

Comments
 (0)