Skip to content

Commit 4e0a33b

Browse files
committed
⬆️ [#50] upgrade webob from 1.8.7 to 1.8.8
1 parent a9dff03 commit 4e0a33b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# includes compilers and build tooling to create the environment
88
FROM python:3.11-slim-bookworm AS backend-build
99

10+
# Ensure we use the latest version of pip
11+
RUN pip install pip "setuptools>70" -U
12+
1013
RUN apt-get update && apt-get upgrade -y && apt-get install -y --no-install-recommends \
1114
pkg-config \
1215
build-essential \

requirements/ci.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ webencodings==0.5.1
599599
# via
600600
# -r requirements/base.txt
601601
# bleach
602-
webob==1.8.7
602+
webob==1.8.8
603603
# via webtest
604604
webtest==3.0.0
605605
# via django-webtest

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ webencodings==0.5.1
834834
# -c requirements/ci.txt
835835
# -r requirements/ci.txt
836836
# bleach
837-
webob==1.8.7
837+
webob==1.8.8
838838
# via
839839
# -c requirements/ci.txt
840840
# -r requirements/ci.txt

0 commit comments

Comments
 (0)