File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 7
7
# includes compilers and build tooling to create the environment
8
8
FROM python:3.11-slim-bookworm AS backend-build
9
9
10
+ # Ensure we use the latest version of pip
11
+ RUN pip install pip "setuptools>70" -U
12
+
10
13
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
11
14
pkg-config \
12
15
build-essential \
Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ webencodings==0.5.1
605
605
# via
606
606
# -r requirements/base.txt
607
607
# bleach
608
- webob==1.8.7
608
+ webob==1.8.8
609
609
# via webtest
610
610
webtest==3.0.0
611
611
# via django-webtest
Original file line number Diff line number Diff line change @@ -848,7 +848,7 @@ webencodings==0.5.1
848
848
# -c requirements/ci.txt
849
849
# -r requirements/ci.txt
850
850
# bleach
851
- webob==1.8.7
851
+ webob==1.8.8
852
852
# via
853
853
# -c requirements/ci.txt
854
854
# -r requirements/ci.txt
You can’t perform that action at this time.
0 commit comments