Skip to content

Commit 8bf6bde

Browse files
build(deps): bump urllib3 from 2.6.0 to 2.6.3
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ce049e commit 8bf6bde

File tree

2 files changed

+16
-25
lines changed

2 files changed

+16
-25
lines changed

requirements.txt

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ et-xmlfile==2.0.0
4949
# via openpyxl
5050
flattentool==0.24.0
5151
# via libcove
52-
gunicorn==23.0.0
52+
gunicorn[setproctitle]==23.0.0
5353
# via -r requirements.in
5454
idna==3.7
5555
# via requests
@@ -79,7 +79,7 @@ jsonschema-specifications==2023.12.1
7979
# via jsonschema
8080
libcove==0.32.0
8181
# via libcoveocds
82-
libcoveocds==0.17.0
82+
libcoveocds[perf]==0.17.0
8383
# via -r requirements.in
8484
lxml==6.0.0
8585
# via flattentool
@@ -88,7 +88,7 @@ ocdsextensionregistry==0.6.9
8888
# -r requirements.in
8989
# libcoveocds
9090
# ocdskit
91-
ocdskit==1.4.0
91+
ocdskit[perf]==1.4.0
9292
# via -r requirements.in
9393
ocdsmerge==0.8.0
9494
# via ocdskit
@@ -151,13 +151,6 @@ sentry-sdk==2.8.0
151151
# via -r requirements.in
152152
setproctitle==1.2.2
153153
# via gunicorn
154-
setuptools==80.9.0
155-
# via
156-
# zc-lockfile
157-
# zc-zlibstorage
158-
# zope-deferredimport
159-
# zope-interface
160-
# zope-proxy
161154
simplejson==3.17.2
162155
# via -r requirements.in
163156
six==1.16.0
@@ -175,14 +168,14 @@ uritemplate==4.1.1
175168
# via drf-spectacular
176169
url-normalize==1.4.3
177170
# via requests-cache
178-
urllib3==2.6.0
171+
urllib3==2.6.3
179172
# via
180173
# requests
181174
# requests-cache
182175
# sentry-sdk
183176
xmltodict==0.13.0
184177
# via flattentool
185-
yapw==0.1.4
178+
yapw[perf]==0.1.4
186179
# via -r requirements.in
187180
zc-lockfile==3.0.post1
188181
# via zodb

requirements_dev.txt

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ flattentool==0.24.0
7575
# via
7676
# -r requirements.txt
7777
# libcove
78-
gunicorn==23.0.0
78+
gunicorn[setproctitle]==23.0.0
7979
# via -r requirements.txt
8080
idna==3.7
8181
# via
@@ -117,7 +117,7 @@ libcove==0.32.0
117117
# via
118118
# -r requirements.txt
119119
# libcoveocds
120-
libcoveocds==0.17.0
120+
libcoveocds[perf]==0.17.0
121121
# via -r requirements.txt
122122
lxml==6.0.0
123123
# via
@@ -128,7 +128,7 @@ ocdsextensionregistry==0.6.9
128128
# -r requirements.txt
129129
# libcoveocds
130130
# ocdskit
131-
ocdskit==1.4.0
131+
ocdskit[perf]==1.4.0
132132
# via -r requirements.txt
133133
ocdsmerge==0.8.0
134134
# via
@@ -145,7 +145,11 @@ openpyxl==3.1.2
145145
# -r requirements.txt
146146
# flattentool
147147
orjson==3.9.15
148-
# via -r requirements.txt
148+
# via
149+
# -r requirements.txt
150+
# libcoveocds
151+
# ocdskit
152+
# yapw
149153
packaging==24.0
150154
# via
151155
# -r requirements.txt
@@ -218,15 +222,9 @@ schema==0.7.5
218222
sentry-sdk==2.8.0
219223
# via -r requirements.txt
220224
setproctitle==1.2.2
221-
# via -r requirements.txt
222-
setuptools==80.9.0
223225
# via
224226
# -r requirements.txt
225-
# zc-lockfile
226-
# zc-zlibstorage
227-
# zope-deferredimport
228-
# zope-interface
229-
# zope-proxy
227+
# gunicorn
230228
simplejson==3.17.2
231229
# via -r requirements.txt
232230
six==1.16.0
@@ -255,7 +253,7 @@ url-normalize==1.4.3
255253
# via
256254
# -r requirements.txt
257255
# requests-cache
258-
urllib3==2.6.0
256+
urllib3==2.6.3
259257
# via
260258
# -r requirements.txt
261259
# requests
@@ -265,7 +263,7 @@ xmltodict==0.13.0
265263
# via
266264
# -r requirements.txt
267265
# flattentool
268-
yapw==0.1.4
266+
yapw[perf]==0.1.4
269267
# via -r requirements.txt
270268
zc-lockfile==3.0.post1
271269
# via

0 commit comments

Comments
 (0)