From 63be154c48834a74e38f4d1b675fcf161efd8a56 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Thu, 6 Jul 2023 17:11:23 -0400 Subject: [PATCH] [FIX] poetry security --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0bfca57..cf127ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index b04d540..bb34198 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/requirements.txt b/requirements.txt index c833a6f..ac64ae4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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