File tree Expand file tree Collapse file tree 2 files changed +18
-22
lines changed Expand file tree Collapse file tree 2 files changed +18
-22
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ contextlib2==0.6.0.post1
30
30
# via schema
31
31
defusedxml == 0.7.1
32
32
# via odfpy
33
- django == 4.2.16
33
+ django == 4.2.17
34
34
# via
35
35
# -r requirements.in
36
36
# django-bootstrap3
@@ -47,7 +47,7 @@ flattentool==0.26.0
47
47
# -r requirements.in
48
48
# libcove
49
49
# libcoveweb
50
- gunicorn == 23.0.0
50
+ gunicorn [ setproctitle ] == 23.0.0
51
51
# via -r requirements.in
52
52
idna == 3.7
53
53
# via requests
@@ -72,7 +72,7 @@ libcove==0.32.1
72
72
# -r requirements.in
73
73
# libcoveocds
74
74
# libcoveweb
75
- libcoveocds == 0.16.0
75
+ libcoveocds [ perf,web ] == 0.16.0
76
76
# via -r requirements.in
77
77
libcoveweb == 0.31.0
78
78
# via -r requirements.in
@@ -137,12 +137,6 @@ sentry-sdk==2.8.0
137
137
# via -r requirements.in
138
138
setproctitle == 1.3.3
139
139
# via gunicorn
140
- setuptools == 75.2.0
141
- # via
142
- # zc-lockfile
143
- # zc-zlibstorage
144
- # zodbpickle
145
- # zope-interface
146
140
six == 1.16.0
147
141
# via
148
142
# bleach
Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ backports-datetime-fromisoformat==1.0.0
21
21
# -r requirements.txt
22
22
# flattentool
23
23
bleach==6.0.0
24
- # via -r requirements.txt
24
+ # via
25
+ # -r requirements.txt
26
+ # libcoveocds
25
27
btrees==4.8.0
26
28
# via
27
29
# -r requirements.txt
@@ -58,10 +60,11 @@ defusedxml==0.7.1
58
60
# via
59
61
# -r requirements.txt
60
62
# odfpy
61
- django==4.2.16
63
+ django==4.2.17
62
64
# via
63
65
# -r requirements.txt
64
66
# django-bootstrap3
67
+ # libcoveocds
65
68
# libcoveweb
66
69
django-bootstrap3==24.2
67
70
# via
@@ -79,7 +82,7 @@ flattentool==0.26.0
79
82
# -r requirements_dev.in
80
83
# libcove
81
84
# libcoveweb
82
- gunicorn==23.0.0
85
+ gunicorn[setproctitle] ==23.0.0
83
86
# via -r requirements.txt
84
87
h11==0.14.0
85
88
# via wsproto
@@ -121,7 +124,7 @@ libcove==0.32.1
121
124
# -r requirements.txt
122
125
# libcoveocds
123
126
# libcoveweb
124
- libcoveocds==0.16.0
127
+ libcoveocds[perf,web] ==0.16.0
125
128
# via -r requirements.txt
126
129
libcoveweb==0.31.0
127
130
# via -r requirements.txt
@@ -132,7 +135,9 @@ lxml==4.9.1
132
135
# -r requirements.txt
133
136
# flattentool
134
137
markdown-it-py==2.2.0
135
- # via -r requirements.txt
138
+ # via
139
+ # -r requirements.txt
140
+ # libcoveocds
136
141
markupsafe==2.1.2
137
142
# via
138
143
# -r requirements.txt
@@ -154,7 +159,9 @@ openpyxl==3.0.7
154
159
# -r requirements.txt
155
160
# flattentool
156
161
orjson==3.9.15
157
- # via -r requirements.txt
162
+ # via
163
+ # -r requirements.txt
164
+ # libcoveocds
158
165
outcome==1.2.0
159
166
# via trio
160
167
packaging==24.1
@@ -235,14 +242,9 @@ selenium==4.11.2
235
242
sentry-sdk==2.8.0
236
243
# via -r requirements.txt
237
244
setproctitle==1.3.3
238
- # via -r requirements.txt
239
- setuptools==75.2.0
240
245
# via
241
246
# -r requirements.txt
242
- # zc-lockfile
243
- # zc-zlibstorage
244
- # zodbpickle
245
- # zope-interface
247
+ # gunicorn
246
248
six==1.16.0
247
249
# via
248
250
# -r requirements.txt
@@ -275,7 +277,7 @@ url-normalize==1.4.3
275
277
# via
276
278
# -r requirements.txt
277
279
# requests-cache
278
- urllib3==2.2.2
280
+ urllib3[socks] ==2.2.2
279
281
# via
280
282
# -r requirements.txt
281
283
# requests
You can’t perform that action at this time.
0 commit comments