[FIX] poetry security
This commit is contained in:
parent
ce48a15c79
commit
63be154c48
3 changed files with 6 additions and 6 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
|
@ -3590,14 +3590,14 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "pypdf2"
|
||||
version = "1.27.8"
|
||||
version = "1.27.9"
|
||||
description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=2.7"
|
||||
files = [
|
||||
{file = "PyPDF2-1.27.8-py3-none-any.whl", hash = "sha256:6f032ac1e7e98de38072219b622ce9dcbf64d3664e68eb330b658b29d841dd1a"},
|
||||
{file = "PyPDF2-1.27.8.tar.gz", hash = "sha256:b8fabebc080688f65cd1a51b0a6076eeb706354d947d2c71c8a83966ab21f2e5"},
|
||||
{file = "PyPDF2-1.27.9-py3-none-any.whl", hash = "sha256:5e29ffaf2efcfb77c25206e3b8df517a18af84e64ebe1b3a93abac8d01176374"},
|
||||
{file = "PyPDF2-1.27.9.tar.gz", hash = "sha256:5f7937fd94ba387a2a241db8858770e53091d8ffab9922512c0bf48e3f4cc615"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -5853,4 +5853,4 @@ files = [
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.7.16"
|
||||
content-hash = "9b20dbc87af34f60ad1e6a5733eb0496f519344a920882f1ab5f5b20307cfcfc"
|
||||
content-hash = "f708624b9c9470c14fadb74f15b61ba72e1d637a3be936a3aa36601b8b84182c"
|
||||
|
|
|
|||
|
|
@ -120,7 +120,7 @@ pymssql = "^2.2.7"
|
|||
pymysql = "^1.1.0"
|
||||
pyotp = "^2.8.0"
|
||||
pyparsing = "2.1.10"
|
||||
pypdf2 = "1.27.8"
|
||||
pypdf2 = "1.27.9"
|
||||
pyproj = "3.2.1"
|
||||
pysass = ">=0.1.0,<0.2.0"
|
||||
pyserial = "3.1.1"
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ reportlab==3.6.5
|
|||
urllib3>=1.26.13
|
||||
requests==2.28.1
|
||||
boto3>=1.20.41
|
||||
PyPDF2==1.27.8
|
||||
PyPDF2==1.27.9
|
||||
mako==1.2.2
|
||||
pyjwt==2.5.0
|
||||
pygments==2.7.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue