Skip to content

Commit d6c6d14

Browse files
authored
fix: fix zope issue (#361)
* fix: fix zope issue
1 parent 4272b6c commit d6c6d14

File tree

11 files changed

+15
-22
lines changed

11 files changed

+15
-22
lines changed

14.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim-bookworm
1+
FROM python:3.9-slim-trixie
22
ARG UID=999
33
ARG GID=999
44
# create the working directory and a place to set the logs (if wanted)

14.0/base_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ XlsxWriter==1.1.2
4444
xlwt==1.3.*
4545
xlrd==1.2.0; python_version >= '3.8'
4646
zope.event==5.0
47-
48-
setuptools==73.0.1
47+
zope.interface==8.0
48+
setuptools==78.1.1
4949

5050
whool==1.2.0
5151
# Not part of official requirements, but used by some addons

15.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.12-slim-trixie
22
ARG UID=999
33
ARG GID=999
44
# create the working directory and a place to set the logs (if wanted)

15.0/base_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ XlsxWriter==1.1.2
4242
xlwt==1.3.0
4343
zeep==3.4.0
4444
zope.event==5.1.1
45+
zope.interface==8.0
4546
setuptools==78.1.1
4647

4748

@@ -55,7 +56,7 @@ pyinotify==0.9.6
5556
simplejson==3.19.3
5657

5758
# Migration tools
58-
marabunta==0.12.0
59+
marabunta==0.13.0
5960
-e git+https://github.com/camptocamp/anthem@master#egg=anthem
6061

6162

16.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.12-slim-trixie
22
ARG UID=999
33
ARG GID=999
44
# create the working directory and a place to set the logs (if wanted)

16.0/base_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ XlsxWriter==1.1.2
4646
xlwt==1.3.0
4747
zeep==4.0.0
4848
zope.event==5.1.1
49+
zope.interface==8.0
4950
setuptools==78.1.1
5051

5152
# Not part of official requirements, but used by some addons

17.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.12-slim-trixie
22
ARG UID=999
33
ARG GID=999
44
# create the working directory and a place to set the logs (if wanted)

17.0/base_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ XlsxWriter==3.1.9 ; python_version >= '3.12'
4646
xlwt==1.3.0
4747
zeep==4.2.1 ; python_version >= '3.11'
4848
zope.event==5.1.1
49+
zope.interface==8.0
4950
setuptools==78.1.1
5051

5152
# Not part of official requirements, but used by some addons

18.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim-bookworm
1+
FROM python:3.12-slim-trixie
22
ARG UID=999
33
ARG GID=999
44
# create the working directory and a place to set the logs (if wanted)

18.0/base_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ XlsxWriter==3.1.9 ; python_version >= '3.12'
4949
xlwt==1.3.0
5050
zeep==4.2.1 ; python_version >= '3.11'
5151
zope.event==5.1.1
52+
zope.interface==8.0
5253
setuptools==78.1.1
5354

5455
# Not part of official requirements, but used by some addons

0 commit comments

Comments
 (0)