Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
heroku-buildpack-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evili del Rio i Silvan
heroku-buildpack-python
Commits
dbeca147
Unverified
Commit
dbeca147
authored
7 years ago
by
Ian Stapleton Cordasco
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #701 from allyjweir/bump-pipenv-version
Bump pipenv version
parents
e717d0a6
ca41bc87
No related branches found
Branches containing commit
Tags
v135
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/steps/pipenv
+1
-1
1 addition, 1 deletion
bin/steps/pipenv
test/fixtures/pipenv-lock/Pipfile.lock
+11
-23
11 additions, 23 deletions
test/fixtures/pipenv-lock/Pipfile.lock
with
12 additions
and
24 deletions
bin/steps/pipenv
+
1
−
1
View file @
dbeca147
...
...
@@ -41,7 +41,7 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
export
PIP_EXTRA_INDEX_URL
fi
export
PIPENV_VERSION
=
"
11.8.2
"
export
PIPENV_VERSION
=
"
2018.5.18
"
# Install pipenv.
/app/.heroku/python/bin/pip
install
pipenv
==
$PIPENV_VERSION
--upgrade
&> /dev/null
...
...
This diff is collapsed.
Click to expand it.
test/fixtures/pipenv-lock/Pipfile.lock
+
11
−
23
View file @
dbeca147
{
"_meta"
:
{
"hash"
:
{
"sha256"
:
"397f2c55e3558ea57d292e3fc19b34e483770e5ec02cdedfb1f330680cd26635"
},
"host-environment-markers"
:
{
"implementation_name"
:
"cpython"
,
"implementation_version"
:
"3.6.3"
,
"os_name"
:
"posix"
,
"platform_machine"
:
"x86_64"
,
"platform_python_implementation"
:
"CPython"
,
"platform_release"
:
"16.7.0"
,
"platform_system"
:
"Darwin"
,
"platform_version"
:
"Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64"
,
"python_full_version"
:
"3.6.3"
,
"python_version"
:
"3.6"
,
"sys_platform"
:
"darwin"
"sha256"
:
"09ad9dcae1870ba083f43c5a05ed8943b23bd4c27e61a13ecf4e16d18500ad98"
},
"pipfile-spec"
:
6
,
"requires"
:
{},
"sources"
:
[
{
"name"
:
"pypi"
,
"url"
:
"https://pypi.
python.
org/simple"
,
"url"
:
"https://pypi.org/simple"
,
"verify_ssl"
:
true
}
]
...
...
@@ -29,22 +16,23 @@
"default"
:
{
"delegator.py"
:
{
"hashes"
:
[
"sha256:2
575c4adc923ad0b8fdaa433f862b2b7cf21982717fb23cc895
fd
8
f2
49ea820c
"
,
"sha256:
495e11ada66648650171a6c9a188df4eb050b235abff8771f41ee8a064eb9ded
"
"sha256:2
d46966a7f484d271b09e2646eae1e9acadc4
fdf2
cb760c142f073e81c927d8d
"
,
"sha256:
58f3ea6fe36680e1d828e2e66e52844b826f186409dfee4436e42351b0e699fe
"
],
"version"
:
"==0.0.13"
"index"
:
"pypi"
,
"version"
:
"==0.1.0"
},
"pexpect"
:
{
"hashes"
:
[
"sha256:
f853b52afaf3b064d29854771e2db509ef80392509bde2dd7a6ecf2dfc3f0018
"
,
"sha256:
3d132465a75b57aa818341c6521392a06cc660feb3988d7f1074f39bd23c9a92
"
"sha256:
9783f4644a3ef8528a6f20374eeb434431a650c797ca6d8df0d81e30fffdfa24
"
,
"sha256:
9f8eb3277716a01faafaba553d629d3d60a1a624c7cf45daa600d2148c30020c
"
],
"version"
:
"==4.
2.1
"
"version"
:
"==4.
5.0
"
},
"ptyprocess"
:
{
"hashes"
:
[
"sha256:e
8c43b5eee76b2083a9badde89fd1bbce6c8942d1045146e100b7b5e014f4f1a
"
,
"sha256:e
64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365
"
"sha256:e
64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365
"
,
"sha256:e
8c43b5eee76b2083a9badde89fd1bbce6c8942d1045146e100b7b5e014f4f1a
"
],
"version"
:
"==0.5.2"
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment