Skip to content

Commit b393575

Browse files
chore(deps): update pypdf requirement from ==5.1.* to ==6.3.*
Updates the requirements on [pypdf](https://github.com/py-pdf/pypdf) to permit the latest version. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@5.1.0...6.3.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6266c3f commit b393575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
'django-cors-headers',
3636
'reportlab==4.2.*',
3737
'Pillow==12.0.*',
38-
'pypdf==5.1.*',
38+
'pypdf==6.3.*',
3939
'django-libsass==0.9',
4040
'libsass==0.23.*',
4141
'django-otp==1.6.*',

0 commit comments

Comments
 (0)