Skip to content

Commit 9b363dd

Browse files
authored
Merge pull request #24 from maykinmedia/feature/50-webob
⬆️ [#50] upgrade webob from 1.8.7 to 1.8.8
2 parents 41fe566 + 4e0a33b commit 9b363dd

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
@@ -605,7 +605,7 @@ webencodings==0.5.1
605605
# via
606606
# -r requirements/base.txt
607607
# bleach
608-
webob==1.8.7
608+
webob==1.8.8
609609
# via webtest
610610
webtest==3.0.0
611611
# via django-webtest

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ webencodings==0.5.1
848848
# -c requirements/ci.txt
849849
# -r requirements/ci.txt
850850
# bleach
851-
webob==1.8.7
851+
webob==1.8.8
852852
# via
853853
# -c requirements/ci.txt
854854
# -r requirements/ci.txt

0 commit comments

Comments
 (0)