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.11.15 to 2023.11.17 #1535

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps pipenv from 2023.11.15 to 2023.11.17.

Release notes

Sourced from pipenv's releases.

Release v2023.11.17

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.11.15...v2023.11.17

Changelog

Sourced from pipenv's changelog.

2023.11.17 (2024-01-21)

Pipenv 2023.11.17 (2024-01-21)

Bug Fixes

  • Add markers to Pipfile when parsing requirements.txt [#6008](https://github.com/pypa/pipenv/issues/6008) <https://github.com/pypa/pipenv/issues/6008>_
  • Fix KeyError when using a source without a name in Pipfile [#6021](https://github.com/pypa/pipenv/issues/6021) <https://github.com/pypa/pipenv/issues/6021>_
  • Fix a bug with locking projects that contains packages with non canonical names from private indexes [#6056](https://github.com/pypa/pipenv/issues/6056) <https://github.com/pypa/pipenv/issues/6056>_

Vendored Libraries

  • Update vendored tomlkit to 0.12.3 [#6024](https://github.com/pypa/pipenv/issues/6024) <https://github.com/pypa/pipenv/issues/6024>_
  • Bump version of pipdeptree to 0.13.2 [#6055](https://github.com/pypa/pipenv/issues/6055) <https://github.com/pypa/pipenv/issues/6055>_
Commits
  • 7a640f2 Release v2023.11.17
  • d202fac Bumped version to 2023.11.17.
  • 542554e upgrade sphinx due to release script bug
  • 624ec01 Vendoring in pip-23.3.2 (#6064)
  • 0379507 Update release script to enforce semver going forward in 2024 (#6052)
  • eaca109 Merge pull request #6049 from Suprithvarma1/pipit
  • 9217384 Merge pull request #6055 from pypa/vendor-bump-pipdeptree
  • cdaaa30 Bump jinja2 from 3.1.2 to 3.1.3
  • 463d9c8 built index mapping using canonical package names instead of raw package names
  • dc26121 fixed a bug with locking packages with uncanonical names
  • 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 7 months ago

Superseded by #1537.