Skip to content

Commit

Permalink
Bump pipenv from 2023.7.23 to 2023.10.24 (#1502)
Browse files Browse the repository at this point in the history
* Bump pipenv from 2023.7.23 to 2023.10.24

Bumps [pipenv](https://github.com/pypa/pipenv) from 2023.7.23 to 2023.10.24.
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md)
- [Commits](pypa/pipenv@v2023.7.23...v2023.10.24)

---
updated-dependencies:
- dependency-name: pipenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add changelog entry

* Update test fixtures for new pipenv output

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <[email protected]>
  • Loading branch information
dependabot[bot] and edmorley authored Nov 8, 2023
1 parent fa4067f commit d91a725
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]

- Updated setuptools from 68.0.0 to 68.2.2. ([#1501](https://github.com/heroku/heroku-buildpack-python/pull/1501))
- Updated pipenv from 2023.7.23 to 2023.10.24. ([#1502](https://github.com/heroku/heroku-buildpack-python/pull/1502))

## [v239] - 2023-11-08

Expand Down
2 changes: 1 addition & 1 deletion requirements/pipenv.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pipenv==2023.7.23
pipenv==2023.10.24
7 changes: 5 additions & 2 deletions spec/hatchet/pipenv_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
remote: -----> Installing python-#{DEFAULT_PYTHON_VERSION}
remote: -----> Installing pip #{PIP_VERSION}, setuptools #{SETUPTOOLS_VERSION} and wheel #{WHEEL_VERSION}
remote: -----> Installing dependencies with Pipenv #{PIPENV_VERSION}
remote: The flag --skip-lock has been deprecated for removal. Without running the lock resolver it is not possible to manage multiple package indexes. Additionally it bypasses the build consistency guarantees provided by maintaining a lock file.
remote: The flag --skip-lock has been reintroduced (but is not recommended). Without
remote: the lock resolver it is difficult to manage multiple package indexes, and hash
remote: checking is not provided. However it can help manage installs with current
remote: deficiencies in locking across platforms.
remote: Installing dependencies from Pipfile...
remote: -----> Installing SQLite3
OUTPUT
Expand Down Expand Up @@ -294,7 +297,7 @@
remote: -----> Installing python-#{DEFAULT_PYTHON_VERSION}
remote: -----> Installing pip #{PIP_VERSION}, setuptools #{SETUPTOOLS_VERSION} and wheel #{WHEEL_VERSION}
remote: -----> Installing dependencies with Pipenv #{PIPENV_VERSION}
remote: Your Pipfile.lock \\(.+\\) is out of date. Expected: \\(.+\\).
remote: Your Pipfile.lock \\(.+\\) is out of date. Expected: \\(.+\\).
remote: .+
remote: ERROR:: Aborting deploy
REGEX
Expand Down

0 comments on commit d91a725

Please sign in to comment.