8000 Bump the pip group across 1 directory with 7 updates by dependabot[bot] · Pull Request #6 · zendesk/setup-python · GitHub
[go: up one dir, main page]

Skip to content

Bump the pip group across 1 directory with 7 updates #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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](certifi/python-certifi@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](PythonCharmers/python-future@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](kjd/idna@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](python-pillow/Pillow@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](pyinstaller/pyinstaller@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](psf/requests@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](urllib3/urllib3@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] <support@github.com><
10000
/pre>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
commit 1de04dcf94aa37735933e4f8d99e414d34688e37
8 changes: 4 additions & 4 deletions __tests__/data/requirements-linux.txt
Original file line number Diff line number Diff line change
@@ -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
14 changes: 7 additions & 7 deletions __tests__/data/requirements.txt
4033
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
0