Skip to content

Commit 0b561c0

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 183a441 commit 0b561c0

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==3.6.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
@@ -98,7 +98,7 @@ mistune==0.8.4
9898
# via notifications-utils
9999
notifications-python-client==10.0.0
100100
# via -r requirements.in
101-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@e4fd0f03f2475329250dac85d1fb778a4fc053b4
101+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@110.0.0
102102
# via -r requirements.in
103103
openpyxl==3.1.5
104104
# via -r requirements.in
@@ -128,7 +128,7 @@ pyexcel-xls==0.7.1
128128
# via -r requirements.in
129129
pyjwt==2.11.0
130130
# via notifications-python-client
131-
pypdf==6.7.2
131+
pypdf==6.8.0
132132
# via notifications-utils
133133
python-dateutil==2.9.0.post0
134134
# via
@@ -149,7 +149,7 @@ s3transfer==0.16.0
149149
# via boto3
150150
segno==1.6.6
151151
# via notifications-utils
152-
sentry-sdk==1.45.1
152+
sentry-sdk[flask]==1.45.1
153153
# via -r requirements.in
154154
six==1.17.0
155155
# 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
@@ -148,6 +150,7 @@ markupsafe==3.0.3
148150
# -r requirements.txt
149151
# flask
150152
# jinja2
153+
# sentry-sdk
151154
# werkzeug
152155
# wtforms
153156
mistune==0.8.4
@@ -158,7 +161,7 @@ moto==5.1.0
158161
# via -r requirements_for_test.in
159162
notifications-python-client==10.0.0
160163
# via -r requirements.txt
161-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@e4fd0f03f2475329250dac85d1fb778a4fc053b4
164+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@110.0.0
162165
# via -r requirements.txt
163166
openpyxl==3.1.5
164167
# via -r requirements.txt
@@ -205,7 +208,7 @@ pyjwt==2.11.0
205208
# via
206209
# -r requirements.txt
207210
# notifications-python-client
208-
pypdf==6.7.2
211+
pypdf==6.8.0
209212
# via
210213
# -r requirements.txt
211214
# notifications-utils
@@ -269,7 +272,7 @@ segno==1.6.6
269272
# via
270273
# -r requirements.txt
271274
# notifications-utils
272-
sentry-sdk==1.45.1
275+
sentry-sdk[flask]==1.45.1
273276
# via -r requirements.txt
274277
six==1.17.0
275278
# via

0 commit comments

Comments
 (0)