René's URL Explorer Experiment


Title: Bump the pip group across 1 directory with 6 updates by dependabot[bot] · Pull Request #4 · SherfeyInv/setup-python · GitHub

Open Graph Title: Bump the pip group across 1 directory with 6 updates by dependabot[bot] · Pull Request #4 · SherfeyInv/setup-python

X Title: Bump the pip group across 1 directory with 6 updates by dependabot[bot] · Pull Request #4 · SherfeyInv/setup-python

Description: Bumps the pip group with 6 updates in the /tests/data directory: Package From To certifi 2020.6.20 2024.7.4 idna 2.9 3.7 requests 2.24.0 2.32.2 urllib3 1.25.9 1.26.19 future 0.18.2 0.18.3 pillow 7.2 10.3.0 Updates certifi from 2020.6.20 to 2024.7.4 Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#292) 124f4ad 2024.06.02 (#291) c2196ce --- (#290) fefdeec Bump actions/checkout from 4.1.4 to 4.1.5 (#289) 3c5fb15 Bump actions/download-artifact from 4.1.6 to 4.1.7 (#286) 4a9569a Bump actions/checkout from 4.1.2 to 4.1.4 (#287) 1fc8086 Bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 (#288) Additional commits viewable in compare view Updates idna from 2.9 to 3.7 Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651] Thanks to Guido Vranken for reporting the issue. Full Changelog: kjd/idna@v3.6...v3.7 Changelog Sourced from idna's changelog. 3.7 (2024-04-11) ++++++++++++++++ Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651] Thanks to Guido Vranken for reporting the issue. 3.6 (2023-11-25) ++++++++++++++++ Fix regression to include tests in source distribution. 3.5 (2023-11-24) ++++++++++++++++ Update to Unicode 15.1.0 String codec name is now "idna2008" as overriding the system codec "idna" was not working. Fix typing error for codec encoding "setup.cfg" has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly. Removed reliance on a symlink for the "idna-data" tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives. Added security reporting protocol for project Thanks Jon Ribbens, Diogo Teles Sant'Anna, Wu Tingfeng for contributions to this release. 3.4 (2022-09-14) ++++++++++++++++ Update to Unicode 15.0.0 Migrate to pyproject.toml for build information (PEP 621) Correct another instance where generic exception was raised instead of IDNAError for malformed input Source distribution uses zeroized file ownership for improved reproducibility Thanks to Seth Michael Larson for contributions to this release. 3.3 (2021-10-13) ++++++++++++++++ Update to Unicode 14.0.0 Update to in-line type annotations Throw IDNAError exception correctly for some malformed input Advertise support for Python 3.10 Improve testing regime on Github ... (truncated) Commits 1d365e1 Release v3.7 c1b3154 Merge pull request #172 from kjd/optimize-contextj 0394ec7 Merge branch 'master' into optimize-contextj cd58a23 Merge pull request #152 from elliotwutingfeng/dev 5beb28b More efficient resolution of joiner contexts 1b12148 Update ossf/scorecard-action to v2.3.1 d516b87 Update Github actions/checkout to v4 c095c75 Merge branch 'master' into dev 60a0a4c Fix typo in GitHub Actions workflow key 5918a0e Merge branch 'master' into dev Additional commits viewable in compare view Updates requests from 2.24.0 to 2.32.2 Release notes Sourced from requests's releases. v2.32.2 2.32.2 (2024-05-21) Deprecations To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing custom HTTPAdapters will need to migrate their code to use this new API. get_connection is considered deprecated in all versions of Requests>=2.32.0. A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (#6710) v2.32.1 2.32.1 (2024-05-20) Bugfixes Add missing test certs to the sdist distributed on PyPI. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification, regardless of the value of verify. (GHSA-9wx4-h78v-vm56) Improvements verify=True now reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (#6667) Requests now supports optional use of character detection (chardet or charset_normalizer) when repackaged or vendored. This enables pip and other projects to minimize their vendoring surface area. The Response.text() and apparent_encoding APIs will default to utf-8 if neither library is present. (#6702) Bugfixes Fixed bug in length detection where emoji length was incorrectly calculated in the request content-length. (#6589) Fixed deserialization bug in JSONDecodeError. (#6629) Fixed bug where an extra leading / (path separator) could lead urllib3 to unnecessarily reparse the request URI. (#6644) ... (truncated) Changelog Sourced from requests's changelog. 2.32.2 (2024-05-21) Deprecations To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, we've renamed _get_connection to a new public API, get_connection_with_tls_context. Existing custom HTTPAdapters will need to migrate their code to use this new API. get_connection is considered deprecated in all versions of Requests>=2.32.0. A minimal (2-line) example has been provided in the linked PR to ease migration, but we strongly urge users to evaluate if their custom adapter is subject to the same issue described in CVE-2024-35195. (#6710) 2.32.1 (2024-05-20) Bugfixes Add missing test certs to the sdist distributed on PyPI. 2.32.0 (2024-05-20) Security Fixed an issue where setting verify=False on the first request from a Session will cause subsequent requests to the same origin to also ignore cert verification, regardless of the value of verify. (GHSA-9wx4-h78v-vm56) Improvements verify=True now reuses a global SSLContext which should improve request time variance between first and subsequent requests. It should also minimize certificate load time on Windows systems when using a Python version built with OpenSSL 3.x. (#6667) Requests now supports optional use of character detection (chardet or charset_normalizer) when repackaged or vendored. This enables pip and other projects to minimize their vendoring surface area. The Response.text() and apparent_encoding APIs will default to utf-8 if neither library is present. (#6702) Bugfixes Fixed bug in length detection where emoji length was incorrectly calculated in the request content-length. (#6589) Fixed deserialization bug in JSONDecodeError. (#6629) Fixed bug where an extra leading / (path separator) could lead urllib3 to unnecessarily reparse the request URI. (#6644) Deprecations ... (truncated) Commits 88dce9d v2.32.2 c98e4d1 Merge pull request #6710 from nateprewitt/api_rename 92075b3 Add deprecation warning aa1461b Move _get_connection to get_connection_with_tls_context 970e8ce v2.32.1 d6ebc4a v2.32.0 9a40d12 Avoid reloading root certificates to improve concurrent performance (#6667) 0c030f7 Merge pull request #6702 from nateprewitt/no_char_detection 555b870 Allow character detection dependencies to be optional in post-packaging steps d6dded3 Merge pull request #6700 from franekmagiera/update-redirect-to-invalid-uri-test Additional commits viewable in compare view Updates urllib3 from 1.25.9 to 1.26.19 Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and ensure long-term sustainable maintenance of the project after a sharp decline in financial support for 2023. If your company or organization uses Python and would benefit from HTTP/2 support in Requests, pip, cloud SDKs, and thousands of other projects please consider contributing financially to ensure HTTP/2 support is developed sustainably and maintained for the long-haul. Thank you for your support. Changes Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. Full Changelog: urllib3/urllib3@1.26.18...1.26.19 Note that due to an issue with our release automation, no multiple.intoto.jsonl file is available for this release. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. (GHSA-g4mx-q9vg-27p4) 1.26.17 Added the Cookie header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. (GHSA-v845-jxx5-vc9f) 1.26.16 Fixed thread-safety issue where accessing a PoolManager with many distinct origins would cause connection pools to be closed while requests are in progress (#2954) 1.26.15 Fix socket timeout value when HTTPConnection is reused (urllib3/urllib3#2645) Remove "!" character from the unreserved characters in IPv6 Zone ID parsing (urllib3/urllib3#2899) Fix IDNA handling of 'x80' byte (urllib3/urllib3#2901) 1.26.14 Fixed parsing of port 0 (zero) returning None, instead of 0 (#2850) Removed deprecated HTTPResponse.getheaders() calls in urllib3.contrib module. 1.26.13 Deprecated the HTTPResponse.getheaders() and HTTPResponse.getheader() methods. Fixed an issue where parsing a URL with leading zeroes in the port would be rejected even when the port number after removing the zeroes was valid. Fixed a deprecation warning when using cryptography v39.0.0. Removed the <4 in the Requires-Python packaging metadata field. 1.26.12 Deprecated the urllib3[secure] extra and the urllib3.contrib.pyopenssl module. Both will be removed in v2.x. See this GitHub issue for justification and info on how to migrate. 1.26.11 If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors. ⚠️ urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed an issue where reading more than 2 GiB in a call to HTTPResponse.read would raise an OverflowError on Python 3.9 and earlier. ... (truncated) Changelog Sourced from urllib3's changelog. 1.26.19 (2024-06-17) Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. Fixed handling of OpenSSL 3.2.0 new error message for misconfiguring an HTTP proxy as HTTPS. ([#3405](https://github.com/urllib3/urllib3/issues/3405) __) 1.26.18 (2023-10-17) Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. 1.26.17 (2023-10-02) Added the Cookie header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. ([#3139](https://github.com/urllib3/urllib3/issues/3139) _) 1.26.16 (2023-05-23) Fixed thread-safety issue where accessing a PoolManager with many distinct origins would cause connection pools to be closed while requests are in progress ([#2954](https://github.com/urllib3/urllib3/issues/2954) _) 1.26.15 (2023-03-10) Fix socket timeout value when HTTPConnection is reused ([#2645](https://github.com/urllib3/urllib3/issues/2645) __) Remove "!" character from the unreserved characters in IPv6 Zone ID parsing ([#2899](https://github.com/urllib3/urllib3/issues/2899) __) Fix IDNA handling of '\x80' byte ([#2901](https://github.com/urllib3/urllib3/issues/2901) __) 1.26.14 (2023-01-11) Fixed parsing of port 0 (zero) returning None, instead of 0. ([#2850](https://github.com/urllib3/urllib3/issues/2850) __) Removed deprecated getheaders() calls in contrib module. Fixed the type hint of PoolKey.key_retries by adding bool to the union. ([#2865](https://github.com/urllib3/urllib3/issues/2865) __) 1.26.13 (2022-11-23) Deprecated the HTTPResponse.getheaders() and HTTPResponse.getheader() methods. Fixed an issue where parsing a URL with leading zeroes in the port would be rejected even when the port number after removing the zeroes was valid. Fixed a deprecation warning when using cryptography v39.0.0. Removed the <4 in the Requires-Python packaging metadata field. 1.26.12 (2022-08-22) Deprecated the urllib3[secure] extra and the urllib3.contrib.pyopenssl module. Both will be removed in v2.x. See this GitHub issue _ ... (truncated) Commits d9d85c8 Release 1.26.19 8528b63 [1.26] Fix downstream tests (#3409) 40b6d16 Merge pull request from GHSA-34jh-p97f-mpxf 29cfd02 Fix handling of OpenSSL 3.2.0 new error message "record layer failure" (#3405) b600643 [1.26] Bump RECENT_DATE (#3404) 7e2d389 [1.26] Fix running CPython 2.7 tests in CI (#3137) 9c2c230 Release 1.26.18 (#3159) b594c5c Merge pull request from GHSA-g4mx-q9vg-27p4 944f0eb [1.26] Use vendored six in urllib3.contrib.securetransport c9016bf Release 1.26.17 Additional commits viewable in compare view Updates future from 0.18.2 to 0.18.3 Release notes Sourced from future's releases. v0.18.3 This is a minor bug-fix release containing a number of fixes: Backport fix for bpo-38804 (c91d70b) Fix bug in fix_print.py fixer (dffc579) Fix bug in fix_raise.py fixer (3401099) Fix newint bool in py3 (fe645ba) Fix bug in super() with metaclasses (6e27aac) docs: fix simple typo, reqest -> request (974eb1f) Correct eq (c780bf5) Pass if lint fails (2abe00d) Update docker image and parcel out to constant variable. Add comment to update version constant (45cf382) fix order (f96a219) Add flake8 to image (046ff18) Make lint.sh executable (58cc984) Add docker push to optimize CI (01e8440) Build System (42b3025) Add docs build status badge to README.md (3f40bd7) Use same docs requirements in tox (18ecc5a) Add docs/requirements.txt (5f9893f) Add PY37_PLUS, PY38_PLUS, and PY39_PLUS (bee0247) fix 2.6 test, better comment (ddedcb9) fix 2.6 test (3f1ff7e) remove nan test (4dbded1) include list test values (e3f1a12) fix other python2 test issues (c051026) fix missing subTest (f006cad) import from old imp library on older python versions (fc84fa8) replace fstrings with format for python 3.4,3.5 (4a687ea) minor style/spelling fixes (8302d8c) improve cmp function, add unittest (0d95a40) Pin typing==3.7.4.1 for Python 3.3 compatiblity (1a48f1b) Fix various py26 unit test failures (9ca5a14) Add initial contributing guide with docs build instruction (e55f915) Add docs building to tox.ini (3ee9e7f) Support NumPy's specialized int types in builtins.round (b4b54f0) Added r""" to the docstring to avoid warnings in python3 (5f94572) Add subclasscheck for past.types.basestring (c9bc0ff) Correct example in README (681e78c) Add simple documentation (6c6e3ae) Add pre-commit hooks (a9c6a37) Handling of next and next by future.utils.get_next was reversed (52b0ff9) Add a test for our fix (461d77e) Compare headers to correct definition of str (3eaa8fd) #322 Add support for negative ndigits in round; additionally, fixing a bug so that it handles passing in Decimal properly (a4911b9) Add tkFileDialog to future.movers.tkinter (f6a6549) Sort before comparing dicts in TestChainMap (6126997) Fix typo (4dfa099) Fix formatting in "What's new" (1663dfa) Fix typo (4236061) ... (truncated) Changelog Sourced from future's changelog. Changes in version 0.18.3 (2023-01-13) This is a minor bug-fix release containing a number of fixes: Backport fix for bpo-38804 (c91d70b) Fix bug in fix_print.py fixer (dffc579) Fix bug in fix_raise.py fixer (3401099) Fix newint bool in py3 (fe645ba) Fix bug in super() with metaclasses (6e27aac) docs: fix simple typo, reqest -> request (974eb1f) Correct eq (c780bf5) Pass if lint fails (2abe00d) Update docker image and parcel out to constant variable. Add comment to update version constant (45cf382) fix order (f96a219) Add flake8 to image (046ff18) Make lint.sh executable (58cc984) Add docker push to optimize CI (01e8440) Build System (42b3025) Add docs build status badge to README.md (3f40bd7) Use same docs requirements in tox (18ecc5a) Add docs/requirements.txt (5f9893f) Add PY37_PLUS, PY38_PLUS, and PY39_PLUS (bee0247) fix 2.6 test, better comment (ddedcb9) fix 2.6 test (3f1ff7e) remove nan test (4dbded1) include list test values (e3f1a12) fix other python2 test issues (c051026) fix missing subTest (f006cad) import from old imp library on older python versions (fc84fa8) replace fstrings with format for python 3.4,3.5 (4a687ea) minor style/spelling fixes (8302d8c) improve cmp function, add unittest (0d95a40) Pin typing==3.7.4.1 for Python 3.3 compatiblity (1a48f1b) Fix various py26 unit test failures (9ca5a14) Add initial contributing guide with docs build instruction (e55f915) Add docs building to tox.ini (3ee9e7f) Support NumPy's specialized int types in builtins.round (b4b54f0) Added r""" to the docstring to avoid warnings in python3 (5f94572) Add subclasscheck for past.types.basestring (c9bc0ff) Correct example in README (681e78c) Add simple documentation (6c6e3ae) Add pre-commit hooks (a9c6a37) Handling of next and next by future.utils.get_next was reversed (52b0ff9) Add a test for our fix (461d77e) Compare headers to correct definition of str (3eaa8fd) #322 Add support for negative ndigits in round; additionally, fixing a bug so that it handles passing in Decimal properly (a4911b9) Add tkFileDialog to future.movers.tkinter (f6a6549) Sort before comparing dicts in TestChainMap (6126997) Fix typo (4dfa099) Fix formatting in "What's new" (1663dfa) ... (truncated) Commits af1db97 Merge pull request #613 from PythonCharmers/lwan/0.18.3-release 079ee9b Prepare for 0.18.3 release 02f7a81 Merge pull request #610 from wshanks/wshanks-patch-1 c91d70b Backport fix for bpo-38804 80523f3 Merge pull request #569 from jmadler/master 5e5af71 Merge pull request #582 from r3m0t/patch-6 17e4bbd Merge pull request #596 from abjonnes/fix-print-trailing-comma 1b427ba Merge branch 'xZise-official-count' into master c8eb497 Merge branch 'official-count' of https://github.com/xZise/python-future into ... dffc579 Fix bug in fix_print.py fixer Additional commits viewable in compare view Updates pillow from 7.2 to 10.3.0 Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@​hugovk] Use functools.lru_cache for hopper() #7912 [@​hugovk] Raise ValueError if seeking to greater than offset-sized integer in TIFF #7883 [@​radarhere] Improve speed of loading QOI images #7925 [@​radarhere] Added RGB to I;16N conversion #7920 [@​radarhere] Add --report argument to main.py to omit supported formats #7818 [@​nulano] Added RGB to I;16, I;16L and I;16B conversion #7918 [@​radarhere] Fix editable installation with custom build backend and configuration options #7658 [@​nulano] Fix putdata() for I;16N on big-endian #7209 [@​Yay295] Determine MPO size from markers, not EXIF data #7884 [@​radarhere] Improved conversion from RGB to RGBa, LA and La #7888 [@​radarhere] Support FITS images with GZIP_1 compression #7894 [@​radarhere] Use I;16 mode for 9-bit JPEG 2000 images #7900 [@​scaramallion] Raise ValueError if kmeans is negative #7891 [@​radarhere] Remove TIFF tag OSUBFILETYPE when saving using libtiff #7893 [@​radarhere] Raise ValueError for negative values when loading P1-P3 PPM images #7882 [@​radarhere] Added reading of JPEG2000 palettes #7870 [@​radarhere] Added alpha_quality argument when saving WebP images #7872 [@​radarhere] Fixed joined corners for ImageDraw rounded_rectangle() non-integer dimensions #7881 [@​radarhere] Removed Python and NumPy pinning on Cygwin #7880 [@​radarhere] Update UnidentifiedImageError and version imports #7644 [@​radarhere] Stop reading EPS image at EOF marker #7753 [@​radarhere] PSD layer co-ordinates may be negative #7706 [@​radarhere] Use subprocess with CREATE_NO_WINDOW flag in ImageShow WindowsViewer #7791 [@​radarhere] When saving GIF frame that restores to background color, do not fill identical pixels #7788 [@​radarhere] Fixed reading PNG iCCP compression method #7823 [@​radarhere] Allow writing IFDRational to UNDEFINED tag #7840 [@​radarhere] Fix logged tag name when loading Exif data #7842 [@​radarhere] Use maximum frame size in IHDR chunk when saving APNG images #7821 [@​radarhere] Prevent opening P TGA images without a palette #7797 [@​radarhere] Use palette when loading ICO images #7798 [@​radarhere] Use consistent arguments for load_read and load_seek #7713 [@​radarhere] Turn off nullability warnings for macOS SDK #7827 [@​radarhere] Fix shift-sign issue in Convert.c #7838 [@​r-barnes] winbuild: Refactor dependency versions into constants #7843 [@​hugovk] Build macOS arm64 wheels natively #7852 [@​radarhere] Fixed typo #7855 [@​radarhere] Open 16-bit grayscale PNGs as I;16 #7849 [@​radarhere] Handle truncated chunks at the end of PNG images #7709 [@​lajiyuan] Match mask size to pasted image size in GifImagePlugin #7779 [@​radarhere] Changed SupportsGetMesh protocol to be public #7841 [@​radarhere] Release GIL while calling WebPAnimDecoderGetNext #7782 [@​evanmiller] Fixed reading FLI/FLC images with a prefix chunk #7804 [@​twolife] Updated package name for Tidelift #7810 [@​radarhere] Removed unused code #7744 [@​radarhere] ... (truncated) Changelog Sourced from pillow's changelog. 10.3.0 (2024-04-01) CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [radarhere, hugovk] Deprecate eval(), replacing it with lambda_eval() and unsafe_eval() #7927 [radarhere, hugovk] Raise ValueError if seeking to greater than offset-sized integer in TIFF #7883 [radarhere] Add --report argument to __main__.py to omit supported formats #7818 [nulano, radarhere, hugovk] Added RGB to I;16, I;16L, I;16B and I;16N conversion #7918, #7920 [radarhere] Fix editable installation with custom build backend and configuration options #7658 [nulano, radarhere] Fix putdata() for I;16N on big-endian #7209 [Yay295, hugovk, radarhere] Determine MPO size from markers, not EXIF data #7884 [radarhere] Improved conversion from RGB to RGBa, LA and La #7888 [radarhere] Support FITS images with GZIP_1 compression #7894 [radarhere] Use I;16 mode for 9-bit JPEG 2000 images #7900 [scaramallion, radarhere] Raise ValueError if kmeans is negative #7891 [radarhere] Remove TIFF tag OSUBFILETYPE when saving using libtiff #7893 [radarhere] Raise ValueError for negative values when loading P1-P3 PPM images #7882 [radarhere] Added reading of JPEG2000 palettes #7870 [radarhere] Added alpha_quality argument when saving WebP images #7872 [radarhere] ... (truncated) Commits 5c89d88 10.3.0 version bump 63cbfcf Update CHANGES.rst [ci skip] 2776126 Merge pull request #7928 from python-pillow/lcms aeb51cb Merge branch 'main' into lcms 5beb0b6 Update CHANGES.rst [ci skip] cac6ffa Merge pull request #7927 from python-pillow/imagemath f5eeeac Name as 'options' in lambda_eval and unsafe_eval, but '_dict' in deprecated eval facf3af Added release notes 2a93aba Use strncpy to avoid buffer overflow a670597 Update CHANGES.rst [ci skip] Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps the pip group with 6 updates in the /tests/data directory: Package From To certifi 2020.6.20 2024.7.4 idna 2.9 3.7 requests 2.24.0 2.32.2 urllib3 1.25.9 1.26.19 future 0.18.2 0...

