heroku / heroku-buildpack-python

Heroku's buildpack for Python applications.
https://www.heroku.com/python
MIT License
974 stars 1.84k forks source link

Bump pipenv from 2023.7.23 to 2023.10.3 in /requirements #1495

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps pipenv from 2023.7.23 to 2023.10.3.

Release notes

Sourced from pipenv's releases.

Release v2023.10.3

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.9.8...v2023.10.3

Release v2023.9.8

What's Changed

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.9.7...v2023.9.8

Release v2023.9.7

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.9.1...v2023.9.7

Release v2023.9.1

What's Changed

... (truncated)

Changelog

Sourced from pipenv's changelog.

2023.10.3 (2023-10-03)

Pipenv 2023.10.3 (2023-10-03)

Bug Fixes

  • Eveb better handling of vcs branch references that contain special characters. [#5934](https://github.com/pypa/pipenv/issues/5934) <https://github.com/pypa/pipenv/issues/5934>_
  • Bump certifi from 2023.5.7 to 2023.7.22 in /examples to address a security vulnerability [#5941](https://github.com/pypa/pipenv/issues/5941) <https://github.com/pypa/pipenv/issues/5941>_

2023.9.8 (2023-09-08)

Pipenv 2023.9.8 (2023-09-08)

Bug Fixes

  • ignore_compatibility was supposed to default to False (except for hash collection) [#5926](https://github.com/pypa/pipenv/issues/5926) <https://github.com/pypa/pipenv/issues/5926>_

2023.9.7 (2023-09-07)

Pipenv 2023.9.7 (2023-09-07)

Features & Improvements

  • Updates build to use exclusively pyproject.toml

    Modernizes the build process by consolidating all of setuptools metadata within pyproject.toml and removing deprecated setup.cfg and setup.py. [#5837](https://github.com/pypa/pipenv/issues/5837) <https://github.com/pypa/pipenv/issues/5837>_

Bug Fixes

  • Restore the ignore compatibility finder pip patch to resolve issues collecting hashes from google artifact registry (and possibly others). [#5887](https://github.com/pypa/pipenv/issues/5887) <https://github.com/pypa/pipenv/issues/5887>_
  • Handle case better where setup.py name is referencing a variable that is a string while encouraging folks to migrate their projects to pyproject.toml [#5905](https://github.com/pypa/pipenv/issues/5905) <https://github.com/pypa/pipenv/issues/5905>_
  • Better handling of local file install edge cases; handle local file extras. [#5919](https://github.com/pypa/pipenv/issues/5919) <https://github.com/pypa/pipenv/issues/5919>_
  • Include the Pipfile markers in the install phase when using --skip-lock. [#5920](https://github.com/pypa/pipenv/issues/5920) <https://github.com/pypa/pipenv/issues/5920>_
  • Fallback to default vcs ref when no ref is supplied. More proactively determine package name from the pip line where possible, fallback to the existing file scanning logics when unable to determine name. [#5921](https://github.com/pypa/pipenv/issues/5921) <https://github.com/pypa/pipenv/issues/5921>_

... (truncated)

Commits
  • 71efe85 Release v2023.10.3
  • a725b20 Merge pull request #5957 from fmssn/enhancement-5939-fix-noisy-output-pipenv-...
  • 0d91ab1 Merge pull request #5959 from pypa/dependabot/pip/urllib3-1.26.17
  • ed78024 Merge pull request #5960 from pypa/dependabot/pip/docs/urllib3-1.26.17
  • 58e013b Merge pull request #5958 from pypa/dependabot/pip/examples/urllib3-2.0.6
  • 2605546 Bump urllib3 from 1.26.14 to 1.26.17 in /docs
  • 495f11b Bump urllib3 from 1.26.14 to 1.26.17
  • 80548ef Bump urllib3 from 2.0.2 to 2.0.6 in /examples
  • 3601005 change logging level based on verbosity arg
  • 757fc9a set regular logging level to ERROR
  • Additional commits viewable in compare view


Dependabot compatibility score

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 11 months ago

Superseded by #1498.