From 1de04dcf94aa37735933e4f8d99e414d34688e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:40:12 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 7 updates Bumps the pip group with 7 updates in the /__tests__/data directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2020.6.20` | `2023.7.22` | | [future](https://github.com/PythonCharmers/python-future) | `0.18.2` | `0.18.3` | | [idna](https://github.com/kjd/idna) | `2.9` | `3.7` | | [pillow](https://github.com/python-pillow/Pillow) | `7.2` | `10.3.0` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `3.6` | `5.13.1` | | [requests](https://github.com/psf/requests) | `2.24.0` | `2.32.2` | | [urllib3](https://github.com/urllib3/urllib3) | `1.25.9` | `1.26.19` | Updates `certifi` from 2020.6.20 to 2023.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2020.06.20...2023.07.22) Updates `future` from 0.18.2 to 0.18.3 - [Release notes](https://github.com/PythonCharmers/python-future/releases) - [Changelog](https://github.com/PythonCharmers/python-future/blob/master/docs/changelog.rst) - [Commits](https://github.com/PythonCharmers/python-future/compare/v0.18.2...v0.18.3) Updates `idna` from 2.9 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v2.9...v3.7) Updates `pillow` from 7.2 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/7.2.0...10.3.0) Updates `pyinstaller` from 3.6 to 5.13.1 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES-3.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v3.6...v5.13.1) Updates `requests` from 2.24.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.24.0...v2.32.2) Updates `urllib3` from 1.25.9 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.9...1.26.19) --- 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..3ff8731a3 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.2 +urllib3==1.26.19 xlrd==1.2.0 \ No newline at end of file diff --git a/__tests__/data/requirements.txt b/__tests__/data/requirements.txt index fa40ab3c4..3aa0b3a4e 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.2 -urllib3==1.25.9 +urllib3==1.26.19 xlrd==1.2.0 \ No newline at end of file