X Description: Bumps the pip group with 6 updates in the /tests/data directory: Package From To certifi 2020.6.20 2024.7.4 idna 2.9 3.7 requests 2.24.0 2.32.2 urllib3 1.25.9 1.26.19 future 0.18.2 0...

Opengraph URL: https://github.com/SherfeyInv/setup-python/pull/4

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:fb71801f-1540-ef87-155e-69c1589e9c53
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id86C8:1C80C7:39A956:4FC1DA:6A511D37
html-safe-nonce24f0292d9bd3702acc34f54f12373333827f83436216b15a9e81cf3da4bc9a3a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NkM4OjFDODBDNzozOUE5NTY6NEZDMURBOjZBNTExRDM3IiwidmlzaXRvcl9pZCI6IjEzNTUxODI5MTA5MDc0MjQwNTUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac5dd6110ef9ca86b5e4449eb507647d73c182147b761dccf1fb4207106d939459
hovercard-subject-tagpull_request:2113215694
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/SherfeyInv/setup-python/pull/4/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps the pip group with 6 updates in the /tests/data directory: Package From To certifi 2020.6.20 2024.7.4 idna 2.9 3.7 requests 2.24.0 2.32.2 urllib3 1.25.9 1.26.19 future 0.18.2 0...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonef0f0f3a40c5b69803a8255a8e44323880bf9c4db54d5c076f2130bedf2a1dde5
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/SherfeyInv/setup-python git https://github.com/SherfeyInv/setup-python.git
octolytics-dimension-user_id153985591
octolytics-dimension-user_loginSherfeyInv
octolytics-dimension-repository_id844806731
octolytics-dimension-repository_nwoSherfeyInv/setup-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id192625525
octolytics-dimension-repository_parent_nwoactions/setup-python
octolytics-dimension-repository_network_root_id192625525
octolytics-dimension-repository_network_root_nwoactions/setup-python
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release44909533816f7f99ff04e7a0fe692733af67ed84
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/SherfeyInv/setup-python/pull/4/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSherfeyInv%2Fsetup-python%2Fpull%2F4%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSherfeyInv%2Fsetup-python%2Fpull%2F4%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=SherfeyInv%2Fsetup-python
Reloadhttps://github.com/SherfeyInv/setup-python/pull/4/files
Reloadhttps://github.com/SherfeyInv/setup-python/pull/4/files
Reloadhttps://github.com/SherfeyInv/setup-python/pull/4/files
SherfeyInv https://github.com/SherfeyInv
setup-pythonhttps://github.com/SherfeyInv/setup-python
actions/setup-pythonhttps://github.com/actions/setup-python
Notifications https://github.com/login?return_to=%2FSherfeyInv%2Fsetup-python
Fork 0 https://github.com/login?return_to=%2FSherfeyInv%2Fsetup-python
Star 0 https://github.com/login?return_to=%2FSherfeyInv%2Fsetup-python
Code https://github.com/SherfeyInv/setup-python
Pull requests 19 https://github.com/SherfeyInv/setup-python/pulls
Actions https://github.com/SherfeyInv/setup-python/actions
Projects https://github.com/SherfeyInv/setup-python/projects
Security and quality 0 https://github.com/SherfeyInv/setup-python/security
Insights https://github.com/SherfeyInv/setup-python/pulse
Code https://github.com/SherfeyInv/setup-python
Pull requests https://github.com/SherfeyInv/setup-python/pulls
Actions https://github.com/SherfeyInv/setup-python/actions
Projects https://github.com/SherfeyInv/setup-python/projects
Security and quality https://github.com/SherfeyInv/setup-python/security
Insights https://github.com/SherfeyInv/setup-python/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FSherfeyInv%2Fsetup-python%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FSherfeyInv%2Fsetup-python%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/SherfeyInv/setup-python/tree/main
dependabot/pip/__tests__/data/pip-75105178e1https://github.com/SherfeyInv/setup-python/tree/dependabot/pip/__tests__/data/pip-75105178e1
Conversation 0 https://github.com/SherfeyInv/setup-python/pull/4
Commits 1 https://github.com/SherfeyInv/setup-python/pull/4/commits
Checks 0 https://github.com/SherfeyInv/setup-python/pull/4/checks
Files changed https://github.com/SherfeyInv/setup-python/pull/4/files
Please reload this pagehttps://github.com/SherfeyInv/setup-python/pull/4/files
Bump the pip group across 1 directory with 6 updates https://github.com/SherfeyInv/setup-python/pull/4/files#top
Show all changes 1 commit https://github.com/SherfeyInv/setup-python/pull/4/files
431efb9 Bump the pip group across 1 directory with 6 updates dependabot[bot] Oct 8, 2024 https://github.com/SherfeyInv/setup-python/pull/4/commits/431efb9a97ecbf267e474beb3fd3bdc6aaa663dd
Clear filters https://github.com/SherfeyInv/setup-python/pull/4/files
Please reload this pagehttps://github.com/SherfeyInv/setup-python/pull/4/files
Please reload this pagehttps://github.com/SherfeyInv/setup-python/pull/4/files
requirements-linux.txt https://github.com/SherfeyInv/setup-python/pull/4/files#diff-ad0c9878041280ac74e5445407350a85a0c8bbe0c4fc2abb897e2396eb7794db
requirements.txt https://github.com/SherfeyInv/setup-python/pull/4/files#diff-39240086e654a5dab83262e91baa03450e9e03797d0bb688a20b78b82e92aef6
__tests__/data/requirements-linux.txthttps://github.com/SherfeyInv/setup-python/pull/4/files#diff-ad0c9878041280ac74e5445407350a85a0c8bbe0c4fc2abb897e2396eb7794db
View file https://github.com/SherfeyInv/setup-python/blob/431efb9a97ecbf267e474beb3fd3bdc6aaa663dd/__tests__/data/requirements-linux.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SherfeyInv/setup-python/pull/4/{{ revealButtonHref }}
__tests__/data/requirements.txthttps://github.com/SherfeyInv/setup-python/pull/4/files#diff-39240086e654a5dab83262e91baa03450e9e03797d0bb688a20b78b82e92aef6
View file https://github.com/SherfeyInv/setup-python/blob/431efb9a97ecbf267e474beb3fd3bdc6aaa663dd/__tests__/data/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SherfeyInv/setup-python/pull/4/{{ revealButtonHref }}
https://github.com/SherfeyInv/setup-python/pull/4/files#diff-39240086e654a5dab83262e91baa03450e9e03797d0bb688a20b78b82e92aef6
https://github.com/SherfeyInv/setup-python/pull/4/files#diff-39240086e654a5dab83262e91baa03450e9e03797d0bb688a20b78b82e92aef6
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.