Skip to content

Commit 8cf425a

Browse files
Bump pypdf from 6.7.2 to 6.8.0
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.7.2 to 6.8.0. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@6.7.2...6.8.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.8.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 60904e8 commit 8cf425a

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ blinker==1.9.0
99
# flask
1010
# gds-metrics
1111
# sentry-sdk
12-
boto3==1.42.55
12+
boto3[crt]==1.42.55
1313
# via notifications-utils
14-
botocore==1.42.55
14+
botocore[crt]==1.42.55
1515
# via
1616
# boto3
1717
# s3transfer
@@ -61,7 +61,7 @@ govuk-frontend-jinja==4.0.0
6161
# via -r requirements.in
6262
greenlet==3.3.2
6363
# via eventlet
64-
gunicorn==25.1.0
64+
gunicorn[eventlet]==25.1.0
6565
# via notifications-utils
6666
humanize==4.4.0
6767
# via -r requirements.in
@@ -100,7 +100,7 @@ mistune==0.8.4
100100
# via notifications-utils
101101
notifications-python-client==10.0.0
102102
# via -r requirements.in
103-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@db25478dcdba7ac0431491092b4f354792508145
103+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@110.2.0
104104
# via -r requirements.in
105105
openpyxl==3.1.5
106106
# via -r requirements.in
@@ -132,7 +132,7 @@ pyexcel-xls==0.7.1
132132
# via -r requirements.in
133133
pyjwt==2.11.0
134134
# via notifications-python-client
135-
pypdf==6.7.2
135+
pypdf==6.8.0
136136
# via notifications-utils
137137
python-dateutil==2.9.0.post0
138138
# via
@@ -153,7 +153,7 @@ s3transfer==0.16.0
153153
# via boto3
154154
segno==1.6.6
155155
# via notifications-utils
156-
sentry-sdk==1.45.1
156+
sentry-sdk[flask]==1.45.1
157157
# via -r requirements.in
158158
six==1.17.0
159159
# via python-dateutil

requirements_for_test.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ blinker==1.9.0
1313
# -r requirements.txt
1414
# flask
1515
# gds-metrics
16-
boto3==1.42.55
16+
# sentry-sdk
17+
boto3[crt]==1.42.55
1718
# via
1819
# -r requirements.txt
1920
# moto
2021
# notifications-utils
21-
botocore==1.42.55
22+
botocore[crt]==1.42.55
2223
# via
2324
# -r requirements.txt
2425
# boto3
@@ -80,6 +81,7 @@ flask==3.1.3
8081
# flask-wtf
8182
# gds-metrics
8283
# notifications-utils
84+
# sentry-sdk
8385
flask-login==0.6.3
8486
# via -r requirements.txt
8587
flask-redis==0.4.0
@@ -102,7 +104,7 @@ greenlet==3.3.2
102104
# via
103105
# -r requirements.txt
104106
# eventlet
105-
gunicorn==25.1.0
107+
gunicorn[eventlet]==25.1.0
106108
# via
107109
# -r requirements.txt
108110
# notifications-utils
@@ -152,6 +154,7 @@ markupsafe==3.0.3
152154
# -r requirements.txt
153155
# flask
154156
# jinja2
157+
# sentry-sdk
155158
# werkzeug
156159
# wtforms
157160
mistune==0.8.4
@@ -162,7 +165,7 @@ moto==5.1.0
162165
# via -r requirements_for_test.in
163166
notifications-python-client==10.0.0
164167
# via -r requirements.txt
165-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@db25478dcdba7ac0431491092b4f354792508145
168+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@110.2.0
166169
# via -r requirements.txt
167170
openpyxl==3.1.5
168171
# via -r requirements.txt
@@ -213,7 +216,7 @@ pyjwt==2.11.0
213216
# via
214217
# -r requirements.txt
215218
# notifications-python-client
216-
pypdf==6.7.2
219+
pypdf==6.8.0
217220
# via
218221
# -r requirements.txt
219222
# notifications-utils
@@ -277,7 +280,7 @@ segno==1.6.6
277280
# via
278281
# -r requirements.txt
279282
# notifications-utils
280-
sentry-sdk==1.45.1
283+
sentry-sdk[flask]==1.45.1
281284
# via -r requirements.txt
282285
six==1.17.0
283286
# via

0 commit comments

Comments
 (0)