Skip to content

Commit 9653ce3

Browse files
committed
build: Upgrade libcoveocds
1 parent 2d8e347 commit 9653ce3

File tree

2 files changed

+20
-11
lines changed

2 files changed

+20
-11
lines changed

requirements.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ flattentool==0.26.0
4545
# via
4646
# libcove
4747
# libcoveweb
48-
gunicorn[setproctitle]==23.0.0
48+
gunicorn==23.0.0
4949
# via -r requirements.in
5050
idna==3.7
5151
# via requests
@@ -71,9 +71,9 @@ libcove==0.32.1
7171
# libcoveoc4ids
7272
# libcoveocds
7373
# libcoveweb
74-
libcoveoc4ids[perf]==0.8.0
74+
libcoveoc4ids==0.8.0
7575
# via -r requirements.in
76-
libcoveocds==0.16.0
76+
libcoveocds==0.16.4
7777
# via libcoveoc4ids
7878
libcoveweb==0.31.0
7979
# via -r requirements.in
@@ -132,6 +132,12 @@ sentry-sdk==2.8.0
132132
# via -r requirements.in
133133
setproctitle==1.3.3
134134
# via gunicorn
135+
setuptools==75.6.0
136+
# via
137+
# zc-lockfile
138+
# zc-zlibstorage
139+
# zodbpickle
140+
# zope-interface
135141
six==1.16.0
136142
# via
137143
# rfc3339-validator

requirements_dev.txt

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ flattentool==0.26.0
7676
# -r requirements.txt
7777
# libcove
7878
# libcoveweb
79-
gunicorn[setproctitle]==23.0.0
79+
gunicorn==23.0.0
8080
# via -r requirements.txt
8181
h11==0.14.0
8282
# via wsproto
@@ -117,9 +117,9 @@ libcove==0.32.1
117117
# libcoveoc4ids
118118
# libcoveocds
119119
# libcoveweb
120-
libcoveoc4ids[perf]==0.8.0
120+
libcoveoc4ids==0.8.0
121121
# via -r requirements.txt
122-
libcoveocds==0.16.0
122+
libcoveocds==0.16.4
123123
# via
124124
# -r requirements.txt
125125
# libcoveoc4ids
@@ -148,9 +148,7 @@ openpyxl==3.0.7
148148
# -r requirements.txt
149149
# flattentool
150150
orjson==3.9.15
151-
# via
152-
# -r requirements.txt
153-
# libcoveoc4ids
151+
# via -r requirements.txt
154152
outcome==1.2.0
155153
# via trio
156154
packaging==24.1
@@ -230,9 +228,14 @@ selenium==4.11.2
230228
sentry-sdk==2.8.0
231229
# via -r requirements.txt
232230
setproctitle==1.3.3
231+
# via -r requirements.txt
232+
setuptools==75.6.0
233233
# via
234234
# -r requirements.txt
235-
# gunicorn
235+
# zc-lockfile
236+
# zc-zlibstorage
237+
# zodbpickle
238+
# zope-interface
236239
six==1.16.0
237240
# via
238241
# -r requirements.txt
@@ -262,7 +265,7 @@ url-normalize==1.4.3
262265
# via
263266
# -r requirements.txt
264267
# requests-cache
265-
urllib3[socks]==2.2.2
268+
urllib3==2.2.2
266269
# via
267270
# -r requirements.txt
268271
# requests

0 commit comments

Comments
 (0)