Skip to content

Commit 0cef2ad

Browse files
Bump urllib3 from 1.26.19 to 2.5.0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.19...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bda78bb commit 0cef2ad

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

requirements.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
# uv pip compile requirements.in -o requirements.txt
33
ago==0.0.95
44
# via -r requirements.in
5-
async-timeout==4.0.2
6-
# via redis
75
awscrt==0.20.11
86
# via botocore
97
blinker==1.9.0
108
# via
119
# flask
1210
# gds-metrics
1311
# sentry-sdk
14-
boto3==1.34.129
12+
boto3[crt]==1.34.129
1513
# via notifications-utils
16-
botocore==1.34.129
14+
botocore[crt]==1.34.129
1715
# via
1816
# boto3
1917
# s3transfer
@@ -63,7 +61,7 @@ govuk-frontend-jinja==3.6.0
6361
# via -r requirements.in
6462
greenlet==3.2.2
6563
# via eventlet
66-
gunicorn==23.0.0
64+
gunicorn[eventlet]==23.0.0
6765
# via notifications-utils
6866
humanize==4.4.0
6967
# via -r requirements.in
@@ -102,7 +100,7 @@ mistune==0.8.4
102100
# via notifications-utils
103101
notifications-python-client==10.0.0
104102
# via -r requirements.in
105-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@c8df19cdf6a9f3e68c9a979b4f44f689a8fa58a5
103+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@102.0.0
106104
# via -r requirements.in
107105
openpyxl==3.1.5
108106
# via pyexcel-xlsx
@@ -160,7 +158,7 @@ s3transfer==0.10.1
160158
# via boto3
161159
segno==1.6.1
162160
# via notifications-utils
163-
sentry-sdk==1.45.1
161+
sentry-sdk[flask]==1.45.1
164162
# via -r requirements.in
165163
six==1.16.0
166164
# via python-dateutil
@@ -170,7 +168,7 @@ statsd==4.0.1
170168
# via notifications-utils
171169
texttable==1.6.4
172170
# via pyexcel
173-
urllib3==1.26.19
171+
urllib3==2.5.0
174172
# via
175173
# botocore
176174
# requests

requirements_for_test.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# uv pip compile requirements_for_test.in -o requirements_for_test.txt
33
ago==0.0.95
44
# via -r requirements.txt
5-
async-timeout==4.0.2
6-
# via
7-
# -r requirements.txt
8-
# redis
95
awscrt==0.20.11
106
# via
117
# -r requirements.txt
@@ -17,12 +13,13 @@ blinker==1.9.0
1713
# -r requirements.txt
1814
# flask
1915
# gds-metrics
20-
boto3==1.34.129
16+
# sentry-sdk
17+
boto3[crt]==1.34.129
2118
# via
2219
# -r requirements.txt
2320
# moto
2421
# notifications-utils
25-
botocore==1.34.129
22+
botocore[crt]==1.34.129
2623
# via
2724
# -r requirements.txt
2825
# boto3
@@ -84,6 +81,7 @@ flask==3.1.1
8481
# flask-wtf
8582
# gds-metrics
8683
# notifications-utils
84+
# sentry-sdk
8785
flask-login==0.6.3
8886
# via -r requirements.txt
8987
flask-redis==0.4.0
@@ -106,7 +104,7 @@ greenlet==3.2.2
106104
# via
107105
# -r requirements.txt
108106
# eventlet
109-
gunicorn==23.0.0
107+
gunicorn[eventlet]==23.0.0
110108
# via
111109
# -r requirements.txt
112110
# notifications-utils
@@ -153,6 +151,7 @@ markupsafe==2.1.1
153151
# -r requirements.txt
154152
# flask
155153
# jinja2
154+
# sentry-sdk
156155
# werkzeug
157156
# wtforms
158157
mistune==0.8.4
@@ -163,7 +162,7 @@ moto==5.1.0
163162
# via -r requirements_for_test.in
164163
notifications-python-client==10.0.0
165164
# via -r requirements.txt
166-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@c8df19cdf6a9f3e68c9a979b4f44f689a8fa58a5
165+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@102.0.0
167166
# via -r requirements.txt
168167
openpyxl==3.1.5
169168
# via
@@ -279,7 +278,7 @@ segno==1.6.1
279278
# via
280279
# -r requirements.txt
281280
# notifications-utils
282-
sentry-sdk==1.45.1
281+
sentry-sdk[flask]==1.45.1
283282
# via -r requirements.txt
284283
six==1.16.0
285284
# via
@@ -300,7 +299,7 @@ texttable==1.6.4
300299
# via
301300
# -r requirements.txt
302301
# pyexcel
303-
urllib3==1.26.19
302+
urllib3==2.5.0
304303
# via
305304
# -r requirements.txt
306305
# botocore

0 commit comments

Comments
 (0)