[UPD] poetry: security update PyPDF2 to 1.27.8

https://github.com/py-pdf/PyPDF2/blob/1.27.5/CHANGELOG
This commit is contained in:
Mathieu Benoit 2022-04-23 00:35:55 -04:00
parent 9c85e0e1e8
commit 17cb580de9
3 changed files with 15 additions and 13 deletions

25
poetry.lock generated
View file

@ -221,14 +221,14 @@ tornado = ">=4.3"
[[package]]
name = "boto3"
version = "1.21.45"
version = "1.21.46"
description = "The AWS SDK for Python"
category = "main"
optional = false
python-versions = ">= 3.6"
[package.dependencies]
botocore = ">=1.24.45,<1.25.0"
botocore = ">=1.24.46,<1.25.0"
jmespath = ">=0.7.1,<2.0.0"
s3transfer = ">=0.5.0,<0.6.0"
@ -237,7 +237,7 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"]
[[package]]
name = "botocore"
version = "1.24.45"
version = "1.24.46"
description = "Low-level, data-driven core of boto 3."
category = "main"
optional = false
@ -2012,11 +2012,11 @@ python-versions = "*"
[[package]]
name = "pypdf2"
version = "1.26.0"
description = "PDF toolkit"
version = "1.27.8"
description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files"
category = "main"
optional = false
python-versions = "*"
python-versions = ">=2.7"
[[package]]
name = "pypdf4"
@ -3148,7 +3148,7 @@ python-versions = "*"
[metadata]
lock-version = "1.1"
python-versions = "^3.7.12"
content-hash = "1a29e8b9f790cef13ac7ecab5bc88f8efdb85d3172320f597c25fbbe0b601f08"
content-hash = "3a75c2f6e62bbe624c58a7488212953db615b8260effb00d95bf7ffe6be66f7c"
[metadata.files]
agithub = [
@ -3237,12 +3237,12 @@ bokeh = [
{file = "bokeh-1.1.0.tar.gz", hash = "sha256:70c944ccb99faea9c1bc2b77caba4dbcd884e083fc32511efbd6f895d7cb6832"},
]
boto3 = [
{file = "boto3-1.21.45-py3-none-any.whl", hash = "sha256:cffdd39e824a51ef7cec4e744d764ee14cccf6a7045126cf0c7990f399ccf809"},
{file = "boto3-1.21.45.tar.gz", hash = "sha256:2f2a8d9c44cacac32d258532c6b87d2e0a1549b38e0a559bfb786023f10733b3"},
{file = "boto3-1.21.46-py3-none-any.whl", hash = "sha256:3b13d727854aba9dea900b6c7fa134c52396869d842460d14fab8b85b69645f7"},
{file = "boto3-1.21.46.tar.gz", hash = "sha256:9ac902076eac82112f4536cc2606a1f597a387dbc56b250575ac2d2c64c75e20"},
]
botocore = [
{file = "botocore-1.24.45-py3-none-any.whl", hash = "sha256:b57a75dc4eadf33d299dabbe11c989fb4553b66331f4580a9aae4316dc6ff198"},
{file = "botocore-1.24.45.tar.gz", hash = "sha256:4bd7c6ca50cffbfb2386c7a43b4205e7a20e85083b0cd2b71fdc8a3d612deca0"},
{file = "botocore-1.24.46-py3-none-any.whl", hash = "sha256:663d8f02b98641846eb959c54c840cc33264d5f2dee5b8fc09ee8adbef0f8dcf"},
{file = "botocore-1.24.46.tar.gz", hash = "sha256:89a203bba3c8f2299287e48a9e112e2dbe478cf67eaac26716f0e7f176446146"},
]
cached-property = [
{file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"},
@ -4558,7 +4558,8 @@ pyparsing = [
{file = "pyparsing-2.1.10.zip", hash = "sha256:0aa6e8d8c3f9c447a95a33bb04b103ead630121c3f4233e2980348cecf8b69c8"},
]
pypdf2 = [
{file = "PyPDF2-1.26.0.tar.gz", hash = "sha256:e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385"},
{file = "PyPDF2-1.27.8-py3-none-any.whl", hash = "sha256:6f032ac1e7e98de38072219b622ce9dcbf64d3664e68eb330b658b29d841dd1a"},
{file = "PyPDF2-1.27.8.tar.gz", hash = "sha256:b8fabebc080688f65cd1a51b0a6076eeb706354d947d2c71c8a83966ab21f2e5"},
]
pypdf4 = [
{file = "PyPDF4-1.27.0.tar.gz", hash = "sha256:7c932441146d205572f96254d53c79ea2c30c9e11df55a5cf87e056c7b3d7f89"},

View file

@ -30,7 +30,7 @@ MarkupSafe = "0.23"
Pillow = "9.0.1"
PyJWT = "1.7.1"
PyMySQL = "^1.0.2"
PyPDF2 = "1.26.0"
PyPDF2 = "1.27.8"
PyYAML = "6.0"
SOAPpy = "^0.12.22"
SQLAlchemy = "^1.4.35"

View file

@ -88,3 +88,4 @@ pycrypto==2.6.1
urllib3==1.26.8
requests==2.27.1
boto3>=1.20.41
PyPDF2==1.27.8