From 32a06d74836157d53659a974609ab8be884d9f16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 23:35:28 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: future dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: pyinstaller dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- __tests__/data/requirements-linux.txt | 8 ++++---- __tests__/data/requirements.txt | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/__tests__/data/requirements-linux.txt b/__tests__/data/requirements-linux.txt index c9e14bba9..a4778f33c 100644 --- a/__tests__/data/requirements-linux.txt +++ b/__tests__/data/requirements-linux.txt @@ -1,12 +1,12 @@ -certifi==2020.6.20 +certifi==2023.7.22 chardet==3.0.4 docutils==0.16 -idna==2.10 +idna==3.7 Kivy==2.0.0rc3 Kivy-Garden==0.1.4 packaging==20.7 pdf2image==1.12.1 Pygments==2.6.1 -requests==2.24.0 -urllib3==1.25.10 +requests==2.32.0 +urllib3==1.26.18 xlrd==1.2.0 \ No newline at end of file diff --git a/__tests__/data/requirements.txt b/__tests__/data/requirements.txt index fa40ab3c4..e4b138299 100644 --- a/__tests__/data/requirements.txt +++ b/__tests__/data/requirements.txt @@ -1,14 +1,14 @@ altgraph==0.17.2 -certifi==2020.6.20 +certifi==2023.7.22 chardet==3.0.4 docutils==0.16 -future==0.18.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2' +future==0.18.3; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2' -idna==2.9 +idna==3.7 itsdangerous==1.1.0 @@ -30,18 +30,18 @@ pdf2image==1.12.1 pefile==2021.9.3; python_full_version >= '3.6.0' -pillow==7.2 +pillow==10.3.0 pygments==2.6.1 -pyinstaller==3.6 +pyinstaller==5.13.1 pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2' pywin32-ctypes==0.2.0 -requests==2.24.0 +requests==2.32.0 -urllib3==1.25.9 +urllib3==1.26.18 xlrd==1.2.0 \ No newline at end of file