Skip to content

Commit a776328

Browse files
dependabot[bot]jpmckinney
authored andcommitted
build(deps): Bump werkzeug from 3.0.3 to 3.0.6
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 902a9dd commit a776328

File tree

2 files changed

+18
-22
lines changed

2 files changed

+18
-22
lines changed

requirements.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ flattentool==0.26.0
4747
# -r requirements.in
4848
# libcove
4949
# libcoveweb
50-
gunicorn==23.0.0
50+
gunicorn[setproctitle]==23.0.0
5151
# via -r requirements.in
5252
idna==3.7
5353
# via requests
@@ -72,7 +72,7 @@ libcove==0.32.1
7272
# -r requirements.in
7373
# libcoveocds
7474
# libcoveweb
75-
libcoveocds==0.16.0
75+
libcoveocds[perf,web]==0.16.0
7676
# via -r requirements.in
7777
libcoveweb==0.31.0
7878
# via -r requirements.in
@@ -137,12 +137,6 @@ sentry-sdk==2.8.0
137137
# via -r requirements.in
138138
setproctitle==1.3.3
139139
# via gunicorn
140-
setuptools==74.1.1
141-
# via
142-
# zc-lockfile
143-
# zc-zlibstorage
144-
# zodbpickle
145-
# zope-interface
146140
six==1.16.0
147141
# via
148142
# bleach
@@ -162,7 +156,7 @@ urllib3==2.2.2
162156
# sentry-sdk
163157
webencodings==0.5.1
164158
# via bleach
165-
werkzeug==3.0.3
159+
werkzeug==3.0.6
166160
# via libcoveweb
167161
xmltodict==0.12.0
168162
# via flattentool

requirements_dev.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ backports-datetime-fromisoformat==1.0.0
2121
# -r requirements.txt
2222
# flattentool
2323
bleach==6.0.0
24-
# via -r requirements.txt
24+
# via
25+
# -r requirements.txt
26+
# libcoveocds
2527
btrees==4.8.0
2628
# via
2729
# -r requirements.txt
@@ -62,6 +64,7 @@ django==4.2.16
6264
# via
6365
# -r requirements.txt
6466
# django-bootstrap3
67+
# libcoveocds
6568
# libcoveweb
6669
django-bootstrap3==24.2
6770
# via
@@ -79,7 +82,7 @@ flattentool==0.26.0
7982
# -r requirements_dev.in
8083
# libcove
8184
# libcoveweb
82-
gunicorn==23.0.0
85+
gunicorn[setproctitle]==23.0.0
8386
# via -r requirements.txt
8487
h11==0.14.0
8588
# via wsproto
@@ -121,7 +124,7 @@ libcove==0.32.1
121124
# -r requirements.txt
122125
# libcoveocds
123126
# libcoveweb
124-
libcoveocds==0.16.0
127+
libcoveocds[perf,web]==0.16.0
125128
# via -r requirements.txt
126129
libcoveweb==0.31.0
127130
# via -r requirements.txt
@@ -132,7 +135,9 @@ lxml==4.9.1
132135
# -r requirements.txt
133136
# flattentool
134137
markdown-it-py==2.2.0
135-
# via -r requirements.txt
138+
# via
139+
# -r requirements.txt
140+
# libcoveocds
136141
markupsafe==2.1.2
137142
# via
138143
# -r requirements.txt
@@ -154,7 +159,9 @@ openpyxl==3.0.7
154159
# -r requirements.txt
155160
# flattentool
156161
orjson==3.9.15
157-
# via -r requirements.txt
162+
# via
163+
# -r requirements.txt
164+
# libcoveocds
158165
outcome==1.2.0
159166
# via trio
160167
packaging==24.1
@@ -235,14 +242,9 @@ selenium==4.11.2
235242
sentry-sdk==2.8.0
236243
# via -r requirements.txt
237244
setproctitle==1.3.3
238-
# via -r requirements.txt
239-
setuptools==74.1.1
240245
# via
241246
# -r requirements.txt
242-
# zc-lockfile
243-
# zc-zlibstorage
244-
# zodbpickle
245-
# zope-interface
247+
# gunicorn
246248
six==1.16.0
247249
# via
248250
# -r requirements.txt
@@ -275,7 +277,7 @@ url-normalize==1.4.3
275277
# via
276278
# -r requirements.txt
277279
# requests-cache
278-
urllib3==2.2.2
280+
urllib3[socks]==2.2.2
279281
# via
280282
# -r requirements.txt
281283
# requests
@@ -286,7 +288,7 @@ webencodings==0.5.1
286288
# via
287289
# -r requirements.txt
288290
# bleach
289-
werkzeug==3.0.3
291+
werkzeug==3.0.6
290292
# via
291293
# -r requirements.txt
292294
# libcoveweb

0 commit comments

Comments
 (0)