Skip to content

Commit b690f93

Browse files
build(deps): Bump werkzeug from 3.0.3 to 3.0.6 (#154)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fb1cec commit b690f93

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

requirements.txt

Lines changed: 3 additions & 9 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==23.0.0
48+
gunicorn[setproctitle]==23.0.0
4949
# via -r requirements.in
5050
idna==3.7
5151
# via requests
@@ -71,7 +71,7 @@ libcove==0.32.1
7171
# libcoveoc4ids
7272
# libcoveocds
7373
# libcoveweb
74-
libcoveoc4ids==0.8.0
74+
libcoveoc4ids[perf]==0.8.0
7575
# via -r requirements.in
7676
libcoveocds==0.16.0
7777
# via libcoveoc4ids
@@ -132,12 +132,6 @@ sentry-sdk==2.8.0
132132
# via -r requirements.in
133133
setproctitle==1.3.3
134134
# via gunicorn
135-
setuptools==74.1.1
136-
# via
137-
# zc-lockfile
138-
# zc-zlibstorage
139-
# zodbpickle
140-
# zope-interface
141135
six==1.16.0
142136
# via
143137
# rfc3339-validator
@@ -154,7 +148,7 @@ urllib3==2.2.2
154148
# requests
155149
# requests-cache
156150
# sentry-sdk
157-
werkzeug==3.0.3
151+
werkzeug==3.0.6
158152
# via libcoveweb
159153
xmltodict==0.12.0
160154
# via flattentool

requirements_dev.txt

Lines changed: 8 additions & 11 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==23.0.0
79+
gunicorn[setproctitle]==23.0.0
8080
# via -r requirements.txt
8181
h11==0.14.0
8282
# via wsproto
@@ -117,7 +117,7 @@ libcove==0.32.1
117117
# libcoveoc4ids
118118
# libcoveocds
119119
# libcoveweb
120-
libcoveoc4ids==0.8.0
120+
libcoveoc4ids[perf]==0.8.0
121121
# via -r requirements.txt
122122
libcoveocds==0.16.0
123123
# via
@@ -148,7 +148,9 @@ openpyxl==3.0.7
148148
# -r requirements.txt
149149
# flattentool
150150
orjson==3.9.15
151-
# via -r requirements.txt
151+
# via
152+
# -r requirements.txt
153+
# libcoveoc4ids
152154
outcome==1.2.0
153155
# via trio
154156
packaging==24.1
@@ -228,14 +230,9 @@ selenium==4.11.2
228230
sentry-sdk==2.8.0
229231
# via -r requirements.txt
230232
setproctitle==1.3.3
231-
# via -r requirements.txt
232-
setuptools==74.1.1
233233
# via
234234
# -r requirements.txt
235-
# zc-lockfile
236-
# zc-zlibstorage
237-
# zodbpickle
238-
# zope-interface
235+
# gunicorn
239236
six==1.16.0
240237
# via
241238
# -r requirements.txt
@@ -265,14 +262,14 @@ url-normalize==1.4.3
265262
# via
266263
# -r requirements.txt
267264
# requests-cache
268-
urllib3==2.2.2
265+
urllib3[socks]==2.2.2
269266
# via
270267
# -r requirements.txt
271268
# requests
272269
# requests-cache
273270
# selenium
274271
# sentry-sdk
275-
werkzeug==3.0.3
272+
werkzeug==3.0.6
276273
# via
277274
# -r requirements.txt
278275
# libcoveweb

0 commit comments

Comments
 (0